Closed
Bug 310711
Opened 19 years ago
Closed 15 years ago
Memory access violation [@ nsRect::nsRect]
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: grv575, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Stack trace from jit debugger (dr. mingw): Occured during windows shutdown. Clicked the close X box after a system shutdown started - not sure if that's significant. firefox.exe caused an Access Violation at location 00421a01 in module firefox.exe Reading from location 00000000. Registers: eax=00000000 ebx=600afda4 ecx=0000001c edx=60100cb0 esi=04dcc8b8 edi=015ad7d0 eip=00421a01 esp=0012fbd8 ebp=0012fc14 iopl=0 nv up ei ng nz ac po cy cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00200297 Call stack: 00421A01 firefox.exe:00421A01 public: __thiscall nsRect::nsRect(void) 600BD763 js3250.dll:600BD763 js_GetSrcNoteOffset 600BD136 js3250.dll:600BD136 js_GetSrcNoteOffset Reproducible: Didn't try Steps to Reproduce: 1. Occured on application shutdown 2. JIT Debugger came up with memory access violation 3. Expected Results: null pointer access somewhere?
Updated•19 years ago
|
Severity: normal → critical
Summary: Memory access violation nsRect::nsRect() → Memory access violation [@ nsRect::nsRect]
Comment 1•17 years ago
|
||
It also happens to me, I have Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 with no further extension installed. It often crashes, let's say once every 10 use sessions, while I'm doing nothing particular, for instance when I'm on youtube... but I noticed it often crashes when I close a tab or when I open a new blank tab... Visual Studio Debug always says Access Violation and the Disassembly of the execution thread is often blocked on one of these two instructions: 6011CB7C mov al,byte ptr [esi] but esi is not null, or 027EC9E6 mov byte ptr ds:[00000103h],al
Comment 2•15 years ago
|
||
still see this with beta? http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: closeme 2009-07-13
Version: unspecified → 2.0 Branch
This bug was reported using a version of Firefox that security and stability updates are no longer provided for. All users are strongly encouraged to upgrade to Firefox 3 by selecting 'Check for Updates' in the Help menu or by going to http://www.mozilla.com/en-US/firefox/firefox.html If you can no longer reproduce this bug using the latest Firefox 3.0.x version, please change the status of this bug to 'RESOLVED' 'WORKSFORME'. If you can still reproduce this bug, please provide additional details to help resolve this issue.
Comment 4•15 years ago
|
||
Resolving as WORKSFORME. If the issue appears in Firefox 3.5, we will reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Whiteboard: closeme 2009-07-13
You need to log in
before you can comment on or make changes to this bug.
Description
•