[Mono-bugs] [Bug 81581][Nor] New - Exiting mdb says program is still running and hangs forever

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 10 12:20:50 EDT 2007


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=81581

--- shadow/81581	2007-05-10 12:20:50.000000000 -0400
+++ shadow/81581.tmp.27799	2007-05-10 12:20:50.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 81581
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: cli
+AssignedTo: martin at ximian.com                            
+ReportedBy: joeshaw at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Exiting mdb says program is still running and hangs forever
+
+I was running Beagle under mdb and forgot that I had another Beagle
+instance running.  When this happens, Beagle exits.  But when I tried to
+quit mdb, it thought the program was still running, and when I told it to
+quit anyway, it hung forever.
+
+Here's the output of the run:
+Mono Debugger
+(mdb) r
+Starting program: ./BeagleDaemon.exe --mdb --fg --debug
+Cannot load symbol file
+`/usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f/glib-sharp.dll.mdb':
+Could not find file
+"/usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f/glib-sharp.dll.mdb".
+Thread @1 stopped at #0: 0xb78078b7 in
+Beagle.Daemon.BeagleDaemon.Main(System.String[])+0x17 at
+/home/joe/svn/beagle-0.2.16/beagled/BeagleDaemon.cs:258.
+ 258                            DoMain (args);
+(mdb) c
+Always: Starting Beagle Daemon (version 0.2.16.3)
+Always: Running on Mono 1.2.4
+Always: Using sqlite version 3
+Always: Command Line: /home/joe/svn/beagle-0.2.16/beagled/BeagleDaemon.exe
+--mdb --fg --debug
+Debug: Established a connection to the X server
+Debug: Reniced process to 7
+Debug: Starting main loop
+Debug: Beginning main loop
+Debug: Starting messaging server
+Error: Could not set up the listener for beagle requests.  There is
+probably another beagled instance running.  Use --replace to replace the
+running service
+Received unknown notification 8078e20 / 0x10c0000008bd68 12bf9c044c
+Thread @1 exited with exit code 1.
+(mdb) Process #1 exited.
+
+ERROR: No target.
+(mdb) quit
+The program is running.  Exit anyway? (y or n) y
+[hang]
+
+This is mdb from r77139.


More information about the mono-bugs mailing list