You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Nightly is crashing (possible only on Linux) somewhere in relation to onShutdown / onEndStudy when an expired study is encountered. This leads to failing tests and cryptic WebDriver errors in Circle CI.
Geckodriver logs for the tests 1) setup of an already expired study should result in endStudy('expired') reports A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is set, shutting down, see below:
@rhelmer This is intermittently failing our CI runs both in utils, the template repo and all shield studies based on the template. Could you advice us on how to get this resolved / debugged / reported properly?
With the latest nightly, ourCIruns are now running without Nightly crashing. Will keep this under observation and if there are no new crashes, we can close this issue for now.
@motin Sorry I missed this initially... I think as far as debugging in the future, using a "debug" build is probably the best bet, since this will give you more info on exactly where things are crashing.
You can build this yourself or you can download builds from e.g. https://treeherder.mozilla.org/#/jobs?repo=mozilla-central (the treeherder UI is a bit quirky, basically you'd look for "Linux Debug" then click the green "B", then "Job Details" will have a link to target.tar.bz2 which is the build that the Mozilla CI uploaded)
Closing this since CI runs are passing on Nightly consistently again.
Thanks @rhelmer, will let CI run debug builds in this crops up again, hopefully there is some way to get crash information dumped so that CI then can store that information as artifacts of the builds, available to further debug the cause of the crash.
Nightly is crashing (possible only on Linux) somewhere in relation to onShutdown / onEndStudy when an expired study is encountered. This leads to failing tests and cryptic WebDriver errors in Circle CI.
Geckodriver logs for the tests
1) setup of an already expired study should result in endStudy('expired')
reportsA content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is set, shutting down
, see below:The text was updated successfully, but these errors were encountered: