Closed
Bug 17710
Opened 26 years ago
Closed 26 years ago
[Blocker][PP][IME] Crash on KO text input
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: blee, Assigned: ftang)
References
()
Details
(Keywords: inputmethod)
To reproduce,
Switch on KO IME upon opening Composer and start typing in KO text.
==> crash as soon as a KO character is typed in.
Stack Trace info not available (TalkBack didn't engage)
warning message reads: mozilla.exe
Exception: Access Violation (0xc0000005), address: 0x77f05a46
bld: Win 11-01-09-M11
| Assignee | ||
Comment 1•26 years ago
|
||
this is blocking the test of 12253.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M11
| Assignee | ||
Updated•26 years ago
|
Severity: normal → blocker
Summary: [PP][IME] Crash on KO text input → [Blocker][PP][IME] Crash on KO text input
Whiteboard: blee is currently install WinNT Ko into my machine so I can debug.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M12
| Assignee | ||
Comment 2•26 years ago
|
||
Need Korean NT/95/98 dev machine to debug this. Move to M12
| Assignee | ||
Comment 3•26 years ago
|
||
I got Korean NT installed. But I cannot reproduce this problem.
I don't know why it still (11-09-11-M11 bld) happens on my machine.
Got stack trace (URL aobve) this time.
| Assignee | ||
Comment 5•26 years ago
|
||
I think the crash is in the line 3909
we should ensure mIMECursorPosition < mIMECompositionString before come to
here...
3909 substringLength =
::MultiByteToWideChar(mCurrentKeyboardCP,MB_PRECOMPOSED,mIMECompositionString,
3910 mIMECursorPosition,NULL,0);
| Assignee | ||
Updated•26 years ago
|
Whiteboard: blee is currently install WinNT Ko into my machine so I can debug.
| Assignee | ||
Comment 6•26 years ago
|
||
fix and check in. Thansk for blee's great stact trace.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•