LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-14-2008, 09:05 PM   #1
Vetruvet
Member
 
Registered: Jan 2008
Distribution: openSUSE 11.2
Posts: 42

Rep: Reputation: 15
nspluginviewer crashes when viewing flash files in Konqueror (SIGSEGV signal)


Anytime I go to a website with Flash content, Konqueror will give the crash handler message when I leave the page.

I've read somewhere that you need to link Firefox's flash plugin to konqueror's (maybe I said that backwards). Would that help? If so, where do I put the link (I know where FF keeps its plugins)?

If that doesn't solve the problem, how should I go about solving it?
Do you need any additional info from me?

Thanks
 
Old 04-15-2008, 02:26 PM   #2
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Rep: Reputation: 31
What you are experiencing is a well known issue and has been discussed over and over again on various bugtrackers and mailing lists. The bug lies in GTK+2 version 1.10.something and above. The fix is a one-line patch which you can find on the internet. Depending on your distribution (binary or source) you can recompile GTK+2 with the patch or tell your distribution to fix it.

This is really GTK's job since they're the ones who released the code, but this bug has been floating around since September and still they haven't bothered to fix it.
 
Old 04-16-2008, 09:50 AM   #3
Vetruvet
Member
 
Registered: Jan 2008
Distribution: openSUSE 11.2
Posts: 42

Original Poster
Rep: Reputation: 15
Could you point me in the direction of that patch?

Thanks
 
Old 04-16-2008, 11:36 AM   #4
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Rep: Reputation: 31
The patch is as follows:

Code:
--- gtk/gtkclipboard.c  2007-08-31 16:52:48.000000000 +0200
+++ gtk/gtkclipboard.c  2007-08-31 16:53:16.000000000 +0200
@@ -287,6 +287,7 @@
 gtk_clipboard_get_for_display (GdkDisplay *display,
                               GdkAtom     selection)
 {
+  g_return_val_if_fail (display != NULL, NULL);
   g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
   g_return_val_if_fail (!display->closed, NULL);
(Apply it to the GTK+2 base directory before compiling)
 
Old 04-17-2008, 05:45 AM   #5
Vetruvet
Member
 
Registered: Jan 2008
Distribution: openSUSE 11.2
Posts: 42

Original Poster
Rep: Reputation: 15
Unfortunately, that didn't work. Maybe the patch is only for certain version(s) of GTK+?

I downloaded the latest source from their website, added the line to gtk/gtkclipboard.c, and did:
./configure
make
make install

Then, I went to youtube in Konqueror, and got the same SIGSEGV crash message when I navigated away from the page.
 
Old 04-17-2008, 11:35 AM   #6
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Rep: Reputation: 31
Could be because your flash is too new. Versions above 9.0.48.0 seem to be broken. 9.0.115.0 seems to work in Gentoo, but I don't know how they do it. Try looking for some Gentoo patches for GTK+2, flash and kdebase/kdelibs.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
konqueror crashes when viewing / dir nildarb Fedora 1 12-01-2006 12:02 PM
Kaffeine 0.5 crashes - signal 11 (SIGSEGV) Toonses82 Linux - Software 2 02-02-2005 09:11 AM
k3b crashes with signal 11 sigsegv cf050 Linux - Software 0 11-19-2004 09:39 AM
Konqueror crashed and caused the signal 11 (SIGSEGV) bill.692 Linux - Software 1 04-29-2004 11:15 AM
Konqueror Crashes (SIGSEGV) charliedigital Linux - General 1 05-05-2002 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration