Bug 467090

Summary: nspluginwrapper spews huge amounts of debug gunk
Product: [Fedora] Fedora Reporter: Dan Winship <danw>
Component: nspluginwrapperAssignee: Martin Stransky <stransky>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: caillon, stransky, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-16 12:13:53 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:

Description Dan Winship 2008-10-15 17:29:17 UTC
my ~/.xsession-errors file is full of:

../src/npw-wrapper.c:2833../src/npw-wrapper.c:2885../src/npw-viewer.c:2525../src/npw-viewer.c:2492../src/npw-viewer.c:2517../src/npw-viewer.c:2519../src/npw-wrapper.c:2624../src/npw-wrapper.c:1387../src/npw-viewer.c:2628../src/npw-viewer.c:2607../src/npw-viewer.c:1195../src/npw-wrapper.c:247../src/npw-viewer.c:1198../src/npw-viewer.c:773../src/npw-wrapper.c:300../src/npw-wrapper.c:292../src/npw-wrapper.c:294../src/npw-viewer.c:708../src/npw-viewer.c:741../src/npw-viewer.c:747../src/npw-viewer.c:2129../src/npw-viewer.c:2131../src/npw-viewer.c:1847../src/npw-viewer.c:1850../src/npw-viewer.c:2129../src/npw-viewer.c:2131../src/npw-viewer.c:1697../src/npw-viewer.c:1522../src/npw-viewer.c:1701../src/npw-viewer.c:2072../src/npw-viewer.c:2091../src/npw-viewer.c:1647...etc etc etc

this appears to be caused by rev 1.3 of nspluginwrapper-1.1.0-build.patch:

-+#define bug npw_dprintf("%s:%d",__FILE__,__LINE__);npw_dprintf
++#define bug fprintf(stderr,"%s:%d",__FILE__,__LINE__);npw_dprintf

which now causes the line numbers to be printed even if NPW_DEBUG isn't set

Comment 1 Martin Stransky 2008-10-15 21:23:27 UTC
Hm, I wonder how it happens that we have the fprintf there...seems to be a side-effect of the 1.1.0 upgrade....

Comment 2 Fedora Update System 2008-10-16 12:10:57 UTC
nspluginwrapper-1.1.2-1.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/nspluginwrapper-1.1.2-1.fc9

Comment 3 Martin Stransky 2008-10-16 12:13:53 UTC
fixed in rawhide

Comment 4 Fedora Update System 2008-10-20 22:12:49 UTC
nspluginwrapper-1.1.2-1.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.