[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Firefox trouble



Hi!

On 7/14/20 6:30 PM, Connor McLaughlan wrote:
>> When i start firefox, i get:
>> Segmentation fault
> 
> gdb tells:
> 
> Reading symbols from firefox...
> (No debugging symbols found in firefox)
> (gdb) run
> Starting program: /usr/bin/firefox
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/sparc64-linux-gnu/libthread_db.so.1".
> 
> Program received signal SIGILL, Illegal instruction.
> 0xfffff801068b0754 in ?? () from /lib/sparc64-linux-gnu/libcrypto.so.1.1
> (gdb)

You need to install the firefox-dbg package otherwise GDB won't be able to
help you.

Also, this particular SIGILL exception is from OpenSSL and intentional,
you need to type "continue" to get to the actual crash.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: