I have this firefox segfault on startup on one machine running firefox
I try to get some debug infos and I get
Maybe for someone in this forum this isn't useless so he/she can help me to troubleshoot this problem or get more from gdb. For the rest of his use, this box run perfectly fine.
Thankx
Code:
FreeBSD 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC i386
I try to get some debug infos and I get
Code:
/usr/local/bin # /usr/libexec/gdb /usr/local/bin/firefox GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)...
(gdb) break main
Function "main" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (main) pending.
(gdb) run
Starting program: /usr/local/bin/firefox
Program received signal SIGSEGV, Segmentation fault.
0x21309260 in ?? ()
(gdb) bt
#0 0x21309260 in ?? ()
#1 0x21340a3c in ?? ()
#2 0x21329370 in ?? ()
#3 0x2103cf0a in ?? ()
#4 0x00000000 in ?? ()
(gdb) info sharedlibrary
No shared libraries loaded at this time.
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/local/bin/firefox
Program received signal SIGSEGV, Segmentation fault.
0x21309260 in ?? ()
Maybe for someone in this forum this isn't useless so he/she can help me to troubleshoot this problem or get more from gdb. For the rest of his use, this box run perfectly fine.
Thankx