Advertisement
m01ar

moar.exe(2168)

Nov 21st, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. (gdb) thread apply all bt
  2.  
  3. Thread 4 (Thread 2168.0x182c):
  4. #0 0x00000000777ab1d1 in ntdll!DbgBreakPoint () from C:\Windows\SYSTEM32\ntdll.dll
  5. #1 0x00000000778393c8 in ntdll!DbgUiRemoteBreakin () from C:\Windows\SYSTEM32\ntdll.dll
  6. #2 0x00000000776359cd in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
  7. #3 0x000000007779385d in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
  8. #4 0x0000000000000000 in ?? ()
  9. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  10.  
  11. Thread 3 (Thread 2168.0x1af4):
  12. #0 0x00000000777a9aaa in ntdll!ZwRequestWaitReplyPort () from C:\Windows\SYSTEM32\ntdll.dll
  13. #1 0x00000000776418e8 in KERNEL32!GetConsoleMode () from C:\Windows\system32\kernel32.dll
  14. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  15.  
  16. Thread 2 (Thread 2168.0x11b4):
  17. #0 0x00000000777ab17a in ntdll!ZwWaitForKeyedEvent () from C:\Windows\SYSTEM32\ntdll.dll
  18. #1 0x00000000778000a4 in ntdll!RtlSleepConditionVariableCS () from C:\Windows\SYSTEM32\ntdll.dll
  19. #2 0x000000007766b6f8 in SleepConditionVariableCS () from C:\Windows\system32\kernel32.dll
  20. #3 0x0000000069d30f90 in uv_cond_wait () from C:\rakudo\bin\moar.dll
  21. #4 0x0000000069c49733 in shift () from C:\rakudo\bin\moar.dll
  22. #5 0x0000000069c240fb in MVM_repr_shift_o () from C:\rakudo\bin\moar.dll
  23. #6 0x0000000069c80b5b in worker () from C:\rakudo\bin\moar.dll
  24. #7 0x0000000069bef065 in thread_initial_invoke () from C:\rakudo\bin\moar.dll
  25. #8 0x0000000069bc928f in MVM_interp_run () from C:\rakudo\bin\moar.dll
  26. #9 0x0000000069bef0ea in start_thread () from C:\rakudo\bin\moar.dll
  27. #10 0x0000000069d3079d in uv.thread_start () from C:\rakudo\bin\moar.dll
  28. #11 0x000007feff74415f in srand () from C:\Windows\system32\msvcrt.dll
  29. #12 0x000007feff746ebd in msvcrt!_ftime64_s () from C:\Windows\system32\msvcrt.dll
  30. #13 0x00000000776359cd in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
  31. #14 0x000000007779385d in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
  32. #15 0x0000000000000000 in ?? ()
  33. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  34.  
  35. Thread 1 (Thread 2168.0x161c):
  36. #0 0x00000000777a9aaa in ntdll!ZwRequestWaitReplyPort () from C:\Windows\SYSTEM32\ntdll.dll
  37. #1 0x00000000776418e8 in KERNEL32!GetConsoleMode () from C:\Windows\system32\kernel32.dll
  38. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement