To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85084
                 Issue #|85084
                 Summary|thread coordination at shutdown
               Component|udk
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|sb





------- Additional comments from [EMAIL PROTECTED] Tue Jan  8 14:07:22 +0000 
2008 -------
Various issues show that there are problems not coordinating threads at process
shutdown, esp. when threads use static data that has already been destroyed
during an exit() call in another thread.  One such issue is issue 80300, another
is Sun-internal 6644672 where a bridges_urp::OReaderThread::run thread calls
sunpro5::RTTIHolder::generateRTTI after the static RTTIHolder instance has
apparently already been destroyed from the main thread (OOG680m9 unxsoli4.pro).

Some framework needs to be designed to allow such coordination, and then
threaded code needs to be adapted to that framework.

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