Skip to content

Instantly share code, notes, and snippets.

@tsutsui
Created December 11, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsutsui/5b8baaf3c0a19c7655db979f8c154743 to your computer and use it in GitHub Desktop.
Save tsutsui/5b8baaf3c0a19c7655db979f8c154743 to your computer and use it in GitHub Desktop.
trace of /usr/pkg/lib/firefox/plugin-container from firefox 71.0 on executing adobe-flash-layer on NetBSD/i386 8.1
% gdb /usr/pkg/lib/firefox/plugin-container plugin-container.core
GNU gdb (GDB) 8.3
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i486--netbsdelf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
warning: ../../../../gdbscripts/bdump: No such file or directory
warning: ../../../../gdbscripts/cpus: No such file or directory
warning: ../../../../gdbscripts/kdump: No such file or directory
warning: ../../../../gdbscripts/lwps: No such file or directory
warning: ../../../../gdbscripts/msgbuf: No such file or directory
warning: ../../../../gdbscripts/pgrpdump: No such file or directory
warning: ../../../../gdbscripts/procs: No such file or directory
warning: ../../../../gdbscripts/vchain: No such file or directory
warning: ../../../../gdbscripts/vdump: No such file or directory
Reading symbols from /usr/pkg/lib/firefox/plugin-container...
(No debugging symbols found in /usr/pkg/lib/firefox/plugin-container)
[New process 1]
[New process 2]
Core was generated by `plugin-container'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xae5b25c8 in mozilla::dom::danger::GetJSContext() ()
from /usr/pkg/lib/firefox/libxul.so
[Current thread is 1 (process 1)]
(gdb) bt
#0 0xae5b25c8 in mozilla::dom::danger::GetJSContext() ()
from /usr/pkg/lib/firefox/libxul.so
#1 0xacb8a669 in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&)
() from /usr/pkg/lib/firefox/libxul.so
#2 0xacb8adf0 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) () from /usr/pkg/lib/firefox/libxul.so
#3 0xacb8b14f in mozilla::ipc::MessageChannel::MessageTask::Run() ()
from /usr/pkg/lib/firefox/libxul.so
#4 0xacb5b857 in MessageLoop::DoWork() () from /usr/pkg/lib/firefox/libxul.so
#5 0xacb55cec in (anonymous namespace)::WorkSourceDispatch(_GSource*, int (*)(void*), void*) () from /usr/pkg/lib/firefox/libxul.so
#6 0xa99f6889 in g_main_context_dispatch () from /usr/pkg/lib/libglib-2.0.so.0
#7 0xa99f6ac5 in g_main_context_iterate.isra ()
from /usr/pkg/lib/libglib-2.0.so.0
#8 0xa99f6ba2 in g_main_context_iteration ()
from /usr/pkg/lib/libglib-2.0.so.0
#9 0xacb558c6 in base::MessagePumpForUI::RunWithDispatcher(base::MessagePump::Delegate*, base::MessagePumpForUI::Dispatcher*) ()
from /usr/pkg/lib/firefox/libxul.so
#10 0xacb55b91 in base::MessagePumpForUI::Run(base::MessagePump::Delegate*) ()
from /usr/pkg/lib/firefox/libxul.so
#11 0xacb5ae5e in MessageLoop::Run() () from /usr/pkg/lib/firefox/libxul.so
#12 0xaf47aa63 in XRE_InitChildProcess(int, char**, XREChildData const*) ()
from /usr/pkg/lib/firefox/libxul.so
#13 0xaf4813d1 in mozilla::BootstrapImpl::XRE_InitChildProcess(int, char**, XREChildData const*) () from /usr/pkg/lib/firefox/libxul.so
#14 0x00e97ed8 in main ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment