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





------- Additional comments from [EMAIL PROTECTED] Mon Apr 16 15:06:04 +0000 
2007 -------
Pavel,

if we are really (un-)lucky and get a stackdump from dmake we can find out where
it crashed (last line first).

$ awk '/^[0-9]/{print $2}' dmake.exe.stackdump | addr2line -f -e
c:/my/path/to/dmake.exe

Note the DOS path with forward slashes. (This luckily works because dmake is
build with "-g -O0" although I consider that unfortunate ;) )

I don't think dmake is to blame here anyway (not because my code is perfect ;)
but because everything works fine for linux and that redirection stuff is
just plain POSIX, nothing special for cygwin. I think we found another (hard to
reproduce) bug in cygwin.

If we get a stacktrace, but it's not good enough we can also try setting
error_start=... in the CYGWIN environment variable, see here:
  <http://www.cygwin.com/cygwin-ug-net/using-utils.html#dumper>

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