Gokul V G
unread,Jun 13, 2024, 10:50:05 AM6/13/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hi team,
I've been troubleshooting a `chrome.exe` crash issue for the past two weeks without resolution. Despite seeking help from various forums, I haven't received any response.
Here's the situation:
- The Chromium build using reclient completes successfully.
- However, `chrome.exe` crashes upon execution.
- Debugging indicates the issue arises in `tools\gritsettings\startup_resources_win.txt`:
```
IDS_FIXED_FONT_FAMILY_SIMPLIFIED_HAN 141
IDS_FIXED_FONT_FAMILY_TRADITIONAL_HAN 142
IDS_MINIMUM_FONT_SIZE 143
IDS_MINIMUM_LOGICAL_FONT_SIZE 144
IDS_SPELLCHECK_DICTIONARY 145
IDR_PREF_HASH_SEED_BIN 146
IDS_BOOKMARK_BAR_FOLDER_NAME 147
IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME 148
IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME 149
```
The debugger runs smoothly up to `IDS_MINIMUM_LOGICAL_FONT_SIZE 144`, but fails starting from `IDS_SPELLCHECK_DICTIONARY 145`. We suspect this might be the root cause of the crash.
I would greatly appreciate any insights or suggestions to resolve this issue. If further information is needed, please let me know, and I'll provide it promptly.
Thanks in advance for your assistance.
Best regards,