Closed
Bug 325647
Opened 20 years ago
Closed 20 years ago
Firefox crashes when I launch the demo by clicking on the "Click for a quick DEMO" link
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 325540
People
(Reporter: ryan.warnick, Unassigned)
References
()
Details
(Keywords: crash, regression)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
see Additional below
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.bindows.net.
2. Click on the "Click for a quick DEMO" link
3. Wait for the crash.
Actual Results:
Firefox crashes
Expected Results:
It definitely should not crash. This demo application works fine in Firefox 1.5
I have done a lot of investigation into the this issue and have submitted several reports through the quality agent. Here is what I know:
The problem appears to be with the js library (js3250.dll). This is the library mentioned in the crash report and I have also tried substituting the js lib that shipped with Firefox 1.5 (replacing the one that shipped with 1.5.0.1) and the problem goes away. Also, the problem can be reproduced with (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060202 Firefox/1.6a1). Also, I could not reproduce it with the latest Mozilla nightly build (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12)Gecko/20060202), which surprised me since I thought that Firefox relies on Mozilla for most internal stuff. After digging a little more I noticed that Mozilla uses a slightly different version of the js DLL (it's size is significantly different).
Comment 1•20 years ago
|
||
*** Bug 325662 has been marked as a duplicate of this bug. ***
Comment 2•20 years ago
|
||
Could you install with talkback and get a talkback ID for the crash? http://kb.mozillazine.org/Talkback
Keywords: crash
| Reporter | ||
Comment 3•20 years ago
|
||
I've had Talkback collecting this information all along. Here is a partial list of IDs that it has generated:
TB14682278Y
TB14673724H
TB14673682H
TB14669647G
TB14669595H
TB14668895X
Comment 4•20 years ago
|
||
1.8_2006010603 no crash
1.8_2006010622 crash
http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?treeid=default&module=AviarySuiteBranchTinderbox&branch=MOZILLA_1_8_BRANCH&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-01-06+02%3A00%3A00&maxdate=2006-01-06+22%3A00%3A00&cvsroot=%2Fcvsroot
Comment 5•20 years ago
|
||
*** Bug 325725 has been marked as a duplicate of this bug. ***
Comment 6•20 years ago
|
||
This is a direct url to something that crashes now in current Mozilla builds.
Assignee: nobody → general
Status: UNCONFIRMED → NEW
Component: General → JavaScript Engine
Ever confirmed: true
Flags: blocking1.9a1?
Flags: blocking1.8.0.2?
Keywords: regression
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
Comment 7•20 years ago
|
||
Also crashes on
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060202 Firefox/1.5
TB14699332M
Comment 8•20 years ago
|
||
It was also on trunk but something fixed it there:
1.9a1_2006020213 crash
1.9a1_2006020221 no crash
So a very recent patch.
Comment 9•20 years ago
|
||
This seems like another dupe of bug 325540.
*** This bug has been marked as a duplicate of 325540 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Flags: blocking1.9a1?
Flags: blocking1.9a1-
Flags: blocking1.8.0.2?
Flags: blocking1.8.0.2-
You need to log in
before you can comment on or make changes to this bug.
Description
•