Closed
Bug 1158633
Opened 10 years ago
Closed 10 years ago
[e10s] Crash on print preview
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
People
(Reporter: jonathan, Assigned: smaug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
914 bytes,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150426030248
Steps to reproduce:
nightly e10s
about:home
about:blank
print preview
click on page, or mouse down and move.
(clicking end of most documents also crashes)
Actual results:
content crash
| Reporter | ||
Comment 1•10 years ago
|
||
Crash Signature: [@ nsIContent::GetPrimaryFrame()]
[@ mozilla::EventStateManager::GenerateDragGesture(nsPresContext*, mozilla::WidgetMouseEvent*)]
Keywords: crash
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
status-firefox40:
--- → affected
tracking-e10s:
--- → ?
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → All
Comment 2•10 years ago
|
||
Reproduced with 2015-04-27-03-02-07-mozilla-central-firefox-40.0a1.ru.linux-x86_64.
Severity: normal → critical
Component: Untriaged → DOM: Events
Product: Firefox → Core
Comment 3•10 years ago
|
||
Jonathan, are you able to reproduce this with e10s disabled?
Flags: needinfo?(jonathan)
Comment 5•10 years ago
|
||
Jonathan, assuming this is a regression, can you determine the Nightly build this bug first appeared in?
Flags: needinfo?(jonathan)
| Assignee | ||
Comment 6•10 years ago
|
||
I can reproduce this. Taking.
| Assignee | ||
Comment 7•10 years ago
|
||
We expect that if mGestureDownContent is non-null, so should mGestureDownFrameOwner be. And usually those should be the same.
(See the comment in EventStateManager.h)
Assignee: nobody → bugs
Attachment #8601525 -
Flags: review?(enndeakin)
Updated•10 years ago
|
Flags: needinfo?(jonathan)
Updated•10 years ago
|
Attachment #8601525 -
Flags: review?(enndeakin) → review+
Updated•10 years ago
|
Comment 9•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•