xhorak / firefox-devedition-flatpak

Flatpak manifest and patches to build Firefox
https://firefox-flatpak.mojefedora.cz/
68 stars 28 forks source link

Nightly crashes on about:support on wayland #60

Closed rmader closed 6 years ago

rmader commented 6 years ago

Hej there, just tried the new nightly with wayland support. Got a fresh profile and installed ublock origin, otherwise a clean install. When trying to access about:support, I get the following error:

[Child 104, Chrome_ChildThread] WARNING: pipe error (3): Connection reset by peer: file /run/build/firefox/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353
[Child 44, Chrome_ChildThread] WARNING: pipe error (3): Connection reset by peer: file /run/build/firefox/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 353

and firefox crashes

sylvestre commented 6 years ago

Could you share the crash id? you will find it in about:crashes. thanks

rmader commented 6 years ago

Doesn't work there :) gives me "Hmm. That address doesn’t look right." Works in my normal firefox, though. I guess the crash reporter doesn't get build or something? Also can't find anything in ~/.var/app/org.mozilla.FirefoxNightly

xhorak commented 6 years ago

Crashreporter is disabled for our build of Firefox because we don't upload symbols to the crashstat servers. Thanks for reporting, this is Wayland related, filled as: https://bugzilla.mozilla.org/show_bug.cgi?id=1434266 We're going to track it there.

rmader commented 6 years ago

It's now tracked here: https://bugzilla.mozilla.org/show_bug.cgi?id=1433081 Furthermore, it should fix #42

rmader commented 6 years ago

Alright, todays build somehow fixed it :) egl support is still not there, but that's a bigger issue.