[Mono-bugs] [Bug 61951][Nor] Changed - ctrl+c on consoleapp using SetConsoleCtrlHandler leads to mono error popup

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 5 Nov 2004 23:56:30 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=61951

--- shadow/61951	2004-07-26 10:09:05.000000000 -0400
+++ shadow/61951.tmp.32583	2004-11-05 23:56:30.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 61951
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Server 2003
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: monobugs@radeldudel.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -88,6 +88,10 @@
 Additional notes:
 Since this feature is using interop it might well be you don't care about 
 this bug, or don't want to cover it since to capture console events you 
 will need complete different approaches on Linux, so maybe this is no bug 
 at all, but only a windows feature not working on mono.
 But thats for the mono developers to decide, not for me.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-11-05 23:56 -------
+The issue here is that SetConsoleCtrlHandler calls back to managed
+code on a thread that we have not attached to. We don't/won't support this