Issue 70848 - Crash in lingucomponent spellchecker
Summary: Crash in lingucomponent spellchecker
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: spell checking (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-25 14:12 UTC by thomas.lange
Modified: 2013-02-24 20:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.lange 2006-10-25 14:12:38 UTC
This one is from the crashreporter:

00e1ed94 7c3416db msvcr71!_heap_alloc+0xe0
00e1ed9c 7c3416f8 msvcr71!_nh_malloc+0x10
00e1eda8 62515fbd msvcr71!malloc+0xf
00e1edb8 62517434 spell680mi!mystrdup(char* s = 0a618ce8 "")+0x24
[o:\src680\src\lingucomponent\source\spellcheck\myspell\csutil.cxx @ 45]
00e1edf4 62517af8 spell680mi!AffixMgr::parse_affix(char* line = 00e1ee14 "SFX a
0 i???", char at = 0x53 'S', _iobuf* af = 7c38b548 )+0x164
[o:\src680\src\lingucomponent\source\spellcheck\myspell\affixmgr.cxx @ 1261]
00e1f21c 62517be8 spell680mi!AffixMgr::parse_file(char* affpath = 05f8ad53
"")+0x1dc [o:\src680\src\lingucomponent\source\spellcheck\myspell\affixmgr.cxx @
185]
00e1f22c 625149ae spell680mi!AffixMgr::AffixMgr(char* affpath = 05f8ad60 "",
HashMgr* ptr = 0a3d88a0 )+0x7a
[o:\src680\src\lingucomponent\source\spellcheck\myspell\affixmgr.cxx @ 42]
00e1f244 62511b76 spell680mi!MySpell::MySpell(char* affpath = 05f8ad60 "", char*
dpath = 05f88b18 "")+0x48
[o:\src680\src\lingucomponent\source\spellcheck\myspell\myspell.cxx @ 21]
00e1f2b4 6251361c spell680mi!SpellChecker::GetSpellFailure(rtl::OUString* rWord
= 05f8c658 , com::sun::star::lang::Locale* rLocale = 00e1f320 )+0x1ef
[o:\src680\src\lingucomponent\source\spellcheck\spell\sspellimp.cxx @ 337]
00e1f2fc 644641d3 spell680mi!SpellChecker::isValid(rtl::OUString* rWord =
00e1f370 , com::sun::star::lang::Locale* rLocale = 00e1f320 ,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>* rProperties
= 00e1f46c )+0xaa
[o:\src680\src\lingucomponent\source\spellcheck\spell\sspellimp.cxx @ 397]
00e1f384 64464740 lng680mi!SpellCheckerDispatcher::isValid_Impl(rtl::OUString*
rWord = 00563e14 , short nLanguage = 0x625,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>* rProperties
= 00e1f46c , unsigned char bCheckDics = 0 '')+0x480
[o:\src680\src\linguistic\source\spelldsp.cxx @ 517]
00e1f3c0 64464962 lng680mi!SpellCheckerDispatcher::isValidInAny(rtl::OUString*
rWord = 00e1f49c , com::sun::star::uno::Sequence<short>* aLanguages = 0000000a ,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>* rProperties
= 00e1f46c )+0x5a [o:\src680\src\linguistic\source\spelldsp.cxx @ 381]
00e1f3f0 61b822e0 lng680mi!SpellCheckerDispatcher::isValid(rtl::OUString* rWord
= 00e1f49c , short nLanguage = 0xabe8,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>* rProperties
= 00e1f46c )+0x60 [o:\src680\src\linguistic\source\spelldsp.cxx @ 355]

There are 16 reports with this stack.
Internal ID is 132851.
Comment 1 thomas.lange 2006-10-25 14:14:08 UTC
Correction: internal ID is 142054.