Guest User

Untitled

a guest
Oct 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. MONO_GC_PARAMS=bridge=Bridge ../mini/mono-sgen sgen-bridge.exe x MONO_GC_PARAMS=stack-mark=conservative,bridge=Bridge ../mini/mono-sgen sgen-bridge.exe
  2. Warning: Degraded allocation. Consider increasing nursery-size if the warning persists.
  3. Unable to find ip offset 0xc0 in callsite list of (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object).
  4. * Assertion: should not be reached at mini-gc.c:902
  5.  
  6. Stacktrace:
  7.  
  8. at <unknown> <0xffffffff>
  9. at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
  10. at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
  11. at System.Collections.ArrayList.EnsureCapacity (int) <0x00067>
  12. at System.Collections.ArrayList.Add (object) <0x0002f>
  13. at Driver.<Main>m__0 (object) <0x00052>
  14. at System.Threading.Thread.StartInternal () <0x0009d>
  15. at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>
  16.  
  17. Native stacktrace:
  18.  
  19. ../mini/mono-sgen() [0x4988c7]
  20. /lib/x86_64-linux-gnu/libpthread.so.0(+0xfc60) [0x7fa2dab87c60]
  21. /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x7fa2da816d05]
  22. /lib/x86_64-linux-gnu/libc.so.6(abort+0x186) [0x7fa2da81aab6]
  23. ../mini/mono-sgen() [0x5f92cb]
  24. ../mini/mono-sgen() [0x5f9403]
  25. ../mini/mono-sgen() [0x4b12a1]
  26. ../mini/mono-sgen() [0x5935f1]
  27. ../mini/mono-sgen() [0x598232]
  28. ../mini/mono-sgen() [0x59bf77]
  29. ../mini/mono-sgen() [0x59bfcf]
  30. ../mini/mono-sgen() [0x59f90a]
  31. ../mini/mono-sgen() [0x566093]
  32. ../mini/mono-sgen() [0x5663ec]
  33. [0x405ae186]
  34.  
  35. Debug info from gdb:
  36.  
  37. Could not attach to process. If your uid matches the uid of the target
  38. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  39. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  40. ptrace: Operation not permitted.
  41.  
  42. =================================================================
  43. Got a SIGABRT while executing native code. This usually indicates
  44. a fatal error in the mono runtime or one of the native libraries
  45. used by your application.
  46. =================================================================
  47.  
  48. Aborted
Add Comment
Please, Sign In to add comment