Closed
Bug 14674
Opened 26 years ago
Closed 26 years ago
Javascript Segfaults on www.thestreet.com
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: brandond, Assigned: rogerl)
Details
Load http://www.thestreet.com. You should see the following crash:
Program received signal SIGSEGV, Segmentation fault.
__pthread_mutex_lock (mutex=0xeece66d) at mutex.c:82
mutex.c:82: No such file or directory.
Current language: auto; currently c
#0 __pthread_mutex_lock (mutex=0xeece66d) at mutex.c:82
#1 0x401bed7b in PR_Lock (lock=0xeece66d) at ptsynch.c:167
#2 0x4005ce32 in js_AtomizeString (cx=0x41ce5e40, str=0xbfffe368, flags=3)
at jsatom.c:470
#3 0x4005d09c in js_Atomize (cx=0x41ce5e40, bytes=0x400d596c "String",
length=6, flags=0) at jsatom.c:529
#4 0x4009f06b in FindConstructor (cx=0x41ce5e40, name=0x400d596c "String",
vp=0xbfffe3e0) at jsobj.c:1228
#5 0x400a3aea in js_GetClassPrototype (cx=0x41ce5e40,
name=0x400d596c "String", protop=0xbfffe42c) at jsobj.c:2534
#6 0x4009edc9 in js_NewObject (cx=0x41ce5e40, clasp=0x400dbdc0, proto=0x0,
parent=0x0) at jsobj.c:1164
#7 0x400c8fb5 in js_StringToObject (cx=0x41ce5e40, str=0x8225440)
at jsstr.c:2155
#8 0x400a3d22 in js_ValueToObject (cx=0x41ce5e40, v=136467524,
objp=0xbfffe474) at jsobj.c:2590
#9 0x400a3e2c in js_ValueToNonNullObject (cx=0x41ce5e40, v=136467524)
at jsobj.c:2612
#10 0x4008ef4f in js_Interpret (cx=0x41ce5e40, result=0xbfffeef4)
at jsinterp.c:2188
#11 0x4008293e in js_Execute (cx=0x41ce5e40, chain=0x41ac8768,
script=0x87b1848, fun=0x0, down=0x0, debugging=0, result=0xbfffeef4)
at jsinterp.c:828
... <49 stack frames in all>
Assignee | ||
Updated•26 years ago
|
Assignee: mccabe → rogerl
Assignee | ||
Comment 2•26 years ago
|
||
Urk.
Is this Linux only? (it worked on my NT build, but that's a few days old - I'm
re-pulling now)
Comment 3•26 years ago
|
||
This looks like the stack crawl from 14049.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 4•26 years ago
|
||
Fine now on NT & Linux builds (9/24 builds)
You need to log in
before you can comment on or make changes to this bug.
Description
•