[Mono-bugs] [Bug 78962][Blo] Changed - mdb stops immediately after starting beagle
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 13 19:20:49 EST 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-11-10 19:14:28.000000000 -0500
+++ shadow/78962.tmp.26695 2006-11-13 19:20:49.000000000 -0500
@@ -62,6 +62,42 @@
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.
------- Additional Comments From martin at ximian.com 2006-11-10 19:14 -------
Do you still have this problem ? Just tried with the latest debugger
from SVN and beagle from CVS and it works fine for me.
+
+------- Additional Comments From joeshaw at novell.com 2006-11-13 19:20 -------
+Yep, this still happens for me. I'm using r67785 of the debugger and
+mono 1.1.18. Here's the result of my run:
+
+[joe at posthaste ~/cvs/beagle/beagled]$
+LD_LIBRARY_PATH=/home/joe/build/debugger/lib:$LD_LIBRARY_PATH
+MONO_GAC_PREFIX=/home/joe/build/debugger:$MONO_GAC_PREFIX
+PATH=/home/joe/build/debugger/bin:$PATH ./beagled --mdb
+*** Running uninstalled BeagleDaemon.exe ***
+Mono Debugger
+(mdb) r
+Starting program: ./BeagleDaemon.exe
+Thread @1 stopped at #0: 0x081fb441.
+0x081fb441 ret
+(mdb) c
+Thread @1 stopped at #0: 0x081fb441.
+0x081fb441 ret
+(mdb)
+Thread @1 stopped at #0: 0x081fb441.
+0x081fb441 ret
+(mdb)
+Thread @1 stopped at #0: 0x081fb441.
+0x081fb441 ret
+(mdb)
+Thread @1 stopped at #0: 0x081fb441.
+0x081fb441 ret
+(mdb)
+Process #1 created new thread @2.
+Process #1 created new thread @3.
+Thread @3 stopped at #0: 0x081fb441.
+0x081fb441 ret
+
+(at this point it hangs forever.)
+
+
More information about the mono-bugs
mailing list