search for: __gi_exit

Displaying 7 results from an estimated 7 matches for "__gi_exit".

2016 Nov 15
2
Crashing when run against OpenSSL 1.1.0c
...it.c:336 #2 0x00007f674872aee4 in OPENSSL_cleanup () at crypto/init.c:391 #3 0x00007f67491052e0 in __run_exit_handlers (status=0, listp=0x7f674948c5d8 <__exit_funcs>, run_list_atexit=run_list_atexit at entry=true, run_dtors=run_dtors at entry=true) at exit.c:83 #4 0x00007f674910533a in __GI_exit (status=<optimized out>) at exit.c:105 #5 0x00007f67490eb3f8 in __libc_start_main (main=0x555b35fbfbc0 <main>, argc=1, argv=0x7ffd4ede3588, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd4ede3578) at ../csu/libc-start.c:325...
2013 Jan 16
1
[LLVMdev] LLVM 3.2: conflict with Ubuntu 12.04's version 3.0 of LLVM
...ssNameParser::~PassNameParser() /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1 0x7fffc01b16c2 > 5 llvm::cl::list<llvm::PassInfo const*, bool, llvm::PassNameParser>::~list() /home/me/myApp/build/plugins/myApp/libLLVM.so 0x7fffc7b25568 > 6 __run_exit_handlers exit.c 78 0x7ffff5d97901 > 7 __GI_exit exit.c 100 0x7ffff5d97985 > 8 __libc_start_main libc-start.c 258 0x7ffff5d7d774 > 9 _start 0x426b29 > --------------------------------------- > Paweł
2013 Jan 16
2
[LLVMdev] LLVM 3.2: conflict with Ubuntu 12.04's version 3.0 of LLVM
...ab96 4 llvm::PassNameParser::~PassNameParser() /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1 0x7fffc01b16c2 5 llvm::cl::list<llvm::PassInfo const*, bool, llvm::PassNameParser>::~list() /home/me/myApp/build/plugins/myApp/libLLVM.so 0x7fffc7b25568 6 __run_exit_handlers exit.c 78 0x7ffff5d97901 7 __GI_exit exit.c 100 0x7ffff5d97985 8 __libc_start_main libc-start.c 258 0x7ffff5d7d774 9 _start 0x426b29 ---------------------------------------
2013 Dec 04
3
[Bug 881] New: SIGSEGV on startup
...00410f79 in netlink_close_sock () at src/netlink.c:45 #2 0x00007ffff7de9fcf in _dl_fini () at dl-fini.c:253 #3 0x00007ffff717fa91 in __run_exit_handlers (status=2, listp=0x7ffff74ec5c8 <__exit_funcs>, run_list_atexit=run_list_atexit at entry=true) at exit.c:77 #4 0x00007ffff717fb15 in __GI_exit (status=<optimized out>) at exit.c:99 #5 0x0000000000419b60 in memory_allocation_error () at src/utils.c:24 #6 0x0000000000410f3a in netlink_open_sock () at src/netlink.c:37 #7 0x00000000004291cd in __libc_csu_init () #8 0x00007ffff7167925 in __libc_start_main (main=0x405219 <main>,...
2016 Nov 15
0
Crashing when run against OpenSSL 1.1.0c
...72aee4 in OPENSSL_cleanup () at crypto/init.c:391 > #3 0x00007f67491052e0 in __run_exit_handlers (status=0, > listp=0x7f674948c5d8 <__exit_funcs>, > run_list_atexit=run_list_atexit at entry=true, > run_dtors=run_dtors at entry=true) at exit.c:83 > #4 0x00007f674910533a in __GI_exit (status=<optimized out>) at exit.c:105 > #5 0x00007f67490eb3f8 in __libc_start_main (main=0x555b35fbfbc0 <main>, > argc=1, argv=0x7ffd4ede3588, init=<optimized out>, > fini=<optimized out>, rtld_fini=<optimized out>, > stack_end=0x7ffd4ede3578) at ../c...
2016 Nov 15
1
Crashing when run against OpenSSL 1.1.0c
...eanup () at crypto/init.c:391 >> #3 0x00007f67491052e0 in __run_exit_handlers (status=0, >> listp=0x7f674948c5d8 <__exit_funcs>, >> run_list_atexit=run_list_atexit at entry=true, >> run_dtors=run_dtors at entry=true) at exit.c:83 >> #4 0x00007f674910533a in __GI_exit (status=<optimized out>) at >> exit.c:105 >> #5 0x00007f67490eb3f8 in __libc_start_main (main=0x555b35fbfbc0 <main>, >> argc=1, argv=0x7ffd4ede3588, init=<optimized out>, >> fini=<optimized out>, rtld_fini=<optimized out>, >> stack_e...
2019 Nov 04
3
[PATCH nbdkit 0/3] server: Fix crash on close.
This fixes the long-standing crash on close when nbdkit exits. I did try first to fix threads so we're using a proper thread pool, but that's difficult to implement. So this does the minimal change needed to fix the crash instead. There are still two segfaults that happen during running the test suite. One is deliberately caused (tests/test-captive.sh). The other appears to be an