Crash in [@ googlepinyin2.ime]
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | affected |
People
(Reporter: release-mgmt-account-bot, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, inputmethod)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/5f106bd1-3752-4936-a496-ffb510250629
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 GooglePinyin2.ime GooglePinyin2.ime@0x1160da
1 GooglePinyin2.ime GooglePinyin2.ime@0x116881
2 GooglePinyin2.ime GooglePinyin2.ime@0x114687
3 GooglePinyin2.ime GooglePinyin2.ime@0x2ec0b
4 GooglePinyin2.ime GooglePinyin2.ime@0x341c
5 GooglePinyin2.ime GooglePinyin2.ime@0x3673
6 GooglePinyin2.ime GooglePinyin2.ime@0x23029f
7 GooglePinyin2.ime GooglePinyin2.ime@0x11758c
8 GooglePinyin2.ime GooglePinyin2.ime@0x1177f2
9 KERNELBASE.dll ReleaseMutex
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2025-06-02
- Process type: Parent
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - all crashes happened on null or near null memory address
Comment 1•4 months ago
|
||
Masayuki, can you take a look at what's up here? Could it be related with some TSFTextStore changes landed in the past months?
Updated•4 months ago
|
Comment 2•4 months ago
|
||
Well, that could be caused by our changes. However, the crash is a null pointer reference in IME. Unless we forget to guarantee the lifetime of our own objects, this is a bug in the IME. Additionally, TSF may have been updated by Microsoft. So, this could be caused by some changes on Windows too. I think we can do nothing for now.
Note that Google Pinyin input has already been discontinued at least 5 years ago. So, the crash bug won't be fixed by Google. If Mozilla thinks the crash rate is too high, we can reject to load the IME in our process. See bug 1409155.
Comment 3•4 months ago
•
|
||
In these 3 months, the share of 谷歌拼音输入法 2 and 谷歌拼音输入法 3 in all Simplified Chinese IME users on Firefox is about 0.2% (counted in main_1pct).
Updated•4 months ago
|
Updated•4 months ago
|
Description
•