Hi Martin, It's IronPython 0.9.6 on .NET 2.0.50727.42; and I'm running the console, I guess, if that includes ironpythonconsole.exe <script_name>. The script I'm trying to work with is here - http://rafb.net/paste/results/mk0Jrn95.html (for the next 24 hours at least)
Regards, Liam Clarke On 12/14/05, Martin Maly <[EMAIL PROTECTED]> wrote: > Are you using IronPython 0.9.6? The 0.9.6 version of IronPython should catch > unhandled exceptions and print stack trace rather than passing the exception > to the OS (for Dr. Watson - hence DW.exe) > > As for the 0.9.5 version of IronPytohn, there was a known problem, a change > in our exception handling logic that would pass unhandled exceptions to the > OS which then triggers Watson. > > Please let me know if you have problems on IronPython 0.9.6 and, if so, do > you use IronPython from console (IronPythonConsole.exe) or is it embedded in > another application? > > Thanks > Martin > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Liam Clarke > Sent: Tuesday, December 13, 2005 9:14 PM > To: Discussion of IronPython > Subject: [IronPython] DW.exe... > > Hi all, > > Playing with the November Avalon CTP, and when my script causes an > exception through an incorrect parameter or similar (in the Avalon > bits) a new process of DW.exe gets spawned. > > I see that DW is just dumping data for a bug report, but filing a bug > report for a bad argument is a bit ludicrous, I thought. > > Is this IronPython or solely Avalon doing this? > > Can anyone offer suggestions on preventing it? > > Regards, > > Liam Clarke > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
