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


User ab changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------
          Target milestone|---                       |OOo 2.0.1
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Mar 22 02:50:29 -0800 
2005 -------
That's no Basic IDE problem but a problem in the Basic core,  especially in 
the compiler / code generator. For some reason I don't understand yet the 
"..." & "..." ... constructs are stored in the string pool both line for line 
as in 
each combination Line1+Line2, Line1+Line2+Line3, ... etc, which exceeds 
the maximum size of  the string pool soon.

So these are two bugs: 
1. The creation of too many internal string.
2. The crash when exceeding the string pool size.

Besides that the string pool limit should be removed in general anyway.

Set to target OOo 2.0.1 as it's too late for OOo 2.0. 

Workaround for now: Place your big strings in different modules.
Not nice but it will work.



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