Bug 467090 - nspluginwrapper spews huge amounts of debug gunk
Summary: nspluginwrapper spews huge amounts of debug gunk
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nspluginwrapper
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-15 17:29 UTC by Dan Winship
Modified: 2008-10-20 22:12 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-16 12:13:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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