[Mono-bugs] [Bug 59681][Wis] New - mono winforms wine and segemntation fault
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 02:37:16 -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 kiorky@goddess-gate.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59681
--- shadow/59681 2004-06-07 02:37:16.000000000 -0400
+++ shadow/59681.tmp.6086 2004-06-07 02:37:16.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 59681
+Product: Mono: Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details: sid
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: kiorky@goddess-gate.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono winforms wine and segemntation fault
+
+why have i a smenatation fault
+
+debian sid
+kernel 2.4.26
+mcs 095
+mono 20040603
+gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
+gtk-sharp-0.93 libgdiplus-0.8 wine20040505
+
+
+installed all in /usr for compatibility problems
+no compilation problems
+
+the code: the program is either compiled under windows or linux
+class HelloWindowsForms
+{
+ static void Main()
+ {
+ System.Windows.Forms.MessageBox.Show("Welcome to the bill
+free zone.");
+ }
+}
+
+doldit100:/home/kiorky/test_mono# mono --debug apli.exe
+** (apli.exe:24587): WARNING **: Symbol file
+/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll
+has incorrect version (expected 37, got 36)
+** (apli.exe:24587): WARNING **: Symbol file
+/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
+has incorrect version (expected 37, got 36)
+
+
+doldit100:/home/kiorky/test_mono# mono --trace apli.exe
+ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void
+(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
+. ENTER: HelloWindowsForms:Main ()()
+
+i must stop the program with a ctrl +c and i have an segmentation error