please reduce the number of lines printed to stdout/stderr
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FoxtrotGPS |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
When I start foxtrotgps (0.99.4+debian3-1 from debian unstable on amd64) its prints a staggering number of confusing messages:
$ foxtrotgps
(foxtrotgps:13746): Gtk-CRITICAL **: gtk_toolbar_
(foxtrotgps:13746): Gtk-CRITICAL **: gtk_toolbar_
REPOLIST == NULL
gconf GPSD address not set
gconf GPSD port not set
*** on_drawingarea1
pixmap created
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
* mouse drag +8events
map_redraw: hmm, in the last 500ms another DL started - still one thread running
close(33) in netlib_
* mouse drag +8events
close(14) in netlib_
close(14) in netlib_
* mouse drag +8events
close(14) in netlib_
close(33) in netlib_
map_redraw: hmm, in the last 500ms another DL started - still one thread running
close(14) in netlib_
close(31) in netlib_
close(20) in netlib_
map_redraw: hmm, in the last 500ms another DL started - still one thread running
close(14) in netlib_
* mouse drag +8events
close(39) in netlib_
close(14) in netlib_
* mouse drag +8events
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
close(14) in netlib_
...
These eventually fill my ̃/.xsession-errors completely. Would it be possible to get rid of at least
close(14) in netlib_
that keeps repeating again and again and is the largest problem? I'm sure we could have some --debug or --verbose to enable it if needed?
Related branches
Changed in foxtrotgps: | |
status: | New → Triaged |
The "hmm, in the last 500ms another DL started - still one thread" messages have been removed in FoxtrotGPS 1.0.0.
It looks like the "close(%d) in netlib_ connectsock( )" messages are actually coming from inside libgps....