[Mono-bugs] [Bug 518938] VS crashes if you close a remotely running winforms app multiple times using the windows tray icon
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jul 2 17:38:34 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=518938
User jpobst at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=518938#c5
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jpobst at novell.com
AssignedTo|jpobst at novell.com |martin at novell.com
--- Comment #5 from Jonathan Pobst <jpobst at novell.com> 2009-07-02 15:38:33 MDT ---
This looks like a race condition when killing the notification_thread.
A ThreadAbortException here:
notification_thread.Abort ();
Martin:
Since we're just double killing stuff, I can guard against it with a try/catch.
But I didn't know if you would rather look deeper at why this is happening. I
am fine with either, your call.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list