To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=94421
------- Additional comments from [email protected] Wed Aug 26 01:21:25 +0000 2009 ------- followed the path a little deeper, and here: http://pumbaa.ooodev.org:59145/source/xref/i18npool/source/characterclassification/cclass_unicode_parser.cxx#471 is where it ends. #include <iostream> 470 aStartChars = userDefinedCharactersStart; std::cout << "you can still see this\n"; 471 aContChars = userDefinedCharactersCont; std::cout << "sorry, won't reach this point\n"; so the assignment aContChars = userDefinedCharactersCont is causing the crash. I cannot tell why - I'd be glad if someone with more c++ experience could have a look here. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
