Closed
Bug 890928
Opened 10 years ago
Closed 10 years ago
Crash when creating object url in subworker
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: pieter-jan.speelmans, Assigned: baku)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file, 1 obsolete file)
5.35 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release) Build ID: 20130618035212 Steps to reproduce: Create a web worker (worker1) which spawns a new web worker (worker2) and sends it a message. Let worker2 create a objectURL. I made you a fiddle with a "Crash firefox"-button: http://jsfiddle.net/HmNLP/ Actual results: Firefox crashes Expected results: Firefox shouldn't crash... and make my objectURL
Comment 1•10 years ago
|
||
This WFM on Nightly. Can you please post one/more crash IDs? You can find them by going to about:crashes in your browser. Thank you! :-)
Flags: needinfo?(pieter-jan.speelmans)
Comment 2•10 years ago
|
||
I can, however, reproduce on beta: https://crash-stats.mozilla.com/report/index/2923ba5c-81e4-403b-bae1-ec0402130708 ...
Comment 3•10 years ago
|
||
Might be related to bug 883784.
Reporter | ||
Comment 4•10 years ago
|
||
This? https://crash-stats.mozilla.com/report/index/d04cfef1-da40-495a-998c-8154a2130708
Flags: needinfo?(pieter-jan.speelmans)
Comment 5•10 years ago
|
||
Definitely looks like bug 883784.
Updated•10 years ago
|
Severity: normal → critical
Crash Signature: [@ CreateURLRunnable::MainThreadRun() ]
Component: Untriaged → DOM: Workers
Keywords: crash
Product: Firefox → Core
Hardware: x86_64 → x86
Comment 6•10 years ago
|
||
(In reply to David Rajchenbach Teller [:Yoric] from comment #5) > Definitely looks like bug 883784. Yes, getting a nightly that doesn't have that at the minute. Maybe we want to uplift that if the crash is web-triggerable? It's already on Aurora now, I can't judge whether that's a patch that we could safely land on beta.
Comment 7•10 years ago
|
||
Confirmed. Yoric, wanna see if we can land that on beta? (I don't actually know what to do with this bug now... technically it's FIXED, I guess? Confirming for now... :-\ )
Blocks: 883784
Status: UNCONFIRMED → NEW
status-firefox22:
--- → affected
status-firefox23:
--- → affected
status-firefox24:
--- → fixed
status-firefox25:
--- → fixed
Ever confirmed: true
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 9•10 years ago
|
||
Attachment #772111 -
Flags: review?(bent.mozilla)
Assignee | ||
Comment 10•10 years ago
|
||
bug 883784 is needed but it's not enough. Here a patch to fix this issue.
Comment on attachment 772111 [details] [diff] [review] patch Review of attachment 772111 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #772111 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 12•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f48599a7efa2 Friendly reminder - commit messages should be summarizing what the patch is doing, not just blindly restating the bug summary.
Keywords: checkin-needed
Comment 13•10 years ago
|
||
Backed out for B2G mochitest orange. https://hg.mozilla.org/integration/mozilla-inbound/rev/becae65c3e08 https://tbpl.mozilla.org/php/getParsedLog.php?id=25232368&tree=Mozilla-Inbound
Assignee | ||
Comment 14•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=8970065a78fe I don't see any problem in try... Could it be something else?
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 15•10 years ago
|
||
https://hg.mozilla.org/projects/birch/rev/d8a89848224b
Flags: in-testsuite+
Keywords: checkin-needed
Comment 16•10 years ago
|
||
(In reply to Andrea Marchesini (:baku) from comment #14) > https://tbpl.mozilla.org/?tree=Try&rev=8970065a78fe > > I don't see any problem in try... Could it be something else? It's there...B2G mochitest-9. And shockingly, it broke on birch too. Backed out. https://hg.mozilla.org/projects/birch/rev/befbe3aa46fc
Assignee | ||
Comment 17•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=eb5424d8fae3
Attachment #772111 -
Attachment is obsolete: true
Assignee | ||
Comment 18•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=598384d65354
Keywords: checkin-needed
Comment 19•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b96c56413b5e
Keywords: checkin-needed
Comment 20•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b96c56413b5e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•