Closed Bug 854025 Opened 11 years ago Closed 11 years ago

Opening an alert service notification crashes my browser

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 7
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 852436
Tracking Status
firefox21 --- unaffected
firefox22 + fixed

People

(Reporter: mossop, Assigned: wchen)

References

Details

(Keywords: crash, regression)

Crash Data

Attachments

(1 file)

Example crash: https://crash-stats.mozilla.com/report/index/bp-dfef3ec5-24c9-461b-a145-9ad452130322

Everytime a download completes and it attempts to show the alert service notification my firefox crashes. The line numbers suggest this starts in code from bug 782211 though the signature is very similar to bug 852436.

This is 100% reproducible for me and very annoying.
I've discovered that if I focus some other application before the alert opens then Firefox doesn't crash and the alert shows in the upper-left corner until dismissed, i.e. it doesn't automatically close after a short time.
I _might_ be hitting this: tried to close a notification that wasn't going away, and immediately crashed w/o the crashreporter -- :( :( :(. The stack I got from Apple's thing was http://pastebin.mozilla.org/2238668

Nothing obvious about notifications there, though. Also OSX instead of Win7.
Keywords: crash
I'm looking into this.
Assignee: nobody → wchen
Keywords: regression
Not sure if this isn't actually a dupe of bug 852436.
Crash Signature: [@ JSAutoCompartment::JSAutoCompartment(JSContext*, JSObject*) ]
After reading the comments in bug 852436 I suspect the crashes we are seeing are related to my changes to the XUL alerts. In particular, I pass the previous alert window as an argument to nsIWindowWatcher::OpenWindow and this eventually calls WrapNative with a non-inner window. Oops. The previous alert window was only passed so that the new alert could replace it, but the patch I've attached will close the previous alert and create a new one which is still compatible with the notification spec.
Attachment #730459 - Flags: review?(dtownsend+bugmail)
If you want to spin a try build for this I can verify it fixes my crashes tomorrow
Comment on attachment 730459 [details] [diff] [review]
Don't pass window as argument when opening new window for alerts service.

After talking with mrbkap about this, it looks like this happens because of bug 852436 and the patch attached there seems to fix this problem.
Attachment #730459 - Flags: review?(dtownsend+bugmail)
marking dupe per comment 7.  If that fix turns out not to address this issue, we'll reopen this for investigation.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
I'm no longer crashing when alert notifications are meant to happen, so that's awesome. However it looks like alert notifications just don't appear anymore.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: