Comment #6 on issue 13424 by [email protected]: All words marked as
misspelled; crash when right-click on marked word.
http://code.google.com/p/chromium/issues/detail?id=13424
I looked at a crash dump for a similar problem, see: <b/1969556>
STACK_TEXT:
0196ad78 022b3f33 00000000 0196adc0 0196adb0
chrome_1c30000!hunspell::NodeReader::GetChildAt+0xa
[c:\b\slave\chrome-official-
2\build\src\chrome\third_party\hunspell\google\bdict_reader.cc @ 226]
0196adc8 022b26b4 025bded0 00000080 0196ade8
chrome_1c30000!hunspell::WordIterator::Advance+0x46
[c:\b\slave\chrome-official-
2\build\src\chrome\third_party\hunspell\google\bdict_reader.cc @ 518]
0196ae7c 022abf16 0196b990 00000000 00000005
chrome_1c30000!HashMgr::walk_hashtable+0x78 [c:\b\slave\chrome-official-
2\build\src\chrome\third_party\hunspell\src\hunspell\hashmgr.cxx @ 305]
0196f2cc 022a9366 0383ae00 0196f574 02de15b0
chrome_1c30000!SuggestMgr::ngsuggest+0x23b [c:\b\slave\chrome-official-
2\build\src\chrome\third_party\hunspell\src\hunspell\suggestmgr.cxx @ 911]
0196f96c 021ba7b7 0196f9d8 0196fa18 0196fddc
chrome_1c30000!Hunspell::suggest+0x642 [c:\b\slave\chrome-official-
2\build\src\chrome\third_party\hunspell\src\hunspell\hunspell.cxx @ 814]
0196fa34 02240928 0196fc90 00000005 0196fa70
chrome_1c30000!SpellChecker::SpellCheckWord+0x19c
[c:\b\slave\chrome-official-
2\build\src\chrome\browser\spellchecker.cc @ 628]
0196fcfc 02241383 0196fddc 00000000 038ae150
chrome_1c30000!ResourceMessageFilter::OnReceiveContextMenuMsg+0x93
[c:\b\slave\chrome-official-
2\build\src\chrome\browser\renderer_host\resource_message_filter.cc @ 354]
0196fd18 02268632 0196fddc 0196fddc 038ae140
chrome_1c30000!ResourceMessageFilter::OnMessageReceived+0x1a7
[c:\b\slave\chrome-official-
2\build\src\chrome\browser\renderer_host\resource_message_filter.cc @ 266]
0196fd28 0226717b 0196fddc 00c4d1f9 00c4d100
chrome_1c30000!IPC::ChannelProxy::Context::TryFilters+0x25
[c:\b\slave\chrome-official-
2\build\src\chrome\common\ipc_channel_proxy.cc @ 43]
0196fd38 022782bd 0196fddc 00c4e175 00c4d100
chrome_1c30000!IPC::SyncChannel::SyncContext::OnMessageReceived+0xe
[c:\b\slave\chrome-official-
2\build\src\chrome\common\ipc_sync_channel.cc @ 277]
0196fdf8 022784e4 00c4d1f9 000000a1 00000000
chrome_1c30000!IPC::Channel::ChannelImpl::ProcessIncomingMessages+0xe6
[c:\b\slave\chrome-official-
2\build\src\chrome\common\ipc_channel_win.cc @ 309]
0196fe14 020c3b0c 00c4d104 000000a1 00000000
chrome_1c30000!IPC::Channel::ChannelImpl::OnIOCompleted+0x51
[c:\b\slave\chrome-official-
2\build\src\chrome\common\ipc_channel_win.cc @ 402]
0196fe3c 020c3beb 00001516 00000000 00c75580
chrome_1c30000!base::MessagePumpForIO::WaitForIOCompletion+0x71
[c:\b\slave\chrome-official-
2\build\src\base\message_pump_win.cc @ 507]
0196fe4c 020c3cbe 00c75580 00000000 020c3475
chrome_1c30000!base::MessagePumpForIO::WaitForWork+0x19
[c:\b\slave\chrome-official-
2\build\src\base\message_pump_win.cc @ 484]
0196fe58 020c3475 0196fef4 0196fef4 0196fef4
chrome_1c30000!base::MessagePumpForIO::DoRunLoop+0x50
[c:\b\slave\chrome-official-
2\build\src\base\message_pump_win.cc @ 469]
0196fe78 020c37c2 0196fef4 00000000 020b1fe4
chrome_1c30000!base::MessagePumpWin::RunWithDispatcher+0x3c
[c:\b\slave\chrome-official-
2\build\src\base\message_pump_win.cc @ 54]
0196fe84 020b1fe4 0196fef4 0196fef4 020b247d
chrome_1c30000!base::MessagePumpWin::Run+0xb [c:\b\slave\chrome-official-
2\build\src\base\message_pump_win.h @ 78]
0196fe90 020b247d 22add645 00c75214 0196fef4
chrome_1c30000!MessageLoop::RunInternal+0x27 [c:\b\slave\chrome-official-
2\build\src\base\message_loop.cc @ 198]
0196fec4 020b2663 00c75200 00000001 00000100
chrome_1c30000!MessageLoop::RunHandler+0x4d [c:\b\slave\chrome-official-
2\build\src\base\message_loop.cc @ 182]
0196fee4 020b7a88 0012f1dc 0012ef4c 0237ed0c
chrome_1c30000!MessageLoop::Run+0x19
[c:\b\slave\chrome-official-2\build\src\base\message_loop.cc @
156]
0196ffb0 020b701a 7c80b729 00c75200 0012f1dc
chrome_1c30000!base::Thread::ThreadMain+0x75
[c:\b\slave\chrome-official-2\build\src\base\thread.cc
@ 159]
0196ffb4 7c80b729 00c75200 0012f1dc 0012ef4c chrome_1c30000!`anonymous
namespace'::ThreadFunc+0x9 [c:\b\slave\chrome-official-
2\build\src\base\platform_thread_win.cc @ 27]
0196ffec 00000000 020b7011 00c75200 00000000 kernel32!BaseThreadStart+0x37
STACK_COMMAND: ~7s; .ecxr ; kb
FAULTING_SOURCE_CODE:
222: }
223:
224: NodeReader::FindResult NodeReader::GetChildAt(int index, char*
found_char,
225: NodeReader* result)
const {
> 226: if (is_lookup()) {
227: if (lookup_has_0th()) {
228: if (index == 0) {
229: *found_char = 0;
230: return ReaderForLookup0th(result);
231: }
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---