Closed
Bug 74587
Opened 24 years ago
Closed 24 years ago
crash in GKLAYOUT.DLL with a combobox RTL oriented
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mrous, Assigned: erik)
Details
(Keywords: crash, intl, rtl)
Attachments
(2 files)
506 bytes,
text/html
|
Details | |
863 bytes,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
BuildID: 0000000000 - dated 20010402
In the file forms-test.htm, if you press on the position opposite to the combo
box, you get the following: "Illegal operation in GKLAYOUT.DLL at 0167:01536349"
Reproducible: Always
Steps to Reproduce:
1.Open the file Forms-test.htm
2.Select any encoding (Arabic 864, 1256, or even Westren ISO-8859-1)
3.click with the left mouse button on the position that would mirror the combo
box to the left of the page.
Actual Results: the following message appears:
This program has performed an illegal operation and will be shut down. If the
problem persists, contact the program vendor.
Details:
MOZILLA caused an invalid page fault in
module GKLAYOUT.DLL at 0167:01536349.
Registers:
EAX=0070f574 CS=0167 EIP=01536349 EFLGS=00010202
EBX=00000000 SS=016f ESP=0070f4e8 EBP=0070f540
ECX=0070f514 DS=016f ESI=00000000 FS=703f
EDX=0070f560 ES=016f EDI=01d03228 GS=0000
Bytes at CS:EIP:
8b 06 8d 4d b4 51 56 89 5d b4 89 5d b8 89 5d bc
Stack dump:
00000aaa 0070f640 00000000 00001a8b 00000069 00000000 0000011d 00001a8b
00000000 00001572 0000014a 00001a8b 00000000 00001572 0000014a 01d02a68
Expected Results: Mozilla does not crash, behave similarly as in Left to Right
orientation.
check bugs 74316, and 74458 they might be related
Source for Forms-test.htm:
<html>
<head>
<! meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Illegal operation in GKLayout.DLL </title>
</head>
<body dir=rtl>
<form method="POST">
</form>
<p>
<select name="D1" size="1">
<option> ѨÈÊÎ¨È ò¨åèâê Ÿ¼èÑäÇ èÈà ¨ôå è Éäáäá ò žêÌNetscape </option>
<option>ÇÍãÏ ÍÓäì</option>
<option>ãÍãÏ ãÕØÝì</option>
<option>ÇÍãÏ ÍÓäì</option>
</select>
</p>
</body>
</html>
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Keywords: intl
Summary: crash in GKLAYOUT.DLL with a combobox RTL oriented → crash in GKLAYOUT.DLL with a combobox RTL oriented
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
This has a patch should we go ahead and mark it new to get someone to r= it?
Reporter | ||
Comment 4•24 years ago
|
||
fix by Simon
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
I'm reopening this bug and marking 75982 as dependent on it, because the fix
hasn't been checked in yet.
Assignee | ||
Comment 7•24 years ago
|
||
Hi Marc, we are looking for an r=. Would you be the right person for that? Let
us know if you need additional explanation. Thanks!
Comment 8•24 years ago
|
||
[s]r=attinasi for patchID 29705
Assignee | ||
Comment 9•24 years ago
|
||
sr=erik
Assignee | ||
Comment 10•24 years ago
|
||
Fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 12•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
You need to log in
before you can comment on or make changes to this bug.
Description
•