Closed
Bug 1297447
Opened 9 years ago
Closed 9 years ago
Intermittent test_refresh_firefox.py TestFirefoxRefresh.testReset | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection timed out after 360s)
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox51 fixed)
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [fixed by bug 1051567])
Comment 1•9 years ago
|
||
From gecko.log:
[Child 1671] ###!!! ABORT: Aborting on channel error.: file /builds/slave/autoland-m64-d-000000000000000/build/src/ipc/glue/MessageChannel.cpp, line 2056
Hit MOZ_CRASH() at /builds/slave/autoland-m64-d-000000000000000/build/src/memory/mozalloc/mozalloc_abort.cpp:33
###!!! [Parent][MessageChannel] Error: (msgtype=0x4A0001,name=PContent::Msg_PBrowserConstructor) Channel error: cannot send/recv
Sounds a lot like this failure also depends on a fix via bug 1051567. Kan-ru do you agree?
Flags: needinfo?(kchen)
Comment 2•9 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #1)
> From gecko.log:
>
> [Child 1671] ###!!! ABORT: Aborting on channel error.: file
> /builds/slave/autoland-m64-d-000000000000000/build/src/ipc/glue/
> MessageChannel.cpp, line 2056
> Hit MOZ_CRASH() at
> /builds/slave/autoland-m64-d-000000000000000/build/src/memory/mozalloc/
> mozalloc_abort.cpp:33
>
> ###!!! [Parent][MessageChannel] Error:
> (msgtype=0x4A0001,name=PContent::Msg_PBrowserConstructor) Channel error:
> cannot send/recv
>
> Sounds a lot like this failure also depends on a fix via bug 1051567. Kan-ru
> do you agree?
Yes, they look quite similar. In gecko.log there is also the "Message needs unreceived descriptors" error. Probably also running out of descriptors.
Flags: needinfo?(kchen)
| Comment hidden (Intermittent Failures Robot) |
Comment 4•9 years ago
|
||
This crash should be fixed now with the patch on bug 1051567 landed.
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [blocked by bug 1051567] → [fixed by bug 1051567]
Target Milestone: --- → mozilla51
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 7•3 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•