Closed
Bug 483484
Opened 17 years ago
Closed 17 years ago
TM: Crash with JIT chrome enabled [@ js_FillPropertyCache ]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 483485
People
(Reporter: fehe, Unassigned)
References
()
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
|
76.46 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090314 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090314 Minefield/3.2a1pre
If JIT chrome is enabled, visiting the linked URL (or opening the attached test case) results in a crash.
http://crash-stats.mozilla.com/report/index/55b97dbd-ab09-4223-a632-f5cdf2090314
This is a recent regression, but I don't have time to search now.
Reproducible: Always
Steps to Reproduce:
1. Download and extract the attached file
2. Double-click xul.html
3. Minefield crashes
Component: General → JavaScript Engine
Product: Firefox → Core
Version: unspecified → Trunk
Comment 2•17 years ago
|
||
bp-55b97dbd-ab09-4223-a632-f5cdf2090314
0 js3250.dll js_FillPropertyCache js/src/jsinterp.cpp:208
1 js3250.dll js3250.dll@0xc976b
2 js3250.dll js_Invoke js/src/jsinterp.cpp:1330
3 xul.dll nsXPCWrappedJSClass::CallMethod js/src/xpconnect/src/xpcwrappedjsclass.cpp:1608
4 xul.dll nsXPCWrappedJS::CallMethod js/src/xpconnect/src/xpcwrappedjs.cpp:561
5 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:114
6 xul.dll SharedStub xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp:141
7 nspr4.dll nspr4.dll@0xc96f
8 xul.dll nsBrowserStatusFilter::MaybeSendStatus xpfe/browser/src/nsBrowserStatusFilter.cpp:351
9 xul.dll XPCPerThreadData::SetException js/src/xpconnect/src/xpcprivate.h:3208
10 xul.dll nsBrowserStatusFilter::ProcessTimeout xpfe/browser/src/nsBrowserStatusFilter.cpp:380
11 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:428
12 nspr4.dll _PR_MD_UNLOCK nsprpub/pr/src/md/windows/w95cv.c:344
13 xul.dll nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:520
14 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:510
15 xul.dll nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:170
16 xul.dll nsAppStartup::Run toolkit/components/startup/src/nsAppStartup.cpp:192
17 nspr4.dll PR_GetEnv
18 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp:107
19 firefox.exe firefox.exe@0x21a7
20 kernel32.dll kernel32.dll@0x17066
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Keywords: regressionwindow-wanted
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ js_FillPropertyCache ]
You need to log in
before you can comment on or make changes to this bug.
Description
•