Bug 464919 - segfault running mozilla-plugin-config
Summary: segfault running mozilla-plugin-config
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nspluginwrapper
Version: rawhide
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-01 13:12 UTC by Thomas J. Baker
Modified: 2008-10-17 13:36 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-17 13:36:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
strace of plugin-config (4.17 KB, text/plain)
2008-10-01 13:12 UTC, Thomas J. Baker
no flags Details

Description Thomas J. Baker 2008-10-01 13:12:20 UTC
Created attachment 318191 [details]
strace of plugin-config

Started happening with the update to nspluginwrapper-1.1.0-7.fc10.x86_64 and continues with the koji version nspluginwrapper-1.1.0-9.fc10.x86_64. I've added a -x to mozilla-plugin-wrapper here:

[root@continuity koji]# mozilla-plugin-config -f -i
++ uname -m
+ MOZ_ARCH=x86_64
+ case $MOZ_ARCH in
+ MOZ_LIB_DIR=/usr/lib64
+ SECONDARY_LIB_DIR=/usr/lib
+ '[' '!' -x /usr/lib64/nspluginwrapper/plugin-config ']'
+ WRAPPER_LIB_DIR=/usr/lib64
+ . /etc/sysconfig/nspluginwrapper
++ export 'IGNORE_WRAP=libtotem*:libjavaplugin*:gecko-mediaplayer*:mplayerplug-in*'
++ IGNORE_WRAP='libtotem*:libjavaplugin*:gecko-mediaplayer*:mplayerplug-in*'
++ export IGNORE_LINK=
++ IGNORE_LINK=
+ '[' 2 -eq 0 ']'
+ /usr/lib64/nspluginwrapper/plugin-config -f -i
/usr/bin/mozilla-plugin-config: line 73: 11100 Segmentation fault      $WRAPPER_LIB_DIR/nspluginwrapper/plugin-config $*
[root@continuity koji]# 

I've attached an strace which seems to show it segfaulting when seeking the flash plugin.

Comment 1 Martin Stransky 2008-10-17 09:44:45 UTC
Can you check the latest package (1.1.12)?

Comment 2 Thomas J. Baker 2008-10-17 12:26:51 UTC
This actually resolved itself when I updated to flash 10. Would there be any reason that it wouldn't work with flash 9?

Comment 3 Martin Stransky 2008-10-17 13:36:56 UTC
I guess it's the problem with missing libcurl, it should be fixed now. closing...


Note You need to log in before you can comment on or make changes to this bug.