Statically built binary crashed (libobjc and libpthread)
Bug #980569 reported by
Konstantin Shulgin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tarantool |
Fix Released
|
Critical
|
Pavel Cherenkov |
Bug Description
Statically built binary crashed before enter to main. It happen because libobjc initializing above libpthread.
GDB back trace:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x000000000044ccda in __objc_
#2 0x0000000000447a5c in __objc_exec_class ()
#3 0x000000000053fa47 in __libc_csu_init ()
#4 0x000000000053f21a in __libc_start_main ()
#5 0x0000000000404ac1 in _start ()
Changed in tarantool: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have made a little example where the bug can be reproduced.