Closed
Bug 458042
Opened 16 years ago
Closed 16 years ago
Firefox 3.0.3 crashes on nytimes.com
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: zmv2102, Unassigned)
References
()
Details
Attachments
(1 file)
111.48 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Myself and a co-worker upgraded to Firefox 3 and now see crashes when we load http://www.nytimes.com/.
Reproducible: Always
Steps to Reproduce:
1. Upgrade to 3.0.3
2. Open nytimes.com
Actual Results:
Browser crashes with an Access Violation.
Expected Results:
Not crashed.
Reporter | ||
Comment 1•16 years ago
|
||
Here's the problem page.
Reporter | ||
Comment 2•16 years ago
|
||
The specific error message is:
Unhandled exception in firefox.exe (NTDLL.DLL): 0xC0000005: Access Violation.
I don't know enough about the Fx source to debug, but opening the debugger brings me to this position in the assembled code:
...
7C918FDD cmp eax,ebx
7C918FDF mov dword ptr [ebp-4],eax
7C918FE2 je 7C919086
7C918FE8 mov eax,dword ptr [esi]
>> 7C918FEA inc dword ptr [eax+10h]
7C918FED mov eax,dword ptr [ebp-4]
7C918FF0 and eax,1
7C918FF3 mov dword ptr [ebp-18h],eax
7C918FF6 mov eax,dword ptr [esi]
7C918FF8 inc dword ptr [eax+14h]
...
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
Also try in Safe Mode or with a new profile.
Updated•16 years ago
|
Reporter | ||
Comment 5•16 years ago
|
||
The crash still occurs when I try it on a clean profile. (Note that the NYT page no longer crashes, though my attachment still will.)
I can't get a stack trace, though... my work machine doesn't give me the privs to install WinDbg, and the crash reporter doesn't come up. When I follow the instructions and disable Flash 9, the crash doesn't happen anymore... guess it's related to the plugin, but that's about all I can surmise.
Comment 6•16 years ago
|
||
I can not reproduce this with Flash10RC and Seamonkey trunk and Firefox3.0.3 on vista.
We can do only somethign if we can reproduce this or if we get a stacktrace.
Comment 7•16 years ago
|
||
We have not heard back from you in a while, so I am closing this bug as INCOMPLETE. You can reopen this bug if more information becomes available. Some helpful information you can provide us is found at http://new.quality.mozilla.org/bug-writing-guidelines. Please try with Flash 10.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•