http://openoffice.org/bugzilla/show_bug.cgi?id=117955
--- Comment #4 from [email protected] 2011-05-02 17:48:23 --- this one somehow manages not to crash on solaris, which has confused me. crash happens because in wrtw8sty.cxx there are WW8_WrPlcSepx members aSect and pAttrs and they are out of sync. aSect is appended to 5 times, then WriteKFTxt is called which initializes pAttrs to the size of aSect, then aSect gets another element, then crash on access to pAttrs[5] while it is only 5 in size. -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
