[Mono-bugs] [Bug 404377] New: localized winform and X bug

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 26 19:02:00 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=404377


           Summary: localized winform and X bug
           Product: Mono: Class Libraries
           Version: SVN
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: surfzoid2002 at yahoo.fr
         QAContact: mono-bugs at lists.ximian.com
          Found By: DeveloperNet


hi
A very dificult bug to explain and make testcase.
i will provide a MS VS solution who start one form, this form is translated in
some language and run nice under windows, but under linux the object loose
position or cannot be draw.
Just run the solution under windows with MS VS and then under linux with MD to
see diferences.
Originaly this form come from my project Cs-Obexftp :
http://sourceforge.net/svn/?group_id=206501
It have the same problem but more a X error about insuficiance ressource and
bad pixmap for all not drawing object :

27/06/2008 01:00:36: Constructeur Cs_ObexFtp.ClasseADebugger
27/06/2008 01:00:39:
/home/eric/.config/Surfzoid/Cs-ObexFtp/Cs-ObexFtp.exe.config
27/06/2008 01:00:39: 
27/06/2008 01:00:39: 00:1F:5D:58:27:59 --> 00:1F:5D:58:27:59
X11 Error encountered: 
  Error: BadAlloc (insufficient resources for operation)
  Request:     53 (0)
  Resource ID: 0x4400411
  Serial:      7613
  Hwnd:        Hwnd, Mapped:True ClientWindow:0x4400411, WholeWindow:0x4400410,
Zombie=False, Parent:[Hwnd, Mapped:True ClientWindow:0x44003FF,
WholeWindow:0x44003FE, Zombie=False, Parent:[Hwnd, Mapped:True
ClientWindow:0x44003FD, WholeWindow:0x44003FC, Zombie=False, Parent:[Hwnd,
Mapped:True ClientWindow:0x44003FB, WholeWindow:0x44003FA, Zombie=False,
Parent:[Hwnd, Mapped:True ClientWindow:0x44003F9, WholeWindow:0x44003F8,
Zombie=False, Parent:[Hwnd, Mapped:True ClientWindow:0x44003ED,
WholeWindow:0x44003EC, Zombie=False, Parent:[Hwnd, Mapped:True
ClientWindow:0x44003EB, WholeWindow:0x44003EA, Zombie=False,
Parent:[<null>]]]]]]]
  Control:     System.Windows.Forms.Button, Text: Rafraichit   at
System.Environment.get_StackTrace() in
/root/tmp/mono-latest/mono-20080622/mcs/class/corlib/System/Environment.cs:line
203
   at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent
ByRef error_event) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
1873
   at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr ,
IntPtr ByRef )
   at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) in
/root/tmp/mono-latest/mono-20080622/mcs/class/System.Drawing/System.Drawing/Graphics.cs:line
1761
   at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) in
/root/tmp/mono-latest/mono-20080622/mcs/class/System.Drawing/System.Drawing/Graphics.cs:line
1718
   at System.Windows.Forms.XplatUIX11.GetOffscreenGraphics(System.Object
offscreen_drawable) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
5917
   at System.Windows.Forms.XplatUI.GetOffscreenGraphics(System.Object
offscreen_drawable) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
1238
   at
System.Windows.Forms.Control+DoubleBuffer.Start(System.Windows.Forms.PaintEventArgs
pe) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
372
   at System.Windows.Forms.Control.WmPaint(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5498
   at System.Windows.Forms.Control.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5278
   at System.Windows.Forms.ButtonBase.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs:line
685
   at System.Windows.Forms.Button.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs:line
150
   at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef
m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
227
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
208
   at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:line
240
   at System.Windows.Forms.XplatUIX11.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3296
   at System.Windows.Forms.XplatUI.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
600
   at System.Windows.Forms.Application.RunLoop(Boolean Modal,
System.Windows.Forms.ApplicationContext context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
952
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:line
1746
   at System.Windows.Forms.Form.ShowDialog() in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:line
1671
   at Cs_ObexFtp.MainForm.ToolStripMenuItemoptionsClick(System.Object sender,
System.EventArgs e) in
/home/eric/Projects/CobexFtp/CobexFtp/cs-obexftp/trunk/Cs-ObexFtp/Cs-ObexFtp/Forms/MainForm.cs:line
185
   at System.Windows.Forms.ToolStripItem.OnClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:line
963
   at System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs:line
258
   at System.Windows.Forms.ToolStripMenuItem.HandleClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs:line
482
   at System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs e,
ToolStripItemEventType met) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:line
1721
   at
System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs
mea) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:line
958
   at
System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs
mea) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs:line
622
   at System.Windows.Forms.Control.WmLButtonUp(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5544
   at System.Windows.Forms.Control.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5291
   at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs:line
807
   at System.Windows.Forms.ToolStrip.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:line
1210
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs:line
706
   at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef
m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
227
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
208
   at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:line
240
   at System.Windows.Forms.XplatUIX11.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3296
   at System.Windows.Forms.XplatUI.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
600
   at System.Windows.Forms.Application.RunLoop(Boolean Modal,
System.Windows.Forms.ApplicationContext context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
952
   at
System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext
context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
738
   at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
721
   at Cs_ObexFtp.Program.Main() in
/home/eric/Projects/CobexFtp/CobexFtp/cs-obexftp/trunk/Cs-ObexFtp/Cs-ObexFtp/Class/Program.cs:line
17

X11 Error encountered: 
  Error: BadDrawable (invalid Pixmap or Window parameter)
  Request:     14 (0)
  Resource ID: 0x4400489
  Serial:      7614
  Hwnd:        <null>
  Control:     <null>   at System.Environment.get_StackTrace() in
/root/tmp/mono-latest/mono-20080622/mcs/class/corlib/System/Environment.cs:line
203
   at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent
ByRef error_event) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
1873
   at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux(IntPtr , IntPtr ,
IntPtr ByRef )
   at System.Drawing.Graphics.FromXDrawable(IntPtr drawable, IntPtr display) in
/root/tmp/mono-latest/mono-20080622/mcs/class/System.Drawing/System.Drawing/Graphics.cs:line
1761
   at System.Drawing.Graphics.FromHwnd(IntPtr hwnd) in
/root/tmp/mono-latest/mono-20080622/mcs/class/System.Drawing/System.Drawing/Graphics.cs:line
1718
   at System.Windows.Forms.XplatUIX11.GetOffscreenGraphics(System.Object
offscreen_drawable) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
5917
   at System.Windows.Forms.XplatUI.GetOffscreenGraphics(System.Object
offscreen_drawable) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
1238
   at
System.Windows.Forms.Control+DoubleBuffer.Start(System.Windows.Forms.PaintEventArgs
pe) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
372
   at System.Windows.Forms.Control.WmPaint(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5498
   at System.Windows.Forms.Control.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5278
   at System.Windows.Forms.ButtonBase.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBase.cs:line
685
   at System.Windows.Forms.Button.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs:line
150
   at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef
m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
227
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
208
   at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:line
240
   at System.Windows.Forms.XplatUIX11.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3296
   at System.Windows.Forms.XplatUI.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
600
   at System.Windows.Forms.Application.RunLoop(Boolean Modal,
System.Windows.Forms.ApplicationContext context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
952
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:line
1746
   at System.Windows.Forms.Form.ShowDialog() in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:line
1671
   at Cs_ObexFtp.MainForm.ToolStripMenuItemoptionsClick(System.Object sender,
System.EventArgs e) in
/home/eric/Projects/CobexFtp/CobexFtp/cs-obexftp/trunk/Cs-ObexFtp/Cs-ObexFtp/Forms/MainForm.cs:line
185
   at System.Windows.Forms.ToolStripItem.OnClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:line
963
   at System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs:line
258
   at System.Windows.Forms.ToolStripMenuItem.HandleClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs:line
482
   at System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs e,
ToolStripItemEventType met) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:line
1721
   at
System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs
mea) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:line
958
   at
System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs
mea) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs:line
622
   at System.Windows.Forms.Control.WmLButtonUp(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5544
   at System.Windows.Forms.Control.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5291
   at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs:line
807
   at System.Windows.Forms.ToolStrip.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:line
1210
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs:line
706
   at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef
m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
227
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
208
   at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:line
240
   at System.Windows.Forms.XplatUIX11.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3296
   at System.Windows.Forms.XplatUI.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
600
   at System.Windows.Forms.Application.RunLoop(Boolean Modal,
System.Windows.Forms.ApplicationContext context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
952
   at
System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext
context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
738
   at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
721
   at Cs_ObexFtp.Program.Main() in
/home/eric/Projects/CobexFtp/CobexFtp/cs-obexftp/trunk/Cs-ObexFtp/Cs-ObexFtp/Class/Program.cs:line
17

X11 Error encountered: 
  Error: BadDrawable (invalid Pixmap or Window parameter)
  Request:     53 (0)
  Resource ID: 0x4400489
  Serial:      7615
  Hwnd:        <null>
  Control:     <null>   at System.Environment.get_StackTrace() in
/root/tmp/mono-latest/mono-20080622/mcs/class/corlib/System/Environment.cs:line
203
   at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent
ByRef error_event) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
1873
   at System.Windows.Forms.XplatUIX11.XPending(IntPtr )
   at
System.Windows.Forms.XplatUIX11.UpdateMessageQueue(System.Windows.Forms.XEventQueue
queue) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
1506
   at System.Windows.Forms.XplatUIX11.GetMessage(System.Object queue_id, MSG
ByRef msg, IntPtr handle, Int32 wFilterMin, Int32 wFilterMax) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3639
   at System.Windows.Forms.XplatUI.GetMessage(System.Object queue_id, MSG ByRef
msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
720
   at System.Windows.Forms.Application.RunLoop(Boolean Modal,
System.Windows.Forms.ApplicationContext context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
868
   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:line
1746
   at System.Windows.Forms.Form.ShowDialog() in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:line
1671
   at Cs_ObexFtp.MainForm.ToolStripMenuItemoptionsClick(System.Object sender,
System.EventArgs e) in
/home/eric/Projects/CobexFtp/CobexFtp/cs-obexftp/trunk/Cs-ObexFtp/Cs-ObexFtp/Forms/MainForm.cs:line
185
   at System.Windows.Forms.ToolStripItem.OnClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:line
963
   at System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs:line
258
   at System.Windows.Forms.ToolStripMenuItem.HandleClick(System.EventArgs e) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs:line
482
   at System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs e,
ToolStripItemEventType met) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs:line
1721
   at
System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs
mea) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:line
958
   at
System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs
mea) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs:line
622
   at System.Windows.Forms.Control.WmLButtonUp(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5544
   at System.Windows.Forms.Control.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
5291
   at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs:line
807
   at System.Windows.Forms.ToolStrip.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs:line
1210
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message ByRef m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs:line
706
   at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef
m) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
227
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:line
208
   at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:line
240
   at System.Windows.Forms.XplatUIX11.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3296
   at System.Windows.Forms.XplatUI.DispatchMessage(MSG ByRef msg) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
600
   at System.Windows.Forms.Application.RunLoop(Boolean Modal,
System.Windows.Forms.ApplicationContext context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
952
   at
System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext
context) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
738
   at System.Windows.Forms.Application.Run(System.Windows.Forms.Form mainForm)
in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:line
721
   at Cs_ObexFtp.Program.Main() in
/home/eric/Projects/CobexFtp/CobexFtp/cs-obexftp/trunk/Cs-ObexFtp/Cs-ObexFtp/Class/Program.cs:line
17

X11 Error encountered: 
  Error: BadDrawable (invalid Pixmap or Window parameter)
  Request:     159 (4)
  Resource ID: 0x440048A
  Serial:      7616
  Hwnd:        <null>
  Control:     <null>   at System.Environment.get_StackTrace() in
/root/tmp/mono-latest/mono-20080622/mcs/class/corlib/System/Environment.cs:line
203
   at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent
ByRef error_event) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
1873
   at System.Windows.Forms.XplatUIX11.XPending(IntPtr )
   at
System.Windows.Forms.XplatUIX11.UpdateMessageQueue(System.Windows.Forms.XEventQueue
queue) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
1506
   at System.Windows.Forms.XplatUIX11.GetMessage(System.Object queue_id, MSG
ByRef msg, IntPtr handle, Int32 wFilterMin, Int32 wFilterMax) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:line
3639
   at System.Windows.Forms.XplatUI.GetMessage(System.Object queue_id, MSG ByRef
msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) in
/root/tmp/mono-latest/mono-20080622/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:line
720
etc ...............................


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list