Closed
Bug 770517
Opened 12 years ago
Closed 12 years ago
Remote mozbrowser crashes because of dlbi
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mounir, Unassigned)
References
Details
(Keywords: regression)
Crash Data
Attachments
(2 files)
With the current m-c (e61399f31505), I'm getting a crash as soon as I'm using a remote browser. I can reproduce that with those test pages: http://oldworld.fr/mozilla/nss.html http://oldworld.fr/mozilla/mozbrowser.html With the following prefs: dom.ipc.browser_frames.oop_by_default: true dom.mozBrowserFramesEnabled: true dom.mozBrowserFramesWhitelist: file:///,file://,http://oldworld.fr dom.ipc.tabs.disabled: false
Reporter | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Comment on attachment 638709 [details]
Stack
I've seen this error before, but not for a long time...
Reporter | ||
Comment 4•12 years ago
|
||
Looking at the stack and the errors in the log, it looks more like something that doesn't handle properly e10s than a bug in the mozbrowser code.
Updated•12 years ago
|
Crash Signature: [@ mozalloc_abort | NS_DebugBreak_P | mozilla::layout::RenderFrameParent::BuildLayer]
Comment 6•12 years ago
|
||
I think this is a recent regression. Maybe display-list-based invalidation?
Reporter | ||
Comment 8•12 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #6) > I think this is a recent regression. Maybe display-list-based invalidation? I would bet on that too ;)
Reporter | ||
Comment 9•12 years ago
|
||
Bug 539356 has been backed out and now things seem to be back to normal. This is unlikely a coincidence.
Depends on: dlbi
Reporter | ||
Updated•12 years ago
|
Summary: Remote mozbrowser crashes → Remote mozbrowser crashes because of dlbi
Comment 10•12 years ago
|
||
I can't reproduce this in the latest nightly, please re-open if you run into it again.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•