Closed
Bug 210362
Opened 23 years ago
Closed 23 years ago
1.4rc2 crashes on startup under Windows ME
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 195600
People
(Reporter: sag, Assigned: dougt)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3.1) Gecko/20030425
Build Identifier: http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.4rc2/mozilla-win32-1.4rc2-installer.exe
Install over 1.3.1 seemed to go well until the welcome page was opened. At that
point Mozilla crashed with: Unhandled exception in XPCOM, 0xC0000005. This
happens on every startup even after a reboot.
Reproducible: Always
Steps to Reproduce:
1. Start up 1.4rc2
2.
3.
Actual Results:
crash
Expected Results:
run
Some debug info from VC++ 6.0
Stack:
XPCOM! 610f0769()
XPCOM! 610d7a7e()
XPCOM! 610d831a()
XPCOM! 610d794c()
XPCOM! 610d789f()
XPCOM! 610d627a()
XPCOM! 610b43e4()
MOZILLA! 00410460()
MOZILLA! 00401950()
MOZILLA! 00402f0f()
KERNEL32! bff7b9e4()
KERNEL32! bff7b896()
KERNEL32! bff7a24f()
Registers:
EAX = 4D7A6F6D EBX = 00000000
ECX = 00785C94 EDX = 317B0FFF
ESI = 610F3B40 EDI = 00793870
EIP = 610F0769 ESP = 0065F630
EBP = 0065F654 EFL = 00010202 CS = 016F
DS = 0177 ES = 0177 SS = 0177 FS = 2367
GS = 0000 OV=0 UP=0 EI=1 PL=0 ZR=0 AC=0
PE=0 CY=0
4D7A6F6D = ????????
ST0 = +0.00000000000000000e+0000
ST1 = +0.00000000000000000e+0000
ST2 = +0.00000000000000000e+0000
ST3 = +0.00000000000000000e+0000
ST4 = +0.00000000000000000e+0000
ST5 = +2.00000000000000000e+0000
ST6 = +4.37500000000000000e-0001
ST7 = 1#INF
CTRL = 027F STAT = 0000 TAGS = FFFF
EIP = 60AC1A22 CS = 016F DS = 0177
EDO = 60AF1328
DASM window:
610F074D call 610F0964
610F0752 lea ecx,[ebp-14h]
610F0755 mov dword ptr [ebp-18h],esi
610F0758 call 610F0932
610F075D cmp dword ptr [ebp+8],ebx
610F0760 je 610F0799
610F0762 mov eax,dword ptr [edi+24h]
610F0765 cmp eax,ebx
610F0767 je 610F0799
--> 610F0769 mov eax,dword ptr [eax]
610F076B cmp eax,ebx
610F076D je 610F0790
610F076F xor esi,esi
610F0771 cmp byte ptr [eax],0
610F0774 je 610F0790
Comment 1•23 years ago
|
||
From the release notes:
"Install into a new empty directory. Installing on top of previously installed
builds may cause problems."
Duplicate of bug 195600
| Reporter | ||
Comment 2•23 years ago
|
||
I tried uninstalling 1.3.1 then running the 1.4rc2 installer. Same effect.
SG
Comment 3•23 years ago
|
||
> I tried uninstalling 1.3.1 then running the 1.4rc2 installer.
but was the directory actually empty after the uninstall?
Keywords: crash
OS: other → Windows ME
| Reporter | ||
Comment 4•23 years ago
|
||
That was the problem. The uninstaller didn't remove the spell check & one
plugin (NPSWF32.dll). After removing those the install of 1.4rc2 went smoothly.
Sorry about that (no doubt this is a FAQ).
SG
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
reopening. FIXED is reserved for bugs fixed by code patches
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 6•23 years ago
|
||
> no doubt this is a FAQ
http://www.mozilla.org/releases/mozilla1.4rc2/#install
marking DUPE
*** This bug has been marked as a duplicate of 195600 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•