To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54479





------- Additional comments from [EMAIL PROTECTED] Tue Aug  8 04:42:20 -0700 
2006 -------
I updated my own icu to icu 3.6 preview recently and revisited this patch in
view of the icuupgrade.workspace. 

Something I noted with 3.6, and perhaps worth checking for 3.4 as well, is that
the setText of the icu breakiterator does not actually *copy* the UnicodeString
text it is passed, but takes a pointer to it secretly, so it has to exist for
the duration of being used, otherwise it's likely to crash and burn nastily.

See the attached patch for reference which is just the workspace systemicu
workspace with the --systemicu additions to configure and solenv, and then the
addition of a 
"UnicodeString aICUText" to avoid the use of a dtored UnicodeString

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to