To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80284
                 Issue #|80284
                 Summary|Crash in ::rtl::OUStringBuffer
               Component|porting
                 Version|680m222
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|dr





------- Additional comments from [EMAIL PROTECTED] Thu Aug  2 09:20:05 +0000 
2007 -------
If makeStringAndClear() is called at an OUStringBuffer, copy-constructing from
that buffer crashes.

::rtl::OUStringBuffer aBfr1;
aBfr1.makeStringAndClear();
::rtl::OUStringBuffer aBfr2( aBfr1 );

After calling makeStringAndClear(), the pData member of the buffer points to the
static "aImplEmpty_rtl_uString", maybe that is the problem.

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