[Mono-bugs] [Bug 79276][Nor] New - TextBox crash (SIGSEGV) when entering text
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 4 10:10:47 EDT 2006
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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79276
--- shadow/79276 2006-09-04 10:10:47.000000000 -0400
+++ shadow/79276.tmp.28748 2006-09-04 10:10:47.000000000 -0400
@@ -0,0 +1,100 @@
+Bug#: 79276
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: alex.olk at googlemail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TextBox crash (SIGSEGV) when entering text
+
+As soon as I enter text in a textbox the app crashes with a SIGSEGV, Could
+not get XIM (see below).
+
+Xorg xserver version:
+
+X Window System Version 7.1.1
+Release Date: 12 May 2006
+X Protocol Version 11, Revision 0, Release 7.1.1
+Build Operating System: Linux 2.6.15.7 i686
+Current Operating System: Linux dellkiste 2.6.17-6-686 #2 SMP Fri Aug 11
+22:09:15 UTC 2006 i686
+Build Date: 07 July 2006
+ Before reporting problems, check http://wiki.x.org
+ to make sure that you have the latest version.
+Module Loader present
+
+
+--- snip crash ---
+
+Mono System.Windows.Forms Assembly [$auto_build_revision$]
+Gtk colorscheme read
+Could not get XIM
+=================================================================
+Got a SIGSEGV while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries
+used by your application.
+=================================================================
+Stacktrace:
+ at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateIC
+(intptr,string,System.Windows.Forms.XIMProperties,string,intptr,string,intptr,intptr)
+<0x00004>
+ at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateIC
+(intptr,string,System.Windows.Forms.XIMProperties,string,intptr,string,intptr,intptr)
+<0xffffffff>
+ at System.Windows.Forms.X11Keyboard.CreateXic (intptr,intptr) [0x00000]
+in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Keyboard.cs:664
+ at System.Windows.Forms.X11Keyboard.EnsureLayoutInitialized () [0x0009a]
+in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Keyboard.cs:88
+ at System.Windows.Forms.X11Keyboard.KeyEvent
+(intptr,System.Windows.Forms.XEvent,System.Windows.Forms.MSG&) [0x00000] in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Keyboard.cs:137
+ at System.Windows.Forms.XplatUIX11.GetMessage
+(object,System.Windows.Forms.MSG&,intptr,int,int) [0x00186] in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:2996
+ at System.Windows.Forms.XplatUI.GetMessage
+(object,System.Windows.Forms.MSG&,intptr,int,int) [0x00000] in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:523
+ at System.Windows.Forms.Application.RunLoop
+(bool,System.Windows.Forms.ApplicationContext) [0x00291] in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:536
+ at System.Windows.Forms.Application.Run (System.Windows.Forms.Form)
+[0x00000] in
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:417
+ at XICCrash.MainForm.Main (string[]) [0x00000] in
+/home/alex/.xdevelop-2/projects/XICCrash/XICCrash/MainForm.cs:21
+ at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[]
+(object,intptr,intptr,intptr) <0xffffffff>
+Native stacktrace:
+ mono(mono_handle_native_sigsegv+0xde) [0x8163dee]
+ mono [0x812f588]
+ [0xffffe440]
+ [0xb61485a5]
+ [0xb6148511]
+ [0xb6145dbe]
+ [0xb61459c8]
+ [0xb6155df7]
+ [0xb61558f2]
+ [0xb616ea11]
+ [0xb616ddc5]
+ [0xb7478740]
+ [0xb74777c3]
+ mono(mono_runtime_exec_main+0x62) [0x80e2382]
+ mono(mono_runtime_run_main+0x1b9) [0x80e2669]
+ mono(mono_main+0xe47) [0x805d547]
+ mono [0x805c1f2]
+ /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d018cc]
+ mono [0x805c141]
+Aborted (core dumped)
+
+This happens
More information about the mono-bugs
mailing list