Closed
Bug 495151
Opened 16 years ago
Closed 14 years ago
"Assertion failure: slot < OBJ_SCOPE(obj)->freeslot"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: igor)
References
Details
(Keywords: assertion)
Attachments
(4 files)
Assertion failure: slot < OBJ_SCOPE(obj)->freeslot, at /Users/jruderman/central/js/src/jsinterp.cpp:5764
I can reproduce today, but probably won't be able to for much longer.
| Reporter | ||
Comment 1•16 years ago
|
||
Got it in gdb again, and Gal showed me how to get bytecode disassembly of the relevant script.
| Assignee | ||
Comment 2•16 years ago
|
||
I will have a look to find out what is going on.
Assignee: general → igor
| Assignee | ||
Comment 3•16 years ago
|
||
Is it possible to reproduce this again?
| Reporter | ||
Comment 4•16 years ago
|
||
Probably not. I'll know for sure on Monday.
| Reporter | ||
Comment 5•16 years ago
|
||
No, but I'll notice if it happens again.
Comment 6•16 years ago
|
||
I saw this yesterday during at http://www.worstpreviews.com/trailer.php?id=1373&item=0 on an xserve but can not reproduce on my macbook.
Blocks: 498971
Keywords: testcase-wanted
Comment 7•16 years ago
|
||
ditto http://www.bloomberg.com/markets/currencies/fxc.html
fyi the xserve is a xserve1,1 with a dual core xeon running 10.4.11
Comment 8•16 years ago
|
||
I get this assertion on my linux box once or twice a day. Native stack, JS stack and js_DumpScript output are in the zip archive.
Updated•16 years ago
|
OS: Mac OS X → All
Comment 9•16 years ago
|
||
also running into this during a topsite test with a 1.9.1 debug build :Assertion failure: slot < OBJ_SCOPE(obj)->freeslot, at /work/mozilla/builds/1.9.1/mozilla/js/src/jsinterp.cpp:5839
http://www.indiatimes.com: EXIT STATUS: CRASHED signal 5 SIGTRAP (287.495520 seconds)
but so far not able to reproduce this manually
Comment 10•15 years ago
|
||
note: i see this during the crash automation a lot of time, so far i was not able to reproduce this , but at least i got a stack. url used for this test was http://www.weather.com/outlook/travel/businesstraveler/wxclimatology/daily/70118?climoMonth%3D12
| Assignee | ||
Comment 11•14 years ago
|
||
JSObject changed to much for this bug to be relevant.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 12•14 years ago
|
||
FYI, this is reproducible on Firefox 3.6 (1.9.2) Mac, Linux, Windows at http://www.tgdaily.com/hardware-brief/55358-mythbuster-hyneman-designs-next-gen-military-armor
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•