Advertisement
Guest User

Untitled

a guest
May 31st, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Stacktrace:
  2.  
  3. at <unknown> <0xffffffff>
  4. at System.Windows.Forms.TextBoxBase.Draw (System.Drawing.Graphics,System.Drawing.Rectangle) [0x0000d] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs:1764
  5. at System.Windows.Forms.TextBoxBase.OnPaintInternal (System.Windows.Forms.PaintEventArgs) [0x00000] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs:1751
  6. at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message&) [0x00078] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5243
  7. at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x0015f] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5007
  8. at System.Windows.Forms.TextBoxBase.WndProc (System.Windows.Forms.Message&) [0x0020f] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs:1566
  9. at System.Windows.Forms.TextBox.WndProc (System.Windows.Forms.Message&) [0x00175] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs:658
  10. at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) [0x00000] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:228
  11. at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x00000] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:209
  12. at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) [0x0008e] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:240
  13. at System.Windows.Forms.XplatUIX11.DispatchMessage (System.Windows.Forms.MSG&) [0x00000] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:3583
  14. at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG&) [0x00000] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:605
  15. at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) [0x0036e] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:941
  16. at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) [0x00014] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:724
  17. at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) [0x00000] in /data_drive/imx6/rootfs_builder/buildrpihfp/tmp/work/i686-linux/mono-native/3.4.0-r0/mono-3.4.0/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:707
  18. at HelloWorldFormTB.Form1.Main () <IL 0x00006, 0x00037>
  19. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <IL 0x0004c, 0xffffffff>
  20.  
  21. Native stacktrace:
  22.  
  23.  
  24. Debug info from gdb:
  25.  
  26.  
  27. =================================================================
  28. Got a SIGABRT while executing native code. This usually indicates
  29. a fatal error in the mono runtime or one of the native libraries
  30. used by your application.
  31. =================================================================
  32.  
  33. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement