Bugzilla – Bug 318870
Quiting the debugger crashes.
Last modified: 2007-09-15 21:24:34 UTC
---- Reported by miguel@ximian.com 2005-09-02 08:45:58 MST ---- While debugging aspnetedit, once aspnetedit has crashed and I have obtained a stack trace, I quit, and got this: (mdb) quit The program is running. Exit anyway? (y or n) y Process @5 terminated normally. Process @8 terminated normally. Process @6 terminated normally. Process @7 terminated normally. Unhandled Exception: System.ObjectDisposedException: The object was used after being disposed. in [0x0002d] System.Threading.WaitHandle:CheckDisposed () in [0x00001] (at /home/cvs/mcs/class/corlib/System.Threading/ManualResetEvent.cs:59) System.Threading.ManualResetEvent:Reset () in (wrapper remoting-invoke-with-check) System.Threading.ManualResetEvent:Reset () in [0x00075] (at /home/cvs/mcs/class/corlib/System.Threading/Timer.cs:132) System.Threading.Timer+Runner:Start () in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () ---- Additional Comments From miguel@ximian.com 2005-09-05 13:52:37 MST ---- reassigning to new debugger owner. ---- Additional Comments From martin@ximian.com 2005-09-05 13:58:51 MST ---- This is some strange problem with System.Threading.Timer which sometimes crashes on application exit. ---- Additional Comments From martin@ximian.com 2006-04-18 13:04:34 MST ---- Old. Unknown operating system unknown. Setting to default OS "Other".