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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78944 --- shadow/78944 2006-09-09 02:34:28.000000000 -0400 +++ shadow/78944.tmp.27134 2006-09-09 02:36:20.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 78944 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: ubuntu 6.06 lts -Status: NEEDINFO +Status: CLOSED Resolution: Severity: Unknown Priority: Blocker Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -298,6 +298,16 @@ take effect. To get past the bug, I changed it to English (USA) then restarted ubuntu. ------- Additional Comments From [EMAIL PROTECTED] 2006-09-09 02:34 ------- *** Bug 79276 has been marked as a duplicate of this bug. *** + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-09 02:36 ------- +The crash is due to the null xim passed to CreateXic when we are +unable to do XOpenIM. + +I have commited a patch that will not call XCreateIC when we do not +have the IM, the code in the X11Keyboard driver already coped with the +xic not being available. + +I thnk the fix is correct. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
