Bug 117676
Summary: | aumix produces debug info on start | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Scott Sloan <devscott> | ||||
Component: | gpm | Assignee: | Eido Inoue <havill> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | rawhide | CC: | moritz, rh-bugzilla | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 1.20.1-46 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-03-31 20:10:48 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 114961 | ||||||
Attachments: |
|
Description
Scott Sloan
2004-03-07 00:06:27 UTC
Created attachment 98348 [details]
picture of the problem
This is coming from libgpm. my version of gpm is gpm-1.20.1-43 Same problem in w3m here. These messages are to stderr, so calling the program using "program 2>/dev/null" temporarily works around this problem, but it's a really really big pain. fixed in the latest builds This bug reappears in FC2 test2 *** Bug 98210 has been marked as a duplicate of this bug. *** I'm still seeing this in gpm-1.20.1-46, but with w3m, not with aumix. They must be using different calls? w3m and aumix are both linked dynamically against libgpm.so.1. w3m is self-built (CVS version), not from Fedora. Check the linkage. The string "VC: " appears only once in liblow.c, and has been commented out with a "#if 0", so I don't understand how you can still be receiving that diagnostic msg I now understand how I can still be receiving messages - they're different messages. ;-) This may be a different bug: I get messages only when running w3m in rxvt: *** err [lib/liblow.c(266)]: strncmp/isdigit/consolename failed [lib/liblow.c(377)]: Oh, oh, it's an error! possibly I die! w3m keeps running. If I remove the offending source around line 266, w3m actually segfaults. I'll check whether this has to do with my w3m build and post a new bug report. Thanks, Moritz |