davidsansome / gtk-qt-engine

Automatically exported from code.google.com/p/gtk-qt-engine
7 stars 4 forks source link

flash-player 9.0.115.0 crashes in konqueror when gtk-qt-engine is enabled #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(Issue imported from Trac - maacruz@gmail.com)

Using latest kdelibs and kdebase-nsplugin with support for latest security 
patched flash-player (which requires XEmbed extension), in opensuse 10.3. 
If gtk-qt-engine is enabled, flash-player plugin will crash in konqueror. 
Firefox and commandline standalone flash-player work fine.

Messages in command line:

miguel@enol:/tmp> konqueror http://cartoonnetwork.es
Flash Player: Warning: environment variable G_FILENAME_ENCODING is set and 
is not UTF-8
Adobe Flash Player: gtk_clipboard_get(GDK_SELECTION_PRIMARY); failed. 
Trying to call gtk_init(0,0);
The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 92 error_code 3 request_code 18 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() 
function.)
KCrash: Application 'nspluginviewer' crashing...
Unable to start Dr. Konqi

Trace:

Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
...
[Thread debugging using libthread_db enabled]
[New Thread 0xb6912ac0 (LWP 13078)]
[New Thread 0xb4046b90 (LWP 13086)]
[New Thread 0xb4920b90 (LWP 13085)]
(no debugging symbols found)
...
[KCrash handler]
#6  0xb6bb4440 in pthread_mutex_lock () from /lib/libpthread.so.0
#7  0xb6c92d26 in pthread_mutex_lock () from /lib/libc.so.6
#8  0xb6114b08 in ?? () from /usr/lib/browser-plugins/libflashplayer.so
#9  0xb4947024 in ?? ()
#10 0xb666ae20 in ?? () from /usr/lib/browser-plugins/libflashplayer.so
#11 0xbfa48fa8 in ?? ()
#12 0xb666ae20 in ?? () from /usr/lib/browser-plugins/libflashplayer.so
#13 0xb66ab3e0 in ?? () from /usr/lib/browser-plugins/libflashplayer.so
#14 0x00000060 in ?? ()
#15 0xbfa48fd8 in ?? ()
#16 0xb616b592 in ?? () from /usr/lib/browser-plugins/libflashplayer.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Original issue reported on code.google.com by davidsansome on 1 Apr 2009 at 2:03