Closed
Bug 233336
Opened 21 years ago
Closed 21 years ago
Crash when I open this url
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ccwu, Unassigned)
References
()
Details
(Keywords: crash)
User-Agent:
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.6b) Gecko/20031209
Mozilla crashed when I opened this url.
I got a trap message of GKLAYOUT.DLL.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
Confirmed in OS/2 trunk 2004020608 trap in GKLAYOUT.DLL 0001:001c97f7
WFM in svg W32 trunk 2004020616.
VeriSign secure login page.
Comment 2•21 years ago
|
||
WFM on this morning's build
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040206
Firebird/0.8.0+
but this assertion is triggered many times:
###!!! ASSERTION: data in U+0100-U+FFFF will be lost: '(*first < 256)', file
../../../../src/xpcom/string/obsolete/bufferRoutines.h, line 330
Break: at file ../../../../src/xpcom/string/obsolete/bufferRoutines.h, line 330
Confirmed (crash at GKLAYOUT) with these versions: Release 1.6b (20031209),
Release 1.6 (20040117), six nightlies from 2003121708 (1.6b) to 2004012608 (1.7a) .
WFM on five nightlies: 2004012708 to 2004020608 .
No plugins were used. I tried 2004012608, 2004012708, and 2004020608 three
times to make sure.
I have Athlon XP 1700+, 512MB, Warp 4 + FP15 + 32bit networking layer + newest
testcase kernel (w420040206 14.097h_W4) . No fancy stuff such as desktop/WPS
add-ons or font managers, etc.
Comment 5•21 years ago
|
||
I don't see this at all.
Comment 6•21 years ago
|
||
My wager is that this is the divide by zero problem.
Do you have minimumFontSize set in preferences?
Reporter | ||
Comment 7•21 years ago
|
||
I didn't set minimumFontSize.
BUT, after I set it, mozilla still crash.
Comment 8•21 years ago
|
||
Can someone that has the trap give me the exact SYSXXX ?
Is it SYS3175 or SYS3180
Reporter | ||
Comment 9•21 years ago
|
||
sorry, I installed 1.7a and this bug disappeared. ><
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Comment 10•21 years ago
|
||
The exact error is (from popuplog.os2):
03-04-2004 08:58:05 SYS3175 PID 0045 TID 0001 Slot 0084
P:\PROGRAMME\MOZILLA\MOZILLA.EXE
c0000005
1ddc8067
P1=00000001 P2=1716fc74 P3=XXXXXXXX P4=XXXXXXXX
EAX=00009644 EBX=0000002d ECX=003fb8e8 EDX=00000001
ESI=00793fe0 EDI=0013f7e0
DS=0053 DSACC=f0f3 DSLIM=ffffffff
ES=0053 ESACC=f0f3 ESLIM=ffffffff
FS=150b FSACC=00f3 FSLIM=00000030
GS=0000 GSACC=**** GSLIM=********
CS:EIP=005b:1ddc8067 CSACC=f0df CSLIM=ffffffff
SS:ESP=0053:0013f6c4 SSACC=f0f3 SSLIM=ffffffff
EBP=0013f6fc FLG=00212206
GKLAYOUT.DLL 0001:001d8067
I'm using Mozilla 1.6
(Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.6) Gecko/20040117)
You need to log in
before you can comment on or make changes to this bug.
Description
•