| 24 Nov 2023 |
pzka | In reply to @nbp:mozilla.org A top crash coming from NixOS 🎉 (either we have a very low number of crashes, or the NixOS community is become larger than I thought) what is a top crash ? | 10:40:29 |
@yannis:mozilla.org | Among all crash reports that we receive from all platforms this is currently number 3 | 10:41:02 |
@yannis:mozilla.org | https://crash-stats.mozilla.org/topcrashers/?product=Firefox&version=120.0 | 10:41:17 |
@yannis:mozilla.org | So it's in the top | 10:41:28 |
pzka | I tried the workaround thanks :-) | 10:42:15 |
pzka | * I am trying the workaround thanks :-) | 10:42:30 |
pzka | yes it's from webgl Thank you yannis | 10:44:55 |
@yuka:yuka.dev | mine is crashing immediately on startup | 11:11:17 |
@yuka:yuka.dev | that seems different from the other reports? | 11:11:25 |
@yannis:mozilla.org | Does it crash if you start with firefox -p and create a new profile and use it? | 11:13:40 |
pzka | In reply to @yuka:yuka.dev mine is crashing immediately on startup I have this behaviour at the begining. I needed to make a new profil. So maybe it's related | 11:16:41 |
pzka | try with a new one | 11:16:52 |
pzka | as yannis said | 11:17:10 |
@yuka:yuka.dev | firefox -p does not even start | 11:19:48 |
@yuka:yuka.dev |
[yuka@m1:~]$ time firefox -p
Segmentation fault (core dumped)
real 0m0.243s
user 0m0.061s
sys 0m0.022s
[yuka@m1:~]$
| 11:20:00 |
nbp | Do you have the profile chooser menu? | 11:20:58 |
pzka | yannis: I have seen your comment on mozzila bug. Is there any chance of a fix in nixos package soon ? | 11:22:01 |
@yannis:mozilla.org | I hope so, we are working on it at least | 11:22:32 |
pzka | cool let me know. Thank you. :-) | 11:23:05 |
@yannis:mozilla.org | Yureka (she/her): can you try gdb firefox, run, bt? | 11:24:31 |
@yuka:yuka.dev |
[yuka@m1:~]$ firefox --safe-mode
Segmentation fault (core dumped)
[yuka@m1:~]$ firefox --ProfileManager
Segmentation fault (core dumped)
[yuka@m1:~]$
| 11:26:22 |
@yuka:yuka.dev | [yuka@m1:~]$ gdb /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/bin/.firefox-wrapped
GNU gdb (GDB) 13.2
Copyright (C) 2023 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 "aarch64-unknown-linux-gnu".
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 /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/bin/.firefox-wrapped...
(No debugging symbols found in /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/bin/.firefox-wrapped)
(gdb) run
Starting program: /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/bin/.firefox-wrapped
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/nix/store/cv8mfy5wdfwfw4iwhdlkl4ddy8apl667-glibc-2.38-27/lib/libthread_db.so.1".
[New Thread 0xfffff77ff140 (LWP 129058)]
[Thread 0xfffff77ff140 (LWP 129058) exited]
[Detaching after fork from child process 129059]
[New Thread 0xfffff77ff140 (LWP 129072)]
[New Thread 0xffffeabff140 (LWP 129073)]
[New Thread 0xffffea3ef140 (LWP 129074)]
[New Thread 0xffffe9bdf140 (LWP 129075)]
[New Thread 0xffffe93cf140 (LWP 129076)]
[Detaching after vfork from child process 129077]
[New Thread 0xffffe91bf140 (LWP 129078)]
[New Thread 0xffffe49ff140 (LWP 129079)]
[New Thread 0xffffe49af140 (LWP 129080)]
[New Thread 0xffffe495f140 (LWP 129081)]
[New Thread 0xffffe490f140 (LWP 129082)]
[New Thread 0xffffe48bf140 (LWP 129083)]
[New Thread 0xffffe486f140 (LWP 129084)]
Thread 1 ".firefox-wrappe" received signal SIGSEGV, Segmentation fault.
0x0000aaaaaaad0398 in SetPHCState ()
(gdb) bt
#0 0x0000aaaaaaad0398 in SetPHCState ()
#1 0x0000ffffef48db5c in mozilla::InitPHCState() () from /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/lib/firefox/libxul.so
#2 0x0000ffffef534ecc in NS_InitXPCOM () from /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/lib/firefox/libxul.so
#3 0x0000fffff2910cbc in XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) ()
from /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/lib/firefox/libxul.so
#4 0x0000fffff2911ab0 in XRE_main(int, char**, mozilla::BootstrapConfig const&) ()
from /nix/store/w8sb6xnnxsav7gdfzn2ay7wlw11z1aax-firefox-120.0/lib/firefox/libxul.so
#5 0x0000aaaaaaac9bfc in main ()
(gdb)
| 11:26:26 |
@yannis:mozilla.org | Thanks, this one is a different issue indeed, I'll report to the person working on PHC | 11:27:48 |