Lua-cURLv3 icon indicating copy to clipboard operation
Lua-cURLv3 copied to clipboard

segmentation fault on android with termux

Open samlux04 opened this issue 1 year ago • 3 comments

Tested with Lua 5.1/5.2/5.3/5.4 how?

curl = require "cURL"
-- HTTP Get
curl.easy{
    url = 'http://httpbin.org/get',
    httpheader = {
      "X-Test-Header1: Header-Data1",
      "X-Test-Header2: Header-Data2",
    },
    writefunction = io.stderr -- use io.stderr:write()
  }
  :perform()
:close()

samlux04 avatar Aug 12 '22 00:08 samlux04

Have you fixed this?

Zaenalos avatar Aug 22 '23 04:08 Zaenalos

now even more

libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x753a41aec4 in tid 10995 (lua), pid 10995 (lua) Segmentation fault

remedynotavailable avatar Sep 01 '23 07:09 remedynotavailable

~ $ lua -e 'require "cURL"'
libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7575249ec4 in tid 32557 (lua), pid 32557 (lua)
Segmentation fault

lux5am avatar Sep 23 '23 01:09 lux5am