Closed
Bug 564506
Opened 15 years ago
Closed 13 years ago
Crash in [@ JSScope::destroy(JSContext*, JSScope*) ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: marcia, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
Seen while reviewing crash stats and reproduced using Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100503 Firefox/3.6.4
STR:
1. Load the URL
2. Allow the applet and let the program finish
3. I crash shortly after that
Frame Module Signature [Expand] Source
0 libmozjs.dylib JSScope::destroy js/src/jsscope.h:524
1 libmozjs.dylib js_GC js/src/jsscope.h:527
2 libmozjs.dylib libmozjs.dylib@0x5817
3 XUL nsXPConnect::Collect js/src/xpconnect/src/nsXPConnect.cpp:478
4 XUL nsCycleCollector::Collect xpcom/base/nsCycleCollector.cpp:2434
5 XUL nsCycleCollector_collect xpcom/base/nsCycleCollector.cpp:3129
6 XUL GCTimerFired dom/base/nsJSEnvironment.cpp:3613
7 XUL nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:427
8 XUL nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:519
9 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:527
10 XUL NS_ProcessPendingEvents_P nsThreadUtils.cpp:200
11 XUL nsBaseAppShell::NativeEventCallback widget/src/xpwidgets/nsBaseAppShell.cpp:125
12 XUL nsAppShell::ProcessGeckoEvents widget/src/cocoa/nsAppShell.mm:506
13 CoreFoundation __CFRunLoopDoSources0
14 CoreFoundation __CFRunLoopRun
15 CoreFoundation CFRunLoopRunSpecific
16 CoreFoundation CFRunLoopRunInMode
17 HIToolbox RunCurrentEventLoopInMode
18 HIToolbox ReceiveNextEventCommon
19 HIToolbox BlockUntilNextEventMatchingListInMode
20 AppKit _DPSNextEvent
21 AppKit -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
22 AppKit -[NSApplication run]
23 XUL nsAppShell::Run widget/src/cocoa/nsAppShell.mm:859
24 XUL nsAppStartup::Run toolkit/components/startup/src/nsAppStartup.cpp:183
25 XUL XRE_main toolkit/xre/nsAppRunner.cpp:3483
26 firefox-bin main browser/app/nsBrowserApp.cpp:158
27 firefox-bin firefox-bin@0x1541
28 firefox-bin firefox-bin@0x1468
29 @0x2
My crash report is https://crash-stats.mozilla.com/report/index/d9f340db-6a21-40f4-bda1-a4ff22100507. The crash report that I was trying to reproduce that crashes in [@ JS_GetContextPrivate ] is https://crash-stats.mozilla.com/report/index/8509ac04-2d93-41d0-a1f8-8817c2100507
Updated•15 years ago
|
Keywords: regressionwindow-wanted
Reporter | ||
Comment 1•15 years ago
|
||
Was not able to reproduce on my laptop using the same build. Will try again on another lab machine and see if I can get a regression window.
Reporter | ||
Comment 2•15 years ago
|
||
The link in the URL is no longer producing the same effect it did when I crashed. I will have to sift through the crash data to get alternate URLs or figure out if there is a way I can generate a meeting thru their free trial.
Reporter | ||
Comment 3•15 years ago
|
||
The last crash on this occurred on 2010050300 so this may a WFM. Will continue to monitor crash stats and see if anything else crops up before I close it out.
Updated•14 years ago
|
Crash Signature: [@ JSScope::destroy(JSContext*, JSScope*) ]
Comment 4•13 years ago
|
||
I checked and we don't have any of these crashes in a version after 3.6. I am going to resolve fixed since it looks like it disappeared on 2010050300.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Resolution: FIXED → WORKSFORME
Comment 5•11 years ago
|
||
Issue is resolved - clearing old keywords - qa-wanted clean-up
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•