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


User hro changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Aug 13 11:15:58 +0000 
2008 -------
Without a JVM running in OOos process evrything is fine:

- an actual crash in the main thread also tirggers OOos singal handler
- kill -SEGV triggers OOos signal handler

With JVM running in OOo (f.e. click Tools/Macros/Organize Macros/Java Script)
this happens:

- an actual crash in the main thread also tirggers OOos singal handler
- kill -SEGV does NOT trigger OOos signal handler but the MacOsX Crash Reporter
is coming up. The detailed report shows that all thread waiting on a
pthread_wait_xxx do not get the signal. All other threads except the main thread
have a JVM_RaiseExecption on the stack with a resulting call to mach_trap. But
the main_thread also gets a mach_trap call from the event loop.

It looks like if no JVM is involved everything is fine and if JVM is involved an
a crash occurs in C++ code everythiong is fine too.


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