This bug is for crash report bp-bb291515-9497-416b-a28c-d22aa0190219. ``` Top 10 frames of crashing thread: 0 libxul.so libxul.so@0x2845535 1 libxul.so libxul.so@0x2854e2a 2 libxul.so libxul.so@0x8f4197 3 libxul.so libxul.so@0x205b5eb 4 libxul.so libxul.so@0x205b6a2 5 libxul.so libxul.so@0x5890b9f 6 libxul.so libxul.so@0x1d54bda 7 libxul.so libxul.so@0x6badf4f 8 libxul.so libxul.so@0x1fe03e7 9 libxul.so libxul.so@0x1fe01ef ``` Not sure why we're missing symbols; that's unfortunate. :( But the crash reason is: ``` MOZ_CRASH(All runnables destined for a worker thread must be cancelable!) `` ...which seems to be this line of code: https://searchfox.org/mozilla-central/rev/dc0adc07db3df9431a0876156f50c65d580010cb/dom/workers/WorkerPrivate.cpp#1469 This crash report came from someone named "Wes" in IRC #developers today. (no longer on, unfortunately)
Bug 1529995 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This bug is for crash report bp-bb291515-9497-416b-a28c-d22aa0190219. ``` Top 10 frames of crashing thread: 0 libxul.so libxul.so@0x2845535 1 libxul.so libxul.so@0x2854e2a 2 libxul.so libxul.so@0x8f4197 3 libxul.so libxul.so@0x205b5eb 4 libxul.so libxul.so@0x205b6a2 5 libxul.so libxul.so@0x5890b9f 6 libxul.so libxul.so@0x1d54bda 7 libxul.so libxul.so@0x6badf4f 8 libxul.so libxul.so@0x1fe03e7 9 libxul.so libxul.so@0x1fe01ef ``` Not sure why we're missing symbols; that's unfortunate. :( But the crash reason is: ``` MOZ_CRASH(All runnables destined for a worker thread must be cancelable!) ``` ...which seems to be this line of code: https://searchfox.org/mozilla-central/rev/dc0adc07db3df9431a0876156f50c65d580010cb/dom/workers/WorkerPrivate.cpp#1469 This crash report came from someone named "Wes" in IRC #developers today. (no longer on, unfortunately)