bluefish spams on commandline with debug output (stdout/stderr)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bluefish |
Confirmed
|
Wishlist
|
|||
bluefish (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
bluefish has a bad habit of outputting debug messages not only to stderr, but also on stdout.
1) reproduce: start bluefish from commandline (see example below)
1) expected behaviour: being able to use that commandline further.
2) what happens: bluefish output makes commandline barely usable
Each character typed into the gui text area will trigger one debug message.
This is annoying and might be just due to compiler options not properly set.
For now I added this alias to ~/.bashrc:
alias bluefish="bluefish &>/dev/null"
This appears already since some releases of ubuntu, at least on precise it is apparent.
Thank you for looking into it,
Martin
Example:
# on commandline, run:
echo "<?php ?>" > /tmp/bluefish_
\bluefish /tmp/bluefish_
# type something in gui
# output on commandline as found in /tmp/log.std* (on 11.04/natty here):
::::::::::::::
/tmp/log.stdout
::::::::::::::
htmlbar_build_menu, finished
cleanup_scanner, num_marks=0, fblock_
cleanup_scanner, num_marks=0, fblock_
group disabled, class=php_
cleanup_scanner, num_marks=0, fblock_
Language statistics for PHP from /usr/share/
table 45133 (11283,25 Kbytes)
contexts 140 (6,56 Kbytes)
matches 7467 (525,02 Kbytes)
cleanup_scanner, num_marks=0, fblock_
scanning run 1 (0 ms): 0, 0, 0, 0; loops=12,
scanning run 2 (0 ms): 0, 0, 0, 0; loops=13,
[...snip...]
::::::::::::::
/tmp/log.stderr
::::::::::::::
(process:6243): GLib-WARNING **: /build/
(process:6243): GLib-WARNING **: /build/
(process:6243): GLib-WARNING **: /build/
---
Architecture: i386
DistroRelease: Ubuntu 11.04
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
NonfreeKernelMo
Package: bluefish 2.0.2-1
PackageArchitec
ProcEnviron:
LANGUAGE=en_GB:en
PATH=(custom, no user)
LANG=en_US.UTF-8
LC_MESSAGES=
SHELL=/bin/bash
ProcVersionSign
Tags: natty
Uname: Linux 2.6.38-15-generic i686
UpgradeStatus: Upgraded to natty on 2011-05-10 (444 days ago)
UserGroups:
Changed in bluefish: | |
importance: | Unknown → Wishlist |
status: | Unknown → Confirmed |
Hi Martin and thank you for reporting.
Could you please run
apport-collect 1026942
from terminal.
We need the information which apport will attach for furter handling.
On Precise it should run out of the box, when you are on Quantal please install first the
python-launchpadlib
Thank you in advance
melchiaros