Bug 104325 - gplflash crashes firefox
Summary: gplflash crashes firefox
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Firefox (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Wolfgang Rosenauer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 07:39 UTC by peter czanik
Modified: 2005-08-16 13:45 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peter czanik 2005-08-12 07:39:25 UTC
Gplflash crashes firefox on first login. I really mean login. After I log out
and log in again, it works fine, but until that it segfaults firefox after a few
pages.
Comment 1 Greg Edwards 2005-08-12 19:14:01 UTC
I can reproduceably hit this by trying to visit the following URL:

http://www.novell.com/products/ifolder/ifolder_flash_cont/novell_ifolder.html

Running firefox in the shell:

NP_Initialize
New
SetWindow
Destroy

Gdk-ERROR **: The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadShmSeg (invalid shared segment parameter)'.
  (Details: serial 31 error_code 166 request_code 146 minor_code 2)
  (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.)
aborting...
/usr/bin/firefox: line 251: 11395 Trace/breakpoint trap   $MOZ_PROGRAM $MOZ_LANG
Comment 2 Wolfgang Rosenauer 2005-08-15 20:01:38 UTC
gplflash in its current version is almost unusable. I tend to not link it to the
firefox plugin dir. Takashi?
Comment 3 Takashi Iwai 2005-08-16 10:23:12 UTC
Many flash pages are available only from web browser, so removing from the
plugin will makes it harder to use.

Basically it makes no sense to install both flash-player and gplflash.  So,
better to add a conflict flag in spec file?
Comment 4 Takashi Iwai 2005-08-16 11:14:10 UTC
The confliction is avoided in add-plugins.sh, anyway, so my suggestion is
meaningless.

The best would be to fix the seg-fault bug, of course.  But as a temporary
workaround, I'll remove the link in the gplflash package, since I have no time
to debug this.
Comment 5 Takashi Iwai 2005-08-16 13:45:10 UTC
Disabled the plugin in spec file as a temporary solution.