[Mono-bugs] [Bug 73637][Maj] New - Glade AutoConnect crashes with mono JIT, but works with mint

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Mar 2005 19:02:51 -0500 (EST)


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 projects@saring.de.

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

--- shadow/73637	2005-03-12 19:02:51.000000000 -0500
+++ shadow/73637.tmp.26169	2005-03-12 19:02:51.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 73637
+Product: Mono: Runtime
+Version: unspecified
+OS: Windows XP
+OS Details: SP 2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: projects@saring.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Glade AutoConnect crashes with mono JIT, but works with mint
+
+Hi,
+
+I have the following problem with two Gtk# applications using Glade# on
+Windows XP, on Linux everything works fine.
+
+After loading the Glade file I start the following method call:
+
+gxml.AutoConnect (this);
+(in file srcPolarViewer/Gui/PVView.cs, line 111)
+
+The applications crashes everytime on this call, because it doesn't finds a
+handler for the signal "activated". But everything is there (works in
+Linux). After a while of testing I figured out, that the application can be
+started on Windows XP when using mint instead of mono. So maybe this is a
+problem with the JIT compiler.
+
+I'll atach my application, so you can reproduce and test this problem. You
+simply can use the compile.bat script for compiling and run.bat for
+launching (there you can select between mono and mint). 
+
+I had this problem with these 2 Windows installations:
+
+mono-1.0.6-gtksharp-1.9.2-win32-0.3.exe
+mono-1.1.4-gtksharp-1.9.2-win32-0.2.exe
+
+It would be great, when this problem could be fixed...
+
+Thanks,
+Stefan