To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62423
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|fs |hro
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Mar 10 02:24:42 -0800
2006 -------
This does not seem to be related to the Traditional Chinese localization.
Instead, the machine where this happens (sirene-draw) is a Solaris-x86 machine
with Evolution 1.4 installed. Both together seem to create the problem.
fs->hro: Unfortunately the machine does not have a debugger installed, and I
didn't find another machine having both Solaris-X86 and Evolution 1.4. However,
I added some traces to our Evolution driver, and compiled sal/osl/unx/process*
with debug to enable traces there, too. (Result is going to be attached).
What our driver does is it tries to execute (with
osl_executeProcess_WithRedirectedIO) an "evolution-addressbook-export" script,
first with a (senseless) path, which fails (which is okay). Then, it executes
the same thing, without path specification. This usually succeedes.
However, I noticed that whenever OOo crashes, then the second executeProcess
fails, too. This works in both directions: Traces tell me that if and only if
the second osl_executeProcess_WithRedirectedIO fails, OOo crashes.
Looking at the traces, it is that osl_executeProcess_WithRedirectedIO returns
*before* the new process has been started.
Rarely, I managed to get a stack of the crash (to be attached, too). This stack
looks corrupted, there are adjacent frames with methods which definately do not
call each other.
Both together lets me think that osl_executeProcess_WithRedirectedIO is somehow
flawed, and corrupts the OOo process in case it fails - which is why I ask for
your help here.
---------------------------------------------------------------------
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]