Closed
Bug 353555
Opened 18 years ago
Closed 18 years ago
Crash when reloading [@ xpsp2res.dll + 0x202020] [@ js_SetProtoOrParent]
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
DUPLICATE
of bug 353704
People
(Reporter: ryukbk, Assigned: dbradley)
References
Details
(Keywords: crash, regression, Whiteboard: [comments 6-8 are about bug 353704])
Crash Data
TB23536790G is the TB ID.
The correct build ID is Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060920 Minefield/3.0a1 ID:2006092010 [cairo]
Stack Trace
xpsp2res.dll + 0x202020 (0x20202020)
obj_isPrototypeOf [mozilla\js\src\jsobj.c, line 1511]
JS_SetPrototype [mozilla\js\src\jsapi.c, line 2399]
XPCNativeSet::GetNewOrUsed [mozilla\js\src\xpconnect\src\xpcwrappednativeinfo.cpp, line 732]
XPC_WN_DoubleWrappedGetter [mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp, line 209]
Updated•18 years ago
|
Assignee: nobody → general
Severity: normal → critical
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Summary: Crash [@ xpsp2res.dll + (00202020)] when reloading → Crash when reloading [@ xpsp2res.dll + 0x202020] [@ obj_isPrototypeOf]
Comment 1•18 years ago
|
||
Reproducible? What extensions?
/be
Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> Reproducible? What extensions?
>
> /be
Not reproducible - extensions are Nightly Tester Tools and VideoDownloader
Reporter | ||
Comment 3•18 years ago
|
||
Probably the same bug
TB23594023W
(the correct build ID is Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060921 Minefield/3.0a1 ID:2006092114 [cairo])
0x01202000
js_SetSlotThreadSafe [mozilla\js\src\jslock.c, line 714]
obj_isPrototypeOf [mozilla\js\src\jsobj.c, line 1511]
JS_SetPrototype [mozilla\js\src\jsapi.c, line 2399]
XPCNativeSet::GetNewOrUsed [mozilla\js\src\xpconnect\src\xpcwrappednativeinfo.cpp, line 628]
XPC_WN_Shared_Enumerate [mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp, line 610]
Reporter | ||
Comment 4•18 years ago
|
||
Mmm, it might be JS_SetPrototype.
TB23595003X
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060921 Minefield/3.0a1 ID:2006092114 [cairo]
Though I can't reproduce it, I did
1. post in a forum
2. press the back button to go back to the threads view
3. reload
Summary: Crash when reloading [@ xpsp2res.dll + 0x202020] [@ obj_isPrototypeOf] → Crash when reloading [@ xpsp2res.dll + 0x202020] [@ obj_isPrototypeOf] [@ JS_SetPrototype]
Assignee: general → dbradley
Component: JavaScript Engine → XPConnect
QA Contact: general → xpconnect
Comment 5•18 years ago
|
||
*** Bug 353764 has been marked as a duplicate of this bug. ***
Comment 6•18 years ago
|
||
Looks like I made a dupe of this bug: bug #353764
TB23572597Q, TB23572828M, TB23579002Z
TB23578427Z, TB23575105M, TB23537457W, TB23531616K
TB23553968G, TB23539202M
From the bug I filled, will post an extension list when I get home if needed.
Comment 7•18 years ago
|
||
Any chance this can be fixed before places is disabled on monday ?
I'd hate to see testers crashing all the time now that we get some major changes.
OS: Windows XP → All
Hardware: PC → All
Comment 8•18 years ago
|
||
This started showing up on Talkback in 2006-09-20-04 builds. Here's what got checked in during the regression range: http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-09-19+03&maxdate=2006-09-20+05&cvsroot=%2Fcvsroot
TB23619917 shows this crash except with a random memory address as the top frame:
0x4c2001cb
js_GetSlotThreadSafe
js_SetProtoOrParent
JS_SetPrototype
xpc_CloneJSFunction
Keywords: regression
Summary: Crash when reloading [@ xpsp2res.dll + 0x202020] [@ obj_isPrototypeOf] [@ JS_SetPrototype] → Crash when reloading [@ xpsp2res.dll + 0x202020] [@ js_SetProtoOrParent]
So I'd rather track the topcrash in bug 353704, because the original stack there is much more like all the crashes wee're getting, whereas nothing in this bug until comment 6 reflects the bulk of the crashes that people are seeing.
Keywords: topcrash
Whiteboard: [comments 6-8 are about bug 353704]
Comment 10•18 years ago
|
||
Since these crashes have been gone from talkbacks for three days.
*** This bug has been marked as a duplicate of 353704 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ xpsp2res.dll + 0x202020]
[@ js_SetProtoOrParent]
You need to log in
before you can comment on or make changes to this bug.
Description
•