!PbcQeaWcgMyjVfeGQN:nixos.org

Nix Mozilla 🦊🐦🐒

168 Members
A room about a number of weird animals (also known as Mozilla products): Firefox, Thunderbird, Spidermonkey, NSS, cacert. Also a little bit of fun times, small amounts of extreme, when building weird animals. But for bugs please file GitHub issues. | Release Schedule: https://whattrainisitnow.com | Crash-Stats: https://crash-stats.mozilla.org/search/?distribution_id=%3Dnixos&product=Firefox&product=Thunderbird47 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
24 Nov 2023
@l-88:matrix.orgpzka
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@yannis:mozilla.orgAmong all crash reports that we receive from all platforms this is currently number 310:41:02
@yannis:mozilla.org@yannis:mozilla.orghttps://crash-stats.mozilla.org/topcrashers/?product=Firefox&version=120.010:41:17
@yannis:mozilla.org@yannis:mozilla.orgSo it's in the top10:41:28
@l-88:matrix.orgpzkaI tried the workaround thanks :-)10:42:15
@l-88:matrix.orgpzka * I am trying the workaround thanks :-)10:42:30
@l-88:matrix.orgpzka yes it's from webgl Thank you yannis 10:44:55
@yuka:yuka.dev@yuka:yuka.devmine is crashing immediately on startup11:11:17
@yuka:yuka.dev@yuka:yuka.devthat seems different from the other reports?11:11:25
@yannis:mozilla.org@yannis:mozilla.org Does it crash if you start with firefox -p and create a new profile and use it? 11:13:40
@l-88:matrix.orgpzka
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
@l-88:matrix.orgpzkatry with a new one11:16:52
@l-88:matrix.orgpzkaas yannis said11:17:10
@yuka:yuka.dev@yuka:yuka.devfirefox -p does not even start11:19:48
@yuka:yuka.dev@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:mozilla.orgnbpDo you have the profile chooser menu?11:20:58
@l-88:matrix.orgpzka 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@yannis:mozilla.orgI hope so, we are working on it at least11:22:32
@l-88:matrix.orgpzkacool let me know. Thank you. :-) 11:23:05
@yannis:mozilla.org@yannis:mozilla.org Yureka (she/her): can you try gdb firefox, run, bt? 11:24:31
@yuka:yuka.dev@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: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@yannis:mozilla.orgThanks, this one is a different issue indeed, I'll report to the person working on PHC11:27:48

Show newer messages


Back to Room ListRoom Version: 9