Closed
Bug 192002
Opened 23 years ago
Closed 23 years ago
Application quits when displaying http://slashdot.org
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 160602
People
(Reporter: harald.deischinger, Assigned: rogerl)
References
()
Details
(Keywords: crash, stackwanted)
Attachments
(1 file)
|
129 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20030120 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20030120 Phoenix/0.5
Page gets loaded (partially). At least the title bar gets updated. Sometimes the
header of the page als displays (maybe always and I am too slow to see it). Then
the application closes. There is no error message or anything simmilar.
Reproducibility: almost always on dual processor machines.
Reproducible: Always
Steps to Reproduce:
1. Use a dual-processor machine (or hyper-threading Pentium 4)
2. Start Mozilla
3. Enter URL: http://slashdot.org
Actual Results:
Application quits.
Expected Results:
Render the page.
Reproduced with:
mozilla-win32-1.2.1, mozilla-win32-1.3a, phoenix-0.5
The problem occurs only on dual-processor machines (tested on a
Win2K-Dual-Pentium-III and a WinXP-Hyper-threaded-Pentium-4). I was not able to
reproduce the effect on a sigle processor machine.
Updated•23 years ago
|
Keywords: crash,
stackwanted
| Reporter | ||
Comment 1•23 years ago
|
||
I could reduce the problem to a very small piece of javascript code:
now = new Date(); tail = now.getTime();
WFM on dual processor box 1GHz CPUs with 1Gb RAM and using BuildID 2003010108
Comment 3•23 years ago
|
||
Over to JS engine based on that testcase...
Harald, any chance of a talkback incident ID?
Assignee: asa → rogerl
Component: Browser-General → JavaScript Engine
QA Contact: asa → pschwartau
Comment 4•23 years ago
|
||
Yes, this is JS Engine. We've had this problem for a while now
on very large integers. Seems to be a Windows-only problem:
bug 160602 "Large integers, e.g. getTime(), causing crash at 0x39393929"
*** This bug has been marked as a duplicate of 160602 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: application quits when displaying this site. possibly problem with dual processor. → Application quits when displaying this site
Comment 5•23 years ago
|
||
Verified Duplicate.
Harald, thank you for this report. You have been cc'ed on the
bug 160602 so you can follow progress on this issue -
Status: RESOLVED → VERIFIED
Updated•23 years ago
|
Summary: Application quits when displaying this site → Application quits when displaying http://slashdot.org
You need to log in
before you can comment on or make changes to this bug.
Description
•