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

Re: Firefox trouble



On Tue, Jul 14, 2020 at 7:11 PM John Paul Adrian Glaubitz
<glaubitz@physik.fu-berlin.de> wrote:
>
>
> You need to install the firefox-dbg package otherwise GDB won't be able to
> help you.

Reading symbols from firefox...
Reading symbols from
/usr/lib/debug/.build-id/5e/7c2ce19658b5a547605e9716c409337752cd54.debug...
(gdb) r
Starting program: /usr/lib/firefox/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) c
Continuing.

Program received signal SIGILL, Illegal instruction.
0xfffff801068b0764 in ?? () from /lib/sparc64-linux-gnu/libcrypto.so.1.1
(gdb) c
Continuing.

Program received signal SIGILL, Illegal instruction.
0xfffff801068b0774 in ?? () from /lib/sparc64-linux-gnu/libcrypto.so.1.1
(gdb) c
Continuing.

Program received signal SIGILL, Illegal instruction.
0xfffff801068b0780 in ?? () from /lib/sparc64-linux-gnu/libcrypto.so.1.1
(gdb) c
Continuing.
[Detaching after fork from child process 2747]
[New Thread 0xfffff8010ee7f900 (LWP 2748)]
[New Thread 0xfffff80112755900 (LWP 2749)]
[Thread 0xfffff80112755900 (LWP 2749) exited]

Thread 1 "firefox" received signal SIGSEGV, Segmentation fault.
MOZ_CrashOOL (aLine=<optimized out>, aReason=0xfffff8010b632bf0
"js::jit::InitProcessExecutableMemory() failed")
    at /build/firefox-YyDH69/firefox-62.0.3/mfbt/Assertions.cpp:33
33    /build/firefox-YyDH69/firefox-62.0.3/mfbt/Assertions.cpp: No
such file or directory.
(gdb) bt
#0  MOZ_CrashOOL (aLine=<optimized out>,
    aReason=0xfffff8010b632bf0 "js::jit::InitProcessExecutableMemory() failed")
    at /build/firefox-YyDH69/firefox-62.0.3/mfbt/Assertions.cpp:33
#1  0xfffff801078134e0 in NS_InitXPCOM2 (aResult=0x700001ea770,
aBinDirectory=<optimized out>,
    aAppFileLocationProvider=<optimized out>)
    at /build/firefox-YyDH69/firefox-62.0.3/xpcom/build/XPCOMInit.cpp:691
#2  0xfffff8010a365638 in ScopedXPCOMStartup::Initialize (this=0x700001ea770)
    at /build/firefox-YyDH69/firefox-62.0.3/toolkit/xre/nsXREDirProvider.h:67
#3  0xfffff8010a36dce8 in XREMain::XRE_main (this=0x7feffffdcb8,
argc=<optimized out>, argv=<optimized out>,
    aConfig=...) at
/build/firefox-YyDH69/firefox-62.0.3/toolkit/xre/nsAppRunner.cpp:4888
#4  0xfffff8010a36e1d0 in XRE_main (argc=<optimized out>,
argv=0x7fefffff378, aConfig=...)
    at /build/firefox-YyDH69/firefox-62.0.3/toolkit/xre/nsAppRunner.cpp:4984
#5  0x0000010000006210 in do_main (argc=<optimized out>,
argv=0x7fefffff378, envp=0x7fefffff388)
    at /build/firefox-YyDH69/firefox-62.0.3/build-browser/dist/include/mozilla/UniquePtr.h:326
#6  0x0000010000005a98 in main (argc=<optimized out>,
argv=0x7fefffff378, envp=0x7fefffff388)
    at /build/firefox-YyDH69/firefox-62.0.3/browser/app/nsBrowserApp.cpp:311
(gdb)


Reply to: