[Bug 31633] Netflix on Firefox hangs immediately with D3D critical section locked

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 7 13:11:06 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31633

--- Comment #4 from Erich Hoover <ehoover at mines.edu> 2012-09-07 13:11:06 CDT ---
(In reply to comment #3)
> You should get a backtrace of the hanging threads.

Relevant lock:
err:ntdll:RtlpWaitForCriticalSection section 0xf70f4998 "wined3d_main.c:
wined3d_cs" wait timed out in thread 0041, blocked by 0046, retrying (60 sec)

Wine-dbg>bt 0x41
Backtrace:
=>0 0xf7714430 __kernel_vsyscall+0x10() in [vdso].so (0x00000000)
  1 0xf74c1297 syscall+0x26() in libc.so.6 (0x00000000)
  2 0x7bc349be RtlpWaitForCriticalSection+0x15d(crit=0xf70f4998)
[/home/ehoover/src/wine-git/dlls/ntdll/critsection.c:69] in ntdll (0x0033ed9c)
  3 0x7bc35335 RtlEnterCriticalSection+0x44(crit=0xf70f4998)
[/home/ehoover/src/wine-git/dlls/ntdll/critsection.c:555] in ntdll (0x0033edcc)
  4 0xf70b75b0 wined3d_mutex_lock+0x1f()
[/home/ehoover/src/wine-git/dlls/wined3d/wined3d_main.c:373] in wined3d
(0x0033edec)
  5 0xf719c86b texture_init+0x2a(texture=0x2098a58, device=0x1fea260,
width=0x1b, height=0x8, levels=0x1, usage=0, format=D3DFMT_A8R8G8B8,
pool=D3DPOOL_DEFAULT) [/home/ehoover/src/wine-git/dlls/d3d9/texture.c:1317] in
d3d9 (0x0033ee3c)
  6 0xf7191221 d3d9_device_CreateTexture+0xb0(iface=0x1fea260, width=0x1b,
height=0x8, levels=0x1, usage=0, format=D3DFMT_A8R8G8B8, pool=D3DPOOL_DEFAULT,
texture=0x33eee4, shared_handle=(nil))
[/home/ehoover/src/wine-git/dlls/d3d9/device.c:724] in d3d9 (0x0033eeac)
...

Wine-dbg>bt 0x46
Backtrace:
=>0 0xf7714430 __kernel_vsyscall+0x10() in [vdso].so (0x022de284)
  1 0xf74b69be __poll+0x7d(fds=0x22de284, nfds=0x1, timeout=0xffffffff)
[/build/buildd/eglibc-2.13/io/../sysdeps/unix/sysv/linux/poll.c:87] in
libc.so.6 (0x022de284)
  2 0x7dfa5000 in libxcb.so.1 (+0x6fff) (0x022de284)
  3 0x7dfa6930 xcb_wait_for_reply+0x10f() in libxcb.so.1 (0x00000411)
  4 0x7e015782 _XReply+0x101() in libx11.so.6 (0x022de488)
  5 0x7e010e76 XSync+0x65() in libx11.so.6 (0x022de488)

So, it does sound like a duplicate - sorry for the noise.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list