Open
Bug 1751137
Opened 3 years ago
Updated 3 years ago
Firefox crashes during startup (after "toplevel-window-ready" notification) with exit code 11
Categories
(Toolkit :: Startup and Profile System, defect)
Toolkit
Startup and Profile System
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | affected |
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: crash)
In various Wd jobs in CI we can see that Firefox crashes during startup - as it looks like due to some exception:
[task 2022-01-20T04:22:59.258Z] 04:22:59 INFO - PID 3628 | 1642652579256 Marionette INFO Marionette enabled
[task 2022-01-20T04:22:59.270Z] 04:22:59 INFO - PID 3628 | 1642652579268 RemoteAgent DEBUG CDP enabled
[task 2022-01-20T04:22:59.279Z] 04:22:59 INFO - PID 3628 | 1642652579277 Marionette TRACE Received observer notification toplevel-window-ready
[task 2022-01-20T04:22:59.288Z] 04:22:59 INFO - PID 3628 | DEBUG: Adding blocker ClientManagerService: start destroying IPC actors early for phase xpcom-will-shutdown
[task 2022-01-20T04:22:59.300Z] 04:22:59 INFO - PID 3628 | DEBUG: Adding blocker JSON store: writing data for phase profile-before-change
[task 2022-01-20T04:22:59.337Z] 04:22:59 INFO - PID 3628 | DEBUG: Adding blocker MediaShutdownManager: shutdown for phase profile-before-change
[task 2022-01-20T04:22:59.424Z] 04:22:59 INFO - PID 3628 | ExceptionHandler::GenerateDump cloned child 4630
[task 2022-01-20T04:22:59.426Z] 04:22:59 INFO - PID 3628 | ExceptionHandler::SendContinueSignalToChild sent continue signal to child
[task 2022-01-20T04:22:59.426Z] 04:22:59 INFO - PID 3628 | ExceptionHandler::WaitForContinueSignal waiting for continue signal...
[task 2022-01-20T04:22:59.509Z] 04:22:59 INFO - PID 3628 | 1642652579508 geckodriver::browser DEBUG Browser process stopped: exit status: 11
Not sure if the above information is helpful enough. Currently we cannot provide a crash dump and analysis because geckodriver cannot handle it yet (but will soon). If that's needed we would need bug 1433495 fixed first.
Generally I can say that the crash happens between the toplevel-window-ready and marionette-startup-requested notifications.
| Reporter | ||
Comment 3•3 years ago
|
||
As it looks like this is mostly happen on the esr91 branch.
status-firefox-esr91:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•