https://bugzilla.novell.com/show_bug.cgi?id=676853
https://bugzilla.novell.com/show_bug.cgi?id=676853#c0 Summary: Soft debugger zombifies if foreground threads are running Classification: Mono Product: Mono: Runtime Version: 2.10.x Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: debug AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=417466) --> (http://bugzilla.novell.com/attachment.cgi?id=417466) repro case User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.23 (KHTML, like Gecko) Chrome/11.0.686.1 Safari/534.23 When running a threaded program in the soft debugger from MonoDevelop, anytime the frontend is detached, the running Mono process goes into zombie mode because of the foreground threads. The threads should be killed along with the rest of the Mono process that was attached to. Reproducible: Always Steps to Reproduce: 1. Compile the attached .cs file, with /debug+ 2. Open it in MonoDevelop as a "solution." 3. Run it in the soft debugger. 4. Try to stop the debugger. Actual Results: Background Mono process goes into zombie mode. Expected Results: Background Mono process should die. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
