Advertisement
Guest User

Untitled

a guest
May 31st, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. Stacktrace:
  2.  
  3. at <unknown> <0xffffffff>
  4. at System.Windows.Forms.TextBoxBase.Draw (System.Drawing.Graphics,System.Drawing.Rectangle) <IL 0x00015, 0x000b3>
  5. at System.Windows.Forms.TextBoxBase.OnPaintInternal (System.Windows.Forms.PaintEventArgs) <IL 0x0000d, 0x00063>
  6. at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message&) <IL 0x0007a, 0x0017f>
  7. at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <IL 0x00161, 0x00223>
  8. at System.Windows.Forms.TextBoxBase.WndProc (System.Windows.Forms.Message&) <IL 0x00211, 0x00327>
  9. at System.Windows.Forms.TextBox.WndProc (System.Windows.Forms.Message&) <IL 0x00177, 0x001db>
  10. at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <IL 0x00007, 0x0002b>
  11. at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <IL 0x0000c, 0x0003b>
  12. at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <IL 0x00091, 0x002e3>
  13. at System.Windows.Forms.XplatUIX11.DispatchMessage (System.Windows.Forms.MSG&) <IL 0x00018, 0x00023>
  14. at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG&) <IL 0x00006, 0x00033>
  15. at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <IL 0x0036e, 0x00bc3>
  16. at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) <IL 0x00016, 0x00067>
  17. at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <IL 0x00006, 0x00033>
  18. at HelloWorldFormTB.Form1.Main () <IL 0x00005, 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. [Thread debugging using libthread_db enabled]
  27. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  28. [New Thread 0xb5b7b430 (LWP 5766)]
  29. 0xb6ec9a3c in waitpid () from /lib/arm-linux-gnueabihf/libpthread.so.0
  30. Id Target Id Frame
  31. 2 Thread 0xb5b7b430 (LWP 5766) "mono" 0xb6ec7700 in sem_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  32. * 1 Thread 0xb6f9c000 (LWP 5765) "mono" 0xb6ec9a3c in waitpid () from /lib/arm-linux-gnueabihf/libpthread.so.0
  33.  
  34. Thread 2 (Thread 0xb5b7b430 (LWP 5766)):
  35. #0 0xb6ec7700 in sem_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  36. #1 0x001fff10 in mono_sem_wait (sem=0x2f523c, alertable=1) at mono-semaphore.c:119
  37. #2 0x0017db28 in finalizer_thread (unused=<optimized out>) at gc.c:1073
  38. #3 0x001625b4 in start_wrapper_internal (data=0x19c9e10) at threads.c:643
  39. #4 start_wrapper (data=0x19c9e10) at threads.c:688
  40. #5 0x001f5c30 in thread_start_routine (args=0x1977f00) at wthreads.c:294
  41. #6 0x00204268 in inner_start_thread (arg=0x1977ef4) at mono-threads-posix.c:49
  42. #7 0xb6ec0bfc in start_thread () from /lib/arm-linux-gnueabihf/libpthread.so.0
  43. #8 0xb6e2d868 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
  44. #9 0xb6e2d868 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
  45. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  46.  
  47. Thread 1 (Thread 0xb6f9c000 (LWP 5765)):
  48. #0 0xb6ec9a3c in waitpid () from /lib/arm-linux-gnueabihf/libpthread.so.0
  49. #1 0x000b2148 in mono_handle_native_sigsegv (signal=<optimized out>, ctx=<optimized out>) at mini-exceptions.c:2299
  50. #2 <signal handler called>
  51. #3 0xb6d8ebfc in raise () from /lib/arm-linux-gnueabihf/libc.so.6
  52. #4 0xb6d9297c in abort () from /lib/arm-linux-gnueabihf/libc.so.6
  53. #5 0x000136fc in ?? ()
  54. Cannot access memory at address 0x0
  55. #6 0x000136fc in ?? ()
  56. Cannot access memory at address 0x0
  57. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  58.  
  59. =================================================================
  60. Got a SIGABRT while executing native code. This usually indicates
  61. a fatal error in the mono runtime or one of the native libraries
  62. used by your application.
  63. =================================================================
  64.  
  65. Aborted
  66. pi@raspberrypi ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement