-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug] Native crash when opening many tabs rapidly (1 per second) #11653
Comments
That is not a processed crash id. That is the local crash id. A sharable crash ID will end in YYMMDD. See a similar report in issue #11419 |
I think there's another bug with the crash reporter in relate to native crashes. |
Could not get the same logs. |
Interestingly this doesn't seem to be reproducible onGeckoView Example but I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1646352 there since this seems like something the GV team may be better suited to investigate. |
Hi, I've just checked this on both Nightly 200618 from 6/18• Google Pixel 3a (Android 10) - ✔️ No crash Beta 5.2.0-beta.2 from 6/16• Google Pixel 3a (Android 10) - ✔️ No crash Opened more than 100 tabs using this Loop
exit |
@AndiAJ thanks for the testing. To get the Socorro links, maybe you need to click the "Report" button in the Fenix crash notification in the system notifications tray? Give that a try in the future, hopefully we can get Socorro and Sentry links from about:crashes (which will help us differentiate them). |
Hi @liuche, clicking the "Report" button in the Fenix crash notification doesn't do the trick, mentioned this in #11419 and #11685 As @Mugurell mentioned above I've re-tested this issue, tapped the notification but yet again, no Soccoro link |
This should probably be fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1644561. |
I got this similar crash in one of the automated tests: https://console.firebase.google.com/project/moz-fenix/testlab/histories/bh.66b7091e15d53d45/matrices/6411311184354138254/executions/bs.c1ebb5c4598f8ece/testcases/1/logs Not sure if it's the same crash but looks similar to this bug or #5478
|
Still reproducible on the latest |
This just landed today, so it should be in the nightly on 6/26. This won't make 78.0.0 but should be fixed in 79.0.0 |
Hi, I've just checked this on both I've ran the loop 3x on each device and build (loaded 100+ tabs) ► Nightly Build 200629 from 6/30 ► Fenix 79.0.1-beta.1 from 6/30 @sv-ohorvath's Nexus 9 (Android 7.1.1) @liuche - Please review and advise |
This looks to be fixed then. Thanks for testing @AndiAJ |
Steps to reproduce
while true; do adb shell am start -n org.mozilla.fenix.nightly/org.mozilla.fenix.IntentReceiverActivity https://amazon.com; sleep 1; done
Expected behavior
No crash, tabs open.
Actual behavior
App crash. Looking at the logs, I only see native traces and "Crashes" setting confirms it was a native crash. Crash signature is c6ae7e08-82e9-4436-bc82-ac7f3e3c3ab7 (not loaded into crash-stats yet).
Device information
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: