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





------- Additional comments from [EMAIL PROTECTED] Thu Jul 12 09:04:19 +0000 
2007 -------
The code in the HelpLinker is lifted from the java one, so I suspect that the
same thing happens in the java one, except perhaps silently caught as an
exception somewhere.

khmer has no direct space thing, so here we get some really big strings, for
whatever original impl reasons we're limited to 250 char long index strings. If
bigger we clip them, but we look them up in the cache before clipping, leading
to a string being mapped to an id, but not being found under that id later. 

So, if we're going to clip a string, we need to do it before we look it up
and/or subsequently store it.

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