[Bug 764269] New: threading issue in libvdpau / flash plugin 11.2.202.235-21.1 crashes in firefox and chrome after online update
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c0 Summary: threading issue in libvdpau / flash plugin 11.2.202.235-21.1 crashes in firefox and chrome after online update Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Critical Priority: P5 - None Component: Firefox AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: meissner@suse.com QAContact: qa-bugs@suse.de CC: sndirsch@suse.com, dmueller@suse.com, wolfgang@rosenauer.org Depends on: 761975 Found By: --- Blocker: --- (copy of public facing bug which ahs too many people cced) i debugged flash-player a bit export MOZ_X_SYNC=1 firefox& gdb attach to plugin container wait for crash bt I get different backtraces every time, but libvdpau* and the main plugin gtk2 window are involved always. I attach the full backtrace too, but I see an assertion trigger: Thread 21 (Thread 0x7fc43dd2e700 (LWP 19486)): #0 0x00007fc46d098ab5 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007fc46d099fb6 in abort () at abort.c:92 #2 0x00007fc46d091385 in __assert_fail (assertion=0x7fc469dbc050 "req == dpy->xcb->pending_requests", file=<value optimized out>, line=140, function=<value optimized out>) at assert.c:81 #3 0x00007fc469d464b1 in dequeue_pending_request (dpy=<value optimized out>, req=<value optimized out>) at xcb_io.c:140 #4 0x00007fc469d473f8 in _XReply (dpy=0x7fc464465000, rep=0x7fc43dd2d810, extra=0, discard=1) at xcb_io.c:563 #5 0x00007fc469d42b13 in XSync (dpy=0x7fc464465000, discard=0) at Sync.c:44 #6 0x00007fc469d42bbb in _XSyncFunction (dpy=<value optimized out>) at Synchro.c:35 No locals. #7 0x00007fc457037135 in ?? () from /usr/lib64/vdpau/libvdpau_nvidia.so.1 No symbol table info available. Thread 1 (Thread 0x7fc46fb43820 (LWP 19434)): #0 0x00007fc469d47265 in _XReply (dpy=0x7fc464465000, rep=0x7fff326344e0, extra=0, discard=1) at xcb_io.c:527 #1 0x00007fc469d42b13 in XSync (dpy=0x7fc464465000, discard=0) at Sync.c:44 #2 0x00007fc469d42bbb in _XSyncFunction (dpy=<value optimized out>) at Synchro.c:35 #3 0x00007fc469d28514 in XFreeGC (dpy=0x7fc464465000, gc=0x7fc464424740) at FreeGC.c:45 #4 0x00007fc4683cb5d8 in gdk_gc_x11_finalize (object=0x7fc45cb13040) at gdkgc-x11.c:84 #5 0x00007fc46a752114 in g_object_unref () from /lib64/libgobject-2.0.so.0 #6 0x00007fc46232e219 in ?? () from /usr/lib64/browser-plugins/libflashplayer.so The problem is here that _XReply is entered twice. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c1 --- Comment #1 from Marcus Meissner <meissner@suse.com> 2012-05-26 10:15:31 UTC --- Created an attachment (id=492582) --> (http://bugzilla.novell.com/attachment.cgi?id=492582) backtrace1.log backtrace1.log -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c2 --- Comment #2 from Marcus Meissner <meissner@suse.com> 2012-05-26 10:16:19 UTC --- Created an attachment (id=492583) --> (http://bugzilla.novell.com/attachment.cgi?id=492583) backtrace2.log another backtrace from another crash, here the mesa_dri2 part is in the trace, not the binary only nvidia driver -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c3 --- Comment #3 from Marcus Meissner <meissner@suse.com> 2012-05-26 10:23:16 UTC --- libvdpau mesa_dri2 does seem to use LockDisplay() and it seems to get called, and I hope that gtk2 does that too (although not checked). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c4 --- Comment #4 from Marcus Meissner <meissner@suse.com> 2012-05-26 11:18:33 UTC --- does something need XInitThreads, or better locking? :/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c5 --- Comment #5 from Stefan Dirsch <sndirsch@suse.com> 2012-05-29 08:49:49 UTC --- Daniel (@NVIDIA), have you already heard about that issue? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c Niko Abramski <nabramski@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |764990 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c7 --- Comment #7 from Daniel Dadap <ddadap@nvidia.com> 2012-06-07 16:21:11 UTC --- Stefan et al., We tried to reproduce this but were unable. What versions of firefox and chrome are used here? Do you have any specific reproduction steps? (e.g. sites to visit; videos to play) Does it seem to make a different which window manager is used or if any particular window manager options are necessary? An nvidia-bug-report.log file would be helpful too, to capture the system configuration. Can you please provide a link to the referenced public facing report? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |meissner@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c8 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nabramski@gmail.com --- Comment #8 from Stefan Dirsch <sndirsch@suse.com> 2012-06-27 15:01:42 UTC --- *** Bug 764990 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=764990 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c9 --- Comment #9 from Daniel Dadap <ddadap@nvidia.com> 2012-07-06 02:20:13 UTC --- By the way, we have reproduced this bug in house, and we have also confirmed that it doesn't reproduce with version 11.2.202.236. We believe this is a bug in Flash's use of VDPAU, which has since been fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c10 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |meissner@suse.com InfoProvider|meissner@suse.com | --- Comment #10 from Marcus Meissner <meissner@suse.com> 2012-07-06 08:22:01 UTC --- i reenabled /etc/adobe/mms.cfg with EnableLinuxHWVideoDecode=1 on 11.4 with flash-player-11.2.202.236-17.1.x86_64 and youtube works without crsh. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c Bug 764269 depends on bug 761975, which changed state. Bug 761975 Summary: flash plugin 11.2.202.235-21.1 crashes in firefox and chrome after online update http://bugzilla.novell.com/show_bug.cgi?id=761975 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Status|NEEDINFO |NEW Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c11 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|sndirsch@suse.com | --- Comment #11 from Stefan Dirsch <sndirsch@suse.com> 2012-12-12 13:32:47 UTC --- Ok. So please close this bug, since it has been resolved by Adobe apparently. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=764269 https://bugzilla.novell.com/show_bug.cgi?id=764269#c12 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Marcus Meissner <meissner@suse.com> 2013-01-08 10:58:21 UTC --- likelky fixed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com