https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285391

--- Comment #19 from jakub_l...@mailplus.pl ---
(In reply to jakub_lach from comment #18)

$ gdb firefox firefox.core                                                      
GNU gdb (GDB) 15.1 [GDB v15.1 for FreeBSD]
Copyright (C) 2024 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 "x86_64-portbld-freebsd14.1".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://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"...
Reading symbols from firefox...
(No debugging symbols found in firefox)
[New LWP 100866]
[New LWP 115217]
[New LWP 115218]
[New LWP 115219]
[New LWP 115220]
[New LWP 115221]
[New LWP 115222]
[New LWP 115223]
[New LWP 115224]
[New LWP 115225]
[New LWP 115226]
[New LWP 115227]
[New LWP 115228]
[New LWP 115229]
Core was generated by `/usr/local/lib/firefox/firefox --backgroundtask
removeDirectory /home/Kuba/.mozi'.
Program terminated with signal SIGSEGV, Segmentation fault.
Sent by thr_kill() from pid 54979 and user 1001.
#0  0x0000006d31cb4aaa in thr_kill () from /lib/libc.so.7
[Current thread is 1 (LWP 100866)]
(gdb) bt
#0  0x0000006d31cb4aaa in thr_kill () at /lib/libc.so.7
#1  0x0000006d31c2cf54 in raise () at /lib/libc.so.7
#2  0x0000006d5a906d67 in nsProfileLock::FatalSignalHandler(int, __siginfo*,
void*) () at /usr/local/lib/firefox/libxul.so
#3  0x0000006d5b38d9cb in WasmTrapHandler(int, __siginfo*, void*) () at
/usr/local/lib/firefox/libxul.so
#4  0x0000006d302a048f in ??? () at /lib/libthr.so.3
#5  0x0000006d3029fa48 in ??? () at /lib/libthr.so.3
#6  0x0000006d2e8062d3 in <signal handler called> ()
#7  0x0000006d42aeda15 in XInternAtoms () at /usr/local/lib/libX11.so.6
#8  0x0000006d5a6b8a5f in nsXRemoteServer::XRemoteBaseStartup(char const*, char
const*) () at /usr/local/lib/firefox/libxul.so
#9  0x0000006d5a6b465f in nsGTKRemoteServer::Startup(char const*, char const*)
() at /usr/local/lib/firefox/libxul.so
#10 0x0000006d5a6b598b in nsRemoteService::StartupServer() () at
/usr/local/lib/firefox/libxul.so
#11 0x0000006d5a91bfc1 in XREMain::XRE_mainRun() () at
/usr/local/lib/firefox/libxul.so
#12 0x0000006d5a91c952 in XREMain::XRE_main(int, char**,
mozilla::BootstrapConfig const&) () at /usr/local/lib/firefox/libxul.so
#13 0x0000006d5a91ceea in XRE_main(int, char**, mozilla::BootstrapConfig
const&) () at /usr/local/lib/firefox/libxul.so
#14 0x000000650d266f5a in main ()
(gdb) 

$ lldb19 -c firefox.core  firefox                                               
(lldb) target create "firefox" --core "firefox.core"
Core file '/home/Kuba/firefox.core' (x86_64) was loaded.
(lldb) bt
* thread #1, name = 'MainThread', stop reason = signal SIGSEGV
  * frame #0: 0x0000006d31cb4aaa libc.so.7`__sys_thr_kill + 10
    frame #1: 0x0000006d31c2cf54 libc.so.7`__raise + 52
    frame #2: 0x0000006d5a906d67
libxul.so`nsProfileLock::FatalSignalHandler(int, __siginfo*, void*) + 231
    frame #3: 0x0000006d5b38d9cb libxul.so`WasmTrapHandler(int, __siginfo*,
void*) + 331
    frame #4: 0x0000006d302a048f libthr.so.3`___lldb_unnamed_symbol687 + 223
    frame #5: 0x0000006d3029fa48 libthr.so.3`___lldb_unnamed_symbol668 + 312
    frame #6: 0x0000006d2e8062d3
    frame #7: 0x0000006d5a6b8a5f
libxul.so`nsXRemoteServer::XRemoteBaseStartup(char const*, char const*) + 95
    frame #8: 0x0000006d5a6b465f libxul.so`nsGTKRemoteServer::Startup(char
const*, char const*) + 31
    frame #9: 0x0000006d5a6b598b libxul.so`nsRemoteService::StartupServer() +
155
    frame #10: 0x0000006d5a91bfc1 libxul.so`XREMain::XRE_mainRun() + 2209
    frame #11: 0x0000006d5a91c952 libxul.so`XREMain::XRE_main(int, char**,
mozilla::BootstrapConfig const&) + 1234
    frame #12: 0x0000006d5a91ceea libxul.so`XRE_main(int, char**,
mozilla::BootstrapConfig const&) + 250
    frame #13: 0x000000650d266f5a firefox`main + 1130
    frame #14: 0x0000006d31c01404 libc.so.7`__libc_start1 + 292
    frame #15: 0x000000650d266a21 firefox`_start + 33

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to