Closed Bug 1837259 Opened 1 year ago Closed 1 year ago

Intermittent TestQuitRestart.test_in_app_quit_with_dismissed_beforeunload_prompt | OSError: Process has been unexpectedly closed (Exit code: 245) (Reason: Process has been unexpectedly closed (Exit code: 245) (Reason: No data received over socket))

Categories

(Testing :: Marionette Client and Harness, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1827125

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=418444418&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/LtbKFjOAQ7O474DYTp249w/runs/0/artifacts/public/logs/live_backing.log


[task 2023-06-07T16:13:08.269Z] 16:13:08    ERROR -  TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_quit_restart.py TestQuitRestart.test_in_app_quit_with_dismissed_beforeunload_prompt | OSError: Process has been unexpectedly closed (Exit code: 245) (Reason: Process has been unexpectedly closed (Exit code: 245) (Reason: No data received over socket))
[task 2023-06-07T16:13:08.275Z] 16:13:08     INFO -  Traceback (most recent call last):
[task 2023-06-07T16:13:08.275Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 198, in run
[task 2023-06-07T16:13:08.275Z] 16:13:08     INFO -      testMethod()
[task 2023-06-07T16:13:08.276Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_quit_restart.py", line 472, in test_in_app_quit_with_dismissed_beforeunload_prompt
[task 2023-06-07T16:13:08.276Z] 16:13:08     INFO -      self.marionette.start_session()
[task 2023-06-07T16:13:08.277Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\decorators.py", line 34, in _
[task 2023-06-07T16:13:08.277Z] 16:13:08     INFO -      m._handle_socket_failure()
[task 2023-06-07T16:13:08.277Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\marionette.py", line 780, in _handle_socket_failure
[task 2023-06-07T16:13:08.277Z] 16:13:08     INFO -      reraise(
[task 2023-06-07T16:13:08.278Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\six.py", line 702, in reraise
[task 2023-06-07T16:13:08.278Z] 16:13:08     INFO -      raise value.with_traceback(tb)
[task 2023-06-07T16:13:08.278Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\decorators.py", line 24, in _
[task 2023-06-07T16:13:08.278Z] 16:13:08     INFO -      return func(*args, **kwargs)
[task 2023-06-07T16:13:08.278Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1298, in start_session
[task 2023-06-07T16:13:08.279Z] 16:13:08     INFO -      resp = self._send_message("WebDriver:NewSession", capabilities)
[task 2023-06-07T16:13:08.279Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\decorators.py", line 34, in _
[task 2023-06-07T16:13:08.279Z] 16:13:08     INFO -      m._handle_socket_failure()
[task 2023-06-07T16:13:08.279Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\marionette.py", line 780, in _handle_socket_failure
[task 2023-06-07T16:13:08.279Z] 16:13:08     INFO -      reraise(
[task 2023-06-07T16:13:08.280Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\six.py", line 702, in reraise
[task 2023-06-07T16:13:08.280Z] 16:13:08     INFO -      raise value.with_traceback(tb)
[task 2023-06-07T16:13:08.280Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\decorators.py", line 24, in _
[task 2023-06-07T16:13:08.280Z] 16:13:08     INFO -      return func(*args, **kwargs)
[task 2023-06-07T16:13:08.281Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\marionette.py", line 696, in _send_message
[task 2023-06-07T16:13:08.281Z] 16:13:08     INFO -      msg = self.client.request(name, params)
[task 2023-06-07T16:13:08.281Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\transport.py", line 381, in request
[task 2023-06-07T16:13:08.281Z] 16:13:08     INFO -      return self.receive()
[task 2023-06-07T16:13:08.282Z] 16:13:08     INFO -    File "Z:\task_168614890818577\build\venv\lib\site-packages\marionette_driver\transport.py", line 228, in receive
[task 2023-06-07T16:13:08.282Z] 16:13:08     INFO -      raise socket.error("No data received over socket")
[task 2023-06-07T16:13:08.282Z] 16:13:08     INFO -  TEST-INFO took 20852ms

Important here are the lines:

[task 2023-06-07T16:13:06.315Z] 16:13:06     INFO -  [Parent 9304, Main Thread] WARNING: content process pid = 9384 crashed without leaving a minidump behind: file /builds/worker/checkouts/gecko/dom/ipc/ContentParent.cpp:4486
[task 2023-06-07T16:13:06.316Z] 16:13:06    ERROR -  A content process crashed and MOZ_CRASHREPORTER_SHUTDOWN is set, shutting down
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1827125
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.