[Mono-bugs] [Bug 68455][Wis] New - Calling autoconnect on two different Glade.XML objects causes a System.NullReferenceException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Oct 2004 21:48:10 -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 adelaney@cs.may.ie.

http://bugzilla.ximian.com/show_bug.cgi?id=68455

--- shadow/68455	2004-10-16 21:48:10.000000000 -0400
+++ shadow/68455.tmp.2910	2004-10-16 21:48:10.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 68455
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: adelaney@cs.may.ie               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Calling autoconnect on two different Glade.XML objects causes a System.NullReferenceException
+
+Description of Problem:
+If you create two Glade.XML objects for different roots in a single glade
+file, the call to Autoconnect signals on the second object causes a runtime
+error.
+
+Steps to reproduce the problem:
+Sample code is here
+http://www.minds.may.ie/~balor/downloads/BugTest.tar.gz
+This code crashes for me every time
+
+Actual Results:
+Program crashes.
+
+Expected Results:
+The program should run and create two windows.  One application window and
+one dialog.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+Apologies if I filed this in the wrong place.