Closed
Bug 781594
Opened 12 years ago
Closed 3 years ago
ABORT: not reached: ipc/ipdl/PLayers.cpp, line 4069
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
INCOMPLETE
blocking-basecamp | - |
People
(Reporter: posidron, Assigned: cyu)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
This crash occurred while launching Firefox on B2G and intercepting the pickle Write|Datatype| functions.
An interception only happened when XRE_GetProcessType() == GeckoProcessType_Content
Let me know if you need further information.
Reporter | ||
Comment 3•12 years ago
|
||
I will look at it in the next days, currently a bit busy with other projects.
But at that time the crash was reproducible.
Reporter | ||
Comment 4•12 years ago
|
||
New IPDL calls have been added to B2G since the last time so the SEED is not correct anymore for this bug.
Have tried to trigger the bug with new fuzzing runs but were not able to reproduce this particular crash.
Reporter | ||
Updated•12 years ago
|
Whiteboard: [blocked-on-input Christoph Diehl]
Comment 5•12 years ago
|
||
Thanks for the update, Christoph. We can always re-nom this for B2G blocking status if the crash reappears.
blocking-basecamp: ? → -
Comment 6•11 years ago
|
||
Is there a test case for this?
Assignee | ||
Comment 7•11 years ago
|
||
I can reproduce this crash in gdb by modifying mozilla::layers::Edit::mType. I think we need to call FatalError() instead of NS_RUNTIMEABORT() in mozilla::layers::Edit::MaybeDestroy().
Assignee: nobody → cyu
Comment 8•3 years ago
|
||
Closing this as Resolved > Incomplete since the initial reporter can't be reach for a confirmation if the issue is still occurring and no other crashes have been reported in the last 6 months.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•