Advertisement
m01ar

moar.exe(5840) with MVM_JIT_DISABLE=1

Nov 21st, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. (gdb) attach 5840
  2. Attaching to process 5840
  3. [New Thread 5840.0xc18]
  4. [New Thread 5840.0x1848]
  5. [New Thread 5840.0x18ac]
  6. [New Thread 5840.0xf10]
  7. [New Thread 5840.0x19e8]
  8. Reading symbols from C:\rakudo\bin\moar.exe...done.
  9. 0x00000000777ab1d1 in ntdll!DbgBreakPoint () from C:\Windows\SYSTEM32\ntdll.dll
  10. (gdb) thread apply all bt
  11.  
  12. Thread 5 (Thread 5840.0x19e8):
  13. #0 0x00000000777ab1d1 in ntdll!DbgBreakPoint () from C:\Windows\SYSTEM32\ntdll.dll
  14. #1 0x00000000778393c8 in ntdll!DbgUiRemoteBreakin () from C:\Windows\SYSTEM32\ntdll.dll
  15. #2 0x00000000776359cd in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
  16. #3 0x000000007779385d in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
  17. #4 0x0000000000000000 in ?? ()
  18. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  19.  
  20. Thread 4 (Thread 5840.0xf10):
  21. #0 0x00000000777ab18a in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\Windows\SYSTEM32\ntdll.dll
  22. #1 0x00000000778396e4 in ntdll!DbgUiRemoteBreakin () from C:\Windows\SYSTEM32\ntdll.dll
  23. #2 0x00000000776359cd in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
  24. #3 0x000000007779385d in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
  25. #4 0x0000000000000000 in ?? ()
  26. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  27.  
  28. Thread 3 (Thread 5840.0x18ac):
  29. #0 0x00000000777a9aaa in ntdll!ZwRequestWaitReplyPort () from C:\Windows\SYSTEM32\ntdll.dll
  30. #1 0x00000000776418e8 in KERNEL32!GetConsoleMode () from C:\Windows\system32\kernel32.dll
  31. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  32.  
  33. Thread 2 (Thread 5840.0x1848):
  34. #0 0x00000000777ab17a in ntdll!ZwWaitForKeyedEvent () from C:\Windows\SYSTEM32\ntdll.dll
  35. #1 0x00000000778000a4 in ntdll!RtlSleepConditionVariableCS () from C:\Windows\SYSTEM32\ntdll.dll
  36. #2 0x000000007766b6f8 in SleepConditionVariableCS () from C:\Windows\system32\kernel32.dll
  37. #3 0x0000000069d30f90 in uv_cond_wait () from C:\rakudo\bin\moar.dll
  38. #4 0x0000000069c49733 in shift () from C:\rakudo\bin\moar.dll
  39. #5 0x0000000069c240fb in MVM_repr_shift_o () from C:\rakudo\bin\moar.dll
  40. #6 0x0000000069c80b5b in worker () from C:\rakudo\bin\moar.dll
  41. #7 0x0000000069bef065 in thread_initial_invoke () from C:\rakudo\bin\moar.dll
  42. #8 0x0000000069bc928f in MVM_interp_run () from C:\rakudo\bin\moar.dll
  43. #9 0x0000000069bef0ea in start_thread () from C:\rakudo\bin\moar.dll
  44. #10 0x0000000069d3079d in uv.thread_start () from C:\rakudo\bin\moar.dll
  45. #11 0x000007feff74415f in srand () from C:\Windows\system32\msvcrt.dll
  46. #12 0x000007feff746ebd in msvcrt!_ftime64_s () from C:\Windows\system32\msvcrt.dll
  47. #13 0x00000000776359cd in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
  48. #14 0x000000007779385d in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
  49. #15 0x0000000000000000 in ?? ()
  50. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  51.  
  52. Thread 1 (Thread 5840.0xc18):
  53. #0 0x00000000777a9aaa in ntdll!ZwRequestWaitReplyPort () from C:\Windows\SYSTEM32\ntdll.dll
  54. #1 0x00000000776418e8 in KERNEL32!GetConsoleMode () from C:\Windows\system32\kernel32.dll
  55. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  56. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement