Closed
Bug 1078134
Opened 10 years ago
Closed 8 years ago
Investigate and clear warning: "[Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID" on OSX
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P3)
Tracking
(firefox33 unaffected, firefox34 unaffected, firefox35 affected)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox33 | --- | unaffected |
firefox34 | --- | unaffected |
firefox35 | --- | affected |
People
(Reporter: andrei, Unassigned)
Details
(Keywords: regression, regressionwindow-wanted)
We've been seeing this warning on OSX for a while.
I hoped it wouldn't last, but as I don't see it go away, I'd like for us to take action to find where it is coming from and disable it. Reading mozmill logs on OSX is very tedious with this.
Here's an example of how it looks between 2 tests:
> 04:51:27 TEST-END | testAddons_OpenAndCloseGetAddonsPane/test1.js | finished in 62732ms
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:29
> 04:51:29
> 04:51:29 ###!!! [Child][DispatchAsyncMessage] Error: (msgtype=0xAA0001,name=PTexture::Msg___delete__) Route error: message sent to unknown actor ID
> 04:51:34 TEST-START | testBackForwardNavigation/test1.js | setupModule
This seems to happen whenever Firefox is closed.
** This might need a fix in mozmill, not mozmill-tests, so the bugzilla component might need changing. Won't know until investigated a bit.
Reporter | ||
Comment 1•10 years ago
|
||
Interesting, I have only seen this on OSX until today, where I see the same output on mm-win-xp-32 during an endurance run.
OS: Mac OS X → All
Comment 2•8 years ago
|
||
Mozmill tests have been superseded by Marionette tests.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•