Bug 464919

Summary: segfault running mozilla-plugin-config
Product: [Fedora] Fedora Reporter: Thomas J. Baker <tjb>
Component: nspluginwrapperAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: caillon, stransky, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-17 13:36:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
strace of plugin-config none

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...