PDA

View Full Version : Output on STDERR


chrroe
18-Jan-2008, 12:40 PM
Hi!

Currently I'm testing Build 444 under openSUSE 10.3 with KDE 3.5.7.
First of all: Would'n it be clever to remove the redirection of STDERR the exec command in the "Cirrus" shell script?

exec -a $0 $EXEC "$@"

As long as we are in beta status it might show some hints in case of errors when you start Cirrus out of a shell. Well I did so and whenever I open a folder-compare, a file-compare or a text-merge the following text is written to the console:

QPixmap::setMask: The pixmap and the mask must have the same size
QPixmap::setMask: The pixmap and the mask must have the same size
QPixmap::setMask: The pixmap and the mask must have the same size
QPixmap::setMask: The pixmap and the mask must have the same size


Bye
Christoph

Jacques
18-Jan-2008, 05:05 PM
I generally agree with you. There probably isn't too much information to be garnered via stdout and stderr though. There isn't any information written to stdout and Qt is the only library which writes somewhat useful information to stderr.

Thanks for the report in any case.