Closed
Bug 684599
Opened 14 years ago
Closed 14 years ago
crash nsDeviceMotion::DeviceMotionChanged
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla9
People
(Reporter: djc, Assigned: jdm)
Details
(5 keywords, Whiteboard: [qa!])
Crash Data
Attachments
(1 file)
|
1.16 KB,
patch
|
smaug
:
review+
johnath
:
approval-mozilla-aurora+
johnath
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-e3071077-b38d-4f2a-a7d4-a9dbe2110904 .
=============================================================
I've had this crash 4 times over two days; this is the first time I've had it. It seems to be related to scrolling events. I'm running OS X Lion 10.7.1 and latest Aurora.
https://crash-stats.mozilla.com/report/index/bp-6062067e-13e5-41d0-b33d-8f29c2110903
https://crash-stats.mozilla.com/report/index/bp-1a4c29fb-dad6-48e3-8872-a956b2110904
http://crash-stats.mozilla.com/report/index/bp-a9bee1df-4d98-4315-8b27-4b5242110903
(The associated bug states that everything after that fix should be considered separate, so here I am.)
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•14 years ago
|
||
kbrosnan, did you have a particular reason to ignore bug 673472 comment 15?
https://bugzilla.mozilla.org/show_bug.cgi?id=673472#c15
| Assignee | ||
Comment 3•14 years ago
|
||
The buildid says it's from a Sept 2nd build, so this looks like a crash that needs addressing. Dirkjan, any further details about when this reproduces?
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Reporter | ||
Comment 4•14 years ago
|
||
I had a scenario to reproduce after each crash:
1. Restore session (with 4 app tabs and 4 normal tabs)
2. Open new tab
3. In new tab, google for simplejson
4. Click link to http://undefined.org/python/
5. Try to hit the github link under simplejson
6. Crash before getting to click the link
However, at some point, instead of restoring the session, I started clean, opened up all my (app + normal) tabs again, and now it seems to work without crashing.
My previous instance of this had a similar way of reoccurring after the crash, when I tried to do the exact same thing. Ah, see the comment I left on the 606* crash, that also had something to do with github (though in this case I didn't even get to github before crashing). So I guess the first time I had it was not yesterday but this morning; should be a recent regression.
| Assignee | ||
Comment 5•14 years ago
|
||
Thanks for the hint. I was able to reproduce it by opening up two tabs to the github 404 page, refreshing them both, and closing them.
Assignee: nobody → josh
| Assignee | ||
Comment 6•14 years ago
|
||
This is a regression from bug 678818.
| Assignee | ||
Comment 7•14 years ago
|
||
This code just keeps on giving, doesn't it?
| Assignee | ||
Updated•14 years ago
|
Attachment #558176 -
Flags: review?(Olli.Pettay)
Updated•14 years ago
|
Attachment #558176 -
Flags: review?(Olli.Pettay) → review+
Updated•14 years ago
|
Product: Firefox → Core
QA Contact: general → general
| Assignee | ||
Comment 8•14 years ago
|
||
| Reporter | ||
Comment 9•14 years ago
|
||
Should there be some flag set to make sure this goes into Aurora, or does that only happen after landing onto mozilla-central?
Updated•14 years ago
|
Attachment #558176 -
Flags: approval-mozilla-beta?
Attachment #558176 -
Flags: approval-mozilla-aurora?
Comment 10•14 years ago
|
||
smaug, how can the outer window ever be null here? I thought inners always have outers?
jdm - yes, giving and giving and giving.
I hit this today, and interesting it didn't trigger breakpad (I got the MS dialog and dropped into the debugger).
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
Comment 14•14 years ago
|
||
Flagging for 8 as it appears in crash stats there. I know approval has been requested already, I just don't want to lose track of it. :)
tracking-firefox8:
--- → ?
Updated•14 years ago
|
Attachment #558176 -
Flags: approval-mozilla-beta?
Attachment #558176 -
Flags: approval-mozilla-beta+
Attachment #558176 -
Flags: approval-mozilla-aurora?
Attachment #558176 -
Flags: approval-mozilla-aurora+
Updated•14 years ago
|
| Assignee | ||
Comment 15•14 years ago
|
||
Can someone push this to aurora and beta for me, please?
Comment 16•14 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #15)
> Can someone push this to aurora and beta for me, please?
Pushing
Comment 17•14 years ago
|
||
We'll need to verify this on aurora and beta when it lands. Use the information in comment #4 and #5 to verify.
Keywords: testcase
Whiteboard: [qa+]
status-firefox7:
--- → fixed
status-firefox8:
--- → fixed
Comment 18•14 years ago
|
||
This looks to have landed everywhere, marking as fixed everywhere.
Comment 19•14 years ago
|
||
Setting resolution to Verified Fixed on:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0) Gecko/20100101 Firefox/7.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0a2) Gecko/20110921 Firefox/8.0a2
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0a1) Gecko/20110922 Firefox/9.0a1
I've verified this following the steps from comment4 and I forced quit firefox from the Activity Monitor to get the Retore Tab. On all three channels I got no crash.
Updated•11 years ago
|
Component: General → DOM
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
•