[Mono-bugs] [Bug 78962][Blo] New - mdb stops immediately after starting beagle
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 27 19:37:26 EDT 2006
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 joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78962
--- shadow/78962 2006-07-27 19:37:26.000000000 -0400
+++ shadow/78962.tmp.16769 2006-07-27 19:37:26.000000000 -0400
@@ -0,0 +1,63 @@
+Bug#: 78962
+Product: Mono: Debugger
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: cli
+AssignedTo: martin at ximian.com
+ReportedBy: joeshaw at novell.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mdb stops immediately after starting beagle
+
+Using the 0.30 version of the debugger and Mono 1.1.16 on Beagle CVS, here
+is my entire session:
+
+[joe at posthaste ~/cvs/beagle/beagled]$ ./beagled --fg --debug --mdb
+*** Running uninstalled BeagleDaemon.exe ***
+Mono Debugger
+(mdb) r
+Starting program: ./BeagleDaemon.exe
+Thread @1 stopped at #0: 0x081d3441.
+0x081d3441 ret
+(mdb) bt
+(*) #0: 0x081d3441
+(mdb) c
+Thread @1 stopped at #0: 0x081d3441.
+0x081d3441 ret
+(mdb) c
+Thread @1 stopped at #0: 0x081d3441.
+0x081d3441 ret
+(mdb) c
+Thread @1 stopped at #0: 0x081d3441.
+0x081d3441 ret
+(mdb) c
+Thread @1 stopped at #0: 0x081d3441.
+0x081d3441 ret
+(mdb) c
+Process #1 created new thread @2.
+Process #1 created new thread @3.
+Thread @3 stopped at #0: 0x081d3441.
+0x081d3441 ret
+
+(mdb) kill
+(mdb) quit
+The program is running. Exit anyway? (y or n) y
+<mdb hangs forever here>
+
+The initial breakpoint happens immediately after the application is
+started. There is no output from the program at all.
+
+This is on a dual-Xeon machine with hyperthreading, so SMP could be an
+issue here. The --mdb option was something I just checked into Beagle, so
+if you check out from CVS you'll have it. Otherwise you'll have to tweak
+the shell script by hand to launch mdb instead of mono.
+
+Also, because there are no SLED packages available, I am running the SL
+10.1 packages on SLED 10, but I confident that this has no impact.
More information about the mono-bugs
mailing list