Closed
Bug 484042
Opened 16 years ago
Closed 15 years ago
Crash [@ js_FillPropertyCache]
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: martijn.martijn, Assigned: igor)
References
Details
(Keywords: crash, fixed1.9.1, regression)
Crash Data
Attachments
(1 file)
(deleted),
application/java-archive
|
Details |
I'm getting this crash while testing, I guess it might be related to bug 459869.
It's also crashing in 1.9.1 builds.
Note that this is with a normal computer.
http://crash-stats.mozilla.com/report/index/c774e274-27c7-4354-80be-9a4302090318?p=1
0 js3250.dll js_FillPropertyCache js/src/jsinterp.cpp:144
Reporter | ||
Comment 1•16 years ago
|
||
Ok, I finally have a (sort of) testcase. Unfortunately, it can take a very long time to crash, like 30 minutes or so.
When trying to minimize, I opened 5 tabs of the file named 'parentframe.htm' and then waited until it crashed.
Reporter | ||
Updated•16 years ago
|
Flags: blocking1.9.2?
Flags: blocking1.9.1?
Comment 2•16 years ago
|
||
Rob? This a blocker?
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P1
Comment 3•16 years ago
|
||
Interestingly, I got this to iloop on MacOS inside js_SearchScope. Somehow scope->hashShift is -33, which seems bad. I'll keep looking.
Comment 4•16 years ago
|
||
Who's going to take this? Let's get an owner ASAP.
Assignee | ||
Updated•16 years ago
|
Assignee: general → igor
Assignee | ||
Comment 5•16 years ago
|
||
With the test case I got a crash after running a browser for about hour or so. It it at a different place but I suspect it is just another face of the same underling bug.
Updated•16 years ago
|
Priority: P1 → P2
Comment 6•15 years ago
|
||
I can't get this to crash anymore.
Comment 7•15 years ago
|
||
I bet Igor fixed this by reordering fill vs. resolve/getter/setter call.
/be
Comment 8•15 years ago
|
||
been running with this for a long time, and I'm running 5 tabs worth of it right now. don't see this function in top crashes either.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 9•15 years ago
|
||
I should have updated the info on this bug long time ago:
This bug can be just a dup of 487204. I have found that bug when trying to reduce the test case from the comment 1 and with that bug fixed the test case stopped crashing. But then the bug 487846 is also a result of checking the code when analyzing this bug and in principle could be triggered with the test case.
So I just record the dependencies and this fixed as aresult of fixing these two bugs.
Updated•15 years ago
|
Keywords: fixed1.9.1
Updated•15 years ago
|
Attachment #368512 -
Attachment mime type: application/zip → application/java-archive
Comment 10•15 years ago
|
||
This testcase does not appear to affect the 1.9.0 branch. Maybe I didn't wait long enough, but I'm getting lots of errors that I don't get in Shiretoko
Flags: wanted1.9.0.x-
Reporter | ||
Comment 11•15 years ago
|
||
Yes, this doesn't affect the 1.9.0 branch, afaict. At least I couldn't get it to crash on that branch.
Updated•15 years ago
|
Flags: blocking1.9.2? → blocking1.9.2+
Updated•13 years ago
|
Crash Signature: [@ js_FillPropertyCache]
You need to log in
before you can comment on or make changes to this bug.
Description
•