alberthrocks

Mono go *boom*

May 20th, 2011
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. albert@albert-PC ~/Tokens $ mono TokenIDE.exe
  2. System.Windows.Forms.SplitContainer doesn't implement interface System.ComponentModel.ISupportInitialize
  3.  
  4. Stacktrace:
  5.  
  6. at Test.TokenIDE.InitializeComponent () <0x00602>
  7. at Test.TokenIDE..ctor () <0x00023>
  8. at (wrapper remoting-invoke-with-check) Test.TokenIDE..ctor () <0xffffffff>
  9. at Test.Program.Main () <0x00039>
  10. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  11.  
  12. Native stacktrace:
  13.  
  14. mono() [0x80dd87b]
  15. [0x35640c]
  16. /lib/libc.so.6(abort+0x182) [0x13de42]
  17. mono() [0x8223122]
  18. mono() [0x8223161]
  19. mono() [0x80e1deb]
  20. [0x36dc74]
  21. [0x9c194c]
  22. [0x9c1900]
  23. [0xb3cf62]
  24. [0xb3d004]
  25. mono() [0x8060a18]
  26. mono(mono_runtime_invoke+0x40) [0x81458d0]
  27. mono(mono_runtime_exec_main+0xd6) [0x81495a6]
  28. mono(mono_main+0x184f) [0x80b8d9f]
  29. mono() [0x80571ca]
  30. /lib/libc.so.6(__libc_start_main+0xe7) [0x126ce7]
  31. mono() [0x8057011]
  32.  
  33. Debug info from gdb:
  34.  
  35. Could not attach to process. If your uid matches the uid of the target
  36. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  37. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  38. ptrace: Operation not permitted.
  39.  
  40. =================================================================
  41. Got a SIGABRT while executing native code. This usually indicates
  42. a fatal error in the mono runtime or one of the native libraries
  43. used by your application.
  44. =================================================================
  45.  
  46. Aborted
  47. albert@albert-PC ~/Tokens $
Advertisement
Add Comment
Please, Sign In to add comment