[Mono-bugs] [Bug 74470][Maj] Changed - mdb can't debug a gtk+glade app
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 20:18:49 -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=74470
--- shadow/74470 2005-04-06 22:33:55.000000000 -0400
+++ shadow/74470.tmp.15574 2005-04-07 20:18:49.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74470
Product: Mono: Debugger
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: cli
AssignedTo: toshok@ximian.com
ReportedBy: f@rtfs.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -92,6 +92,16 @@
The program is running. Exit anyway? (y or n) y
------- Additional Comments From f@rtfs.org 2005-04-06 22:33 -------
Created an attachment (id=14876)
this archive contains the testprogram with glade file
+
+------- Additional Comments From toshok@ximian.com 2005-04-07 20:18 -------
+so, I was able to reproduce this with my version of gtk-sharp and mdb.
+ It definitely hangs.
+
+I svn up'ed gtk-sharp and reinstalled, building .mdb files (which the
+normal build *doesn't* do), and things seem better. I'm going to
+remove the mdb files and see if things still work. If they do, it's a
+gtk-sharp problem (that has been fixed). if they don't, it's a
+debugger problem, and lack of mdb files causes things to puke.