pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Fwd: Firefox 3.6.3 / xulrunner 1.9.2.3 segmentation fault
On Mon, 12 Jul 2010 10:26:50 +0000
Victor Dorneanu <victor%dornea.nu@localhost> wrote:
> Meanwhile I was able to backtrace the problem:
> 0x00007f7ffdc08492 in pthread_mutex_lock () from /usr/lib/libpthread.so.0
This thread is waiting on a lock and is probably not the one that
caused the fault. You'll need to make sure to trace the faulting
thread. Use gdb's "info threads" and "thread <n>" commands.
Look for any threads that are not in a wait state.
Also, compiling devel/xulrunner with the "debug" option will
make your backtraces alot more useful.
Kind regards,
-Tobias
Home |
Main Index |
Thread Index |
Old Index