Advertisement
mogorva

deadlock_winedbg

May 25th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Wine-dbg>info proc
  2. pid threads executable (all id:s are in hex)
  3. 0000000e 6 'services.exe'
  4. 00000019 3 \_ 'plugplay.exe'
  5. 00000012 4 \_ 'winedevice.exe'
  6. 00000008 4 'DEADLOCK.EXE'
  7. 00000020 5 \_ 'explorer.exe'
  8. Wine-dbg>attach 0x08
  9. 0xb77c1be0 __kernel_vsyscall+0x10 in [vdso].so: popl %ebp
  10. Wine-dbg>bt
  11. Backtrace:
  12. =>0 0xb77c1be0 __kernel_vsyscall+0x10() in [vdso].so (0x0033fb48)
  13. 1 0xb75b0f3f pthread_sigmask+0x3e() in libpthread.so.0 (0x0033fb48)
  14. 2 0x7bc7640b wine_server_call+0xfa(req_ptr=0x33fb70) [/home/gyebro/sources/wine-git/dlls/ntdll/server.c:311] in ntdll (0x0033fb48)
  15. 3 0x7bc82168 NtSuspendThread+0x57(handle=<couldn't compute location>, count=<couldn't compute location>) [/home/gyebro/sources/wine-git/dlls/ntdll/thread.c:625] in ntdll (0x0033fbf8)
  16. 4 0x7b87285c SuspendThread+0x1b(hthread=<couldn't compute location>) [/home/gyebro/sources/wine-git/dlls/kernel32/thread.c:252] in kernel32 (0x0033fc38)
  17. 5 0x20009444 in wail32 (+0x9443) (0x0033fcb8)
  18. 6 0x7ea1c82a waveOutOpen+0x119(lphWaveOut=<is not available>, uDeviceID=<is not available>, lpFormat=<is not available>, dwCallback=<is not available>, dwInstance=<is not available>, dwFlags=<is not available>) [/home/gyebro/sources/wine-git/dlls/winmm/waveform.c:374] in winmm (0x0033fd38)
  19. 7 0x20009579 in wail32 (+0x9578) (0x0033fde4)
  20. 8 0x0033fe0c (0x001a3590)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement