Advertisement
Guest User

Untitled

a guest
May 31st, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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/buildhfp/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, 0x0002f>
  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. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  27. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  28. 0x446684b0 in waitpid () from /lib/libpthread.so.0
  29. Id Target Id Frame
  30. * 1 process 1254 "mono" 0x446684b0 in waitpid () from /lib/libpthread.so.0
  31.  
  32. Thread 1 (process 1254):
  33. #0 0x446684b0 in waitpid () from /lib/libpthread.so.0
  34. #1 0x000b4834 in ?? ()
  35. Cannot access memory at address 0x8
  36.  
  37. =================================================================
  38. Got a SIGABRT while executing native code. This usually indicates
  39. a fatal error in the mono runtime or one of the native libraries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement