Subject:Re: Crash when exiting studio Author:Minollo I. Date:04 Oct 2001 12:21 PM
Similar (unfortunately useless) log information to the one reported
yesterday by another user.
Do you remember what was the state of the application when you exited?
Where you in a debug session? Was a processing running?
Subject:Re: Crash when exiting studio Author:Al Norman Date:10 Oct 2001 06:05 PM
Sorry -- don't remember what the state was back then (I've been away). I have a couple more crashes to give you -- attached is the new log file. Basically, I had spent 4-5 hrs. loading different XML files and adjusting this one XSL script. It uses some javascript functions, if that helps pinpoint the problem(s). It also loads a binary behaviour DLL of our own, called epsbehavior.dll, if that helps.
The crashes only occur at shutdown, and I ensure I save my xsl work before exiting. Occasionally, the XML file has also been modified and I save it as part of the exit cleanup.
Subject:Re: Crash when exiting studio Author:Minollo I. Date:10 Oct 2001 11:31 PM
We have recently fixed a couple of issues that could cause crashes on
application exit; one of the problems caused a deterministic crash in debug
mode if you saved an XSLT file on application exit and you had breakpoints
set inside that file.
We are not sure if these fixes address your particular issue(s?), because
the stack traces you have reported are badly broken (it often happens with
crashes on application exit and possibly on secondary threads) and because
we have been unable to reproduce the crash in release mode; we are
continuously running tests and we hope this issue will be solved in 3.1
final release.
I don't think the crash is related to your additional DLL.