|
SIGSEGV with clang on Arch Linux only, not reproducible with gcc.
clang version 6.0.1 (tags/RELEASE_601/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Thread 12 "kovri" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeaffd700 (LWP 9695)]
0x00005555556d8103 in ?? ()
(gdb) bt
#0 0x00005555556d8103 in ?? ()
#1 0x0000555555719244 in ?? ()
#2 0x000055555566e8ed in ?? ()
#3 0x00005555556d2ee9 in ?? ()
#4 0x00005555556f4319 in ?? ()
#5 0x00005555556f3d66 in
boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#6 0x000055555566b00c in ?? ()
#7 0x00007ffff6125d4f in execute_native_thread_routine () at
/build/gcc/src/gcc/libstdc++-v3/src/c++11/thread.cc:80
#8 0x00007ffff63fb075 in start_thread () from /usr/lib/libpthread.so.0
#9 0x00007ffff57fa53f in clone () from /usr/lib/libc.so.6
(gdb)
|