[Mono-bugs] [Bug 74662][Maj] Changed - "run" skips over the program and jumps right to the end
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 21:29:13 -0400 (EDT)
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 toshok@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74662
--- shadow/74662 2005-04-19 18:25:31.000000000 -0400
+++ shadow/74662.tmp.4364 2005-04-28 21:29:13.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74662
Product: Mono: Debugger
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: cli
AssignedTo: toshok@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -28,6 +28,10 @@
(mdb) run
Starting program: /tmp/test.exe
Process @1 stopped at #0: 0x4050e521.
0x4050e521 ret
(mdb) c
Process @3 is not stopped.
+
+------- Additional Comments From toshok@ximian.com 2005-04-28 21:29 -------
+I'm pretty sure this is another instance of the io-layer additional
+thread problem that I fixed on 2005-04-22. Marking it as fixed.