Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmentation fault on android with termux #184

Open
samlux04 opened this issue Aug 12, 2022 · 3 comments
Open

segmentation fault on android with termux #184

samlux04 opened this issue Aug 12, 2022 · 3 comments

Comments

@samlux04
Copy link

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()
@Zaenalos
Copy link

Have you fixed this?

@remedynotavailable
Copy link

now even more

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

@lux5am
Copy link

lux5am commented Sep 23, 2023

~ $ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants