http://bugs.winehq.org/show_bug.cgi?id=31633
Bug #: 31633 Summary: Netflix on Firefox hangs immediately with D3D critical section locked Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: ehoover@mines.edu CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 514eb695846b45c89c0fc0d56653d187f1840eec
Playing around with the Netflix Silverlight plugin on the latest git hangs immediately with the following critical section lock: err:ntdll:RtlpWaitForCriticalSection section 0xf708b9b8 "wined3d_main.c: wined3d_cs" wait timed out in thread 008d, blocked by 0053, retrying (60 sec)
This can be tested more easily (without a Netflix account) by using this test site: http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/Default.html
Regression test results: === 514eb695846b45c89c0fc0d56653d187f1840eec is the first bad commit commit 514eb695846b45c89c0fc0d56653d187f1840eec Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 4 15:03:04 2012 +0200
winex11: Store the rectangle of the GL drawable and use it when updating the window size.
:040000 040000 c02b6dc1c8940fc75d22753888c3fba415848f38 a5a07991ea9141a1f14275d875f27de77ae54c47 M dlls ===
http://bugs.winehq.org/show_bug.cgi?id=31633
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-09-07 04:11:12 CDT --- Probably dup of bug 31406.
*** This bug has been marked as a duplicate of bug 31406 ***
http://bugs.winehq.org/show_bug.cgi?id=31633
--- Comment #2 from Erich Hoover ehoover@mines.edu 2012-09-07 12:51:03 CDT --- Created attachment 41602 --> http://bugs.winehq.org/attachment.cgi?id=41602 Patch for Netflix hang
(In reply to comment #1)
Probably dup of bug 31406.
*** This bug has been marked as a duplicate of bug 31406 ***
Are you certain this is a duplicate? The attached patch fixes the problem, and it doesn't appear to have anything to do with D3D.
http://bugs.winehq.org/show_bug.cgi?id=31633
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-09-07 12:59:10 CDT --- You should get a backtrace of the hanging threads.
http://bugs.winehq.org/show_bug.cgi?id=31633
--- Comment #4 from Erich Hoover ehoover@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.
http://bugs.winehq.org/show_bug.cgi?id=31633
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |00cpxxx@gmail.com
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com 2012-09-13 08:20:52 CDT --- Closing.