|
Message-ID: <CAEfvv4LBfOianyvvDU=NuaqjXKpVKFGm1oDQxhi6xiHur7eN=A@mail.gmail.com>
Date: Fri, 1 Mar 2019 07:08:18 -0500
From: James Larrowe <larrowe.semaj11@...il.com>
To: musl@...ts.openwall.com
Subject: Segmentation fault on statically linked programs
Any statically linked musl program gives a segmentation fault when run.
Output of GDB debugger:
Starting program: /home/chronos/user/Downloads/tarballs/busybox-1.30.1/test
Program received signal SIGSEGV, Segmentation fault.
0x0000000000401566 in __init_tls ()
(gdb) bt
#0 0x0000000000401566 in __init_tls ()
#1 0x0000000000000000 in ?? ()
Minimal example:
int main(void) { return 0; }
Please CC me, I'm not subscribed to the list.
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.