Hello guys, do you experience crashes everytime on exit ? I do. Here are some information about my system:
I won't post command because it doesn't seem to be important - crashes with every command.
Backtrace:
As we can see, this problem should be related to pthread library or to flawed logic during using of pthread_join function.
Code:
Arch Linux x86_64 (linux 3.9.4-1)
Catalyst 13.6 Beta (same behavior with 13.1 and 13.4)
glibc 2.17-5
I won't post command because it doesn't seem to be important - crashes with every command.
Backtrace:
Code:
#0 0x00007ffff7bc7f01 in pthread_join () from /usr/lib/libpthread.so.0
#1 0x000000000040719f in ?? ()
#2 0x00007ffff6c11a15 in __libc_start_main () from /usr/lib/libc.so.6
#3 0x00000000004028a9 in ?? ()
#4 0x00007fffffffdf08 in ?? ()
#5 0x00000000ffffffff in ?? ()
#6 0x0000000000000008 in ?? ()
#7 0x00007fffffffe285 in ?? ()
#8 0x00007fffffffe2bb in ?? ()
#9 0x00007fffffffe2be in ?? ()
#10 0x00007fffffffe2ee in ?? ()
#11 0x00007fffffffe2f6 in ?? ()
#12 0x00007fffffffe2ff in ?? ()
#13 0x00007fffffffe2c0 in ?? ()
#14 0x00007fffffffe2e1 in ?? ()
#15 0x0000000000000000 in ?? ()
As we can see, this problem should be related to pthread library or to flawed logic during using of pthread_join function.