Closed
Bug 37505
Opened 25 years ago
Closed 25 years ago
JavaScript crashes, sometimes segfaults Mozilla at URL
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: egger, Assigned: rogerl)
References
()
Details
(Keywords: crash)
When loading this page with a simple (and as
far as I can see) correct JavaScript scriptlet.
Mozilla crashes....
Using a debug build I sometimes get an assertion
error in line 663 of file mozilla/js/src/jsgc.c and
sometimes pure segfaults at
0x400df03b in js_CompareStrings (str1=0xbfe02118, str2=0x80b6328)
at ../../../src/mozilla/js/src/jsstr.c:2348
with this runqueue:
#0 0x400df03b in js_CompareStrings (str1=0xbfe02118, str2=0x80b6328)
at ../../../src/mozilla/js/src/jsstr.c:2348
#1 0x4007a52a in js_compare_atom_keys (k1=0xbfe0211c, k2=0x80b632c)
at ../../../src/mozilla/js/src/jsatom.c:135
#2 0x4009a95f in JS_HashTableRawLookup (ht=0x80b5218, keyHash=76858180,
key=0xbfe0211c) at ../../../src/mozilla/js/src/jshash.c:178
#3 0x4007b82c in js_AtomizeString (cx=0x8657998, str=0xbfe02118, flags=3)
at ../../../src/mozilla/js/src/jsatom.c:493
#4 0x4007ba56 in js_Atomize (cx=0x8657998, bytes=0x400f0c6f "Object",
length=6, flags=0) at ../../../src/mozilla/js/src/jsatom.c:550
#5 0x400b43e3 in FindConstructor (cx=0x8657998, name=0x400f0c6f "Object",
vp=0xbfe021d0) at ../../../src/mozilla/js/src/jsobj.c:1382
#6 0x400b8db4 in js_GetClassPrototype (cx=0x8657998,
name=0x400f0c6f "Object", protop=0xbfe02248)
at ../../../src/mozilla/js/src/jsobj.c:2662
#7 0x400b40ff in js_NewObject (cx=0x8657998, clasp=0x400f2240, proto=0x0,
parent=0x0) at ../../../src/mozilla/js/src/jsobj.c:1318
#8 0x40096223 in fun_resolve (cx=0x8657998, obj=0x85aa2d0, id=134964060,
flags=1, objp=0xbfe02300) at ../../../src/mozilla/js/src/jsfun.c:751
#9 0x400b544d in _js_LookupProperty (cx=0x8657998, obj=0x85aa2d0,
id=134974008, objp=0xbfe023bc, propp=0xbfe023b8,
file=0x400ea980 "../../../src/mozilla/js/src/jsobj.c", line=1898)
at ../../../src/mozilla/js/src/jsobj.c:1751
Comment 1•25 years ago
|
||
crash kw
this might be a dup of a more general js problem, but for now, resummarizing to
get more matches (JS->Javascript)
Keywords: crash
Summary: JS shoots Mozilla → JavaScript crashes, sometimes segfaults Mozilla at URL
Assignee | ||
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 32174 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Status: RESOLVED → VERIFIED
Comment 4•24 years ago
|
||
Oops. Cut & paste error! Verified duplicate what was I meant to paste.
You need to log in
before you can comment on or make changes to this bug.
Description
•