https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244994
--- Comment #11 from Zane C. Bowers-Hadley <[email protected]> --- backtrace as below.... (gdb) bt #0 thr_kill () at thr_kill.S:3 #1 0x00000008013d9544 in __raise (s=11) at /arc/src/FreeBSD/base/stable/12/lib/libc/gen/raise.c:52 #2 0x0000000809890d05 in nsProfileLock::FatalSignalHandler(int, __siginfo*, void*) () at /usr/local/lib/firefox/libxul.so #3 0x000000080a2d6dca in WasmTrapHandler(int, __siginfo*, void*) () at /usr/local/lib/firefox/libxul.so #4 0x000000080120c3be in handle_signal (actp=0x7fffdeb8e680, sig=11, info=0x7fffdeb8ea70, ucp=0x7fffdeb8e700) at /arc/src/FreeBSD/base/stable/12/lib/libthr/thread/thr_sig.c:246 #5 0x000000080120b97f in thr_sighandler (sig=11, info=0x7fffdeb8ea70, _ucp=0x7fffdeb8e700) at /arc/src/FreeBSD/base/stable/12/lib/libthr/thread/thr_sig.c:191 #6 0x00007fffffffe193 in <signal handler called> () #7 0x0000000000000000 in () #8 0x0000000850101b43 in () at /usr/local/lib/libdsocks.so #9 0x000000085012b3aa in () at /usr/local/lib/libdsocks.so #10 0x000000085012d908 in () at /usr/local/lib/libdsocks.so #11 0x0000000850100886 in () at /usr/local/lib/libdsocks.so #12 0x0000000850100510 in () at /usr/local/lib/libdsocks.so #13 0x000000085010de71 in () at /usr/local/lib/libdsocks.so #14 0x000000080108456d in objlist_call_init (list=<optimized out>, lockstate=<optimized out>) at /arc/src/FreeBSD/base/stable/12/libexec/rtld-elf/rtld.c:2744 #15 0x00000008010891dc in dlopen_object (name=0x81d7cb448 "/usr/local/lib/libdsocks.so", fd=<optimized out>, refobj=<optimized out>, lo_flags=<optimized out>, mode=1, lockstate=<optimized out>) at /arc/src/FreeBSD/base/stable/12/libexec/rtld-elf/rtld.c:3456 #16 0x000000080108587f in rtld_dlopen (name=0x81d7cb448 "/usr/local/lib/libdsocks.so", fd=-1, mode=<optimized out>) at /arc/src/FreeBSD/base/stable/12/libexec/rtld-elf/rtld.c:3321 #17 0x000000080414d2c3 in PR_LoadLibraryWithFlags () at /usr/local/lib/libnspr4.so #18 0x00000008082a1e2f in nsPluginFile::GetPluginInfo(nsPluginInfo&, PRLibrary**) () at /usr/local/lib/firefox/libxul.so #19 0x00000008082a12ed in PluginFinder::ScanPluginsDirectory(nsIFile*, bool*) () at /usr/local/lib/firefox/libxul.so #20 0x00000008082a031a in PluginFinder::FindPlugins() () at /usr/local/lib/firefox/libxul.so #21 0x000000080829ff03 in PluginFinder::Run() () at /usr/local/lib/firefox/libxul.so #22 0x000000080601e80d in nsThreadPool::Run() () at /usr/local/lib/firefox/libxul.so #23 0x000000080601edcd in non-virtual thunk to nsThreadPool::Run() () at /usr/local/lib/firefox/libxul.so #24 0x000000080601a108 in nsThread::ProcessNextEvent(bool, bool*) () at /usr/local/lib/firefox/libxul.so #25 0x000000080601d4eb in NS_ProcessNextEvent(nsIThread*, bool) () at /usr/local/lib/firefox/libxul.so #26 0x0000000806480ff8 in mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) () at /usr/local/lib/firefox/libxul.so #27 0x000000080643b218 in MessageLoop::Run() () at /usr/local/lib/firefox/libxul.so #28 0x000000080601823b in nsThread::ThreadFunc(void*) () at /usr/local/lib/firefox/libxul.so #29 0x0000000804164a6d in () at /usr/local/lib/libnspr4.so #30 0x0000000801206736 in thread_start (curthread=0x815a23700) at /arc/src/FreeBSD/base/stable/12/lib/libthr/thread/thr_create.c:292 #31 0x0000000000000000 in () (gdb) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
