Closed
Bug 540089
Opened 15 years ago
Closed 14 years ago
Unhandled Mac events don't get serialized, but deserialization of them is still attempted
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cjones, Unassigned)
References
Details
See http://hg.mozilla.org/projects/electrolysis/file/6f003829a096/dom/plugins/NPEventWindows.h#l131
This bug results in the error
###!!! [Child][RPCChannel] Error: Payload error: message could not be deserialized
This needs to be fixed pretty soon, because deserialization failure is a fatal error. It's just not being enforced yet.
Comment 1•15 years ago
|
||
This error fills my Mac console using nightly trunk builds.
Reporter | ||
Comment 2•15 years ago
|
||
I think the windows problem was incidentally fixed at some point. We need the same fix for mac.
OS: Windows XP → Mac OS X
Summary: Unhandled Windows events don't get serialized, but deserialization of them is still attempted → Unhandled Mac events don't get serialized, but deserialization of them is still attempted
Comment 3•14 years ago
|
||
We fixed some of these errors part of Bug 562997 and I haven't seen those errors on OS X since the fix landed. Please let me know if we see more of these errors, otherwise we should be good to close this bug.
I think this is fixed by bug 562997, reopen if you're still having a problem.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•