By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2365 - [stdout/stderr] KMail: TQSplitter::panner
Summary: [stdout/stderr] KMail: TQSplitter::panner
Status: RESOLVED INVALID
Alias: None
Product: TDE
Classification: Unclassified
Component: tdepim (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2015-02-08 14:00 CST by Darrell
Modified: 2019-03-02 09:01 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2015-02-08 14:00:07 CST
I see the following in xsession-errors when starting kmail:

TQSplitter::panner 1 I
    TQSplitter::panner 2 I
TQSplitter::panner 2 I
TQSplitter::panner 2 I

The messages seem to be generated from tdepim/kmail/kmmainwidget.cpp.
Comment 1 Michele Calgaro 2018-08-03 05:44:11 CDT
I can't reproduce this issue. Is it still valid?
Comment 2 Michele Calgaro 2019-03-02 09:01:20 CST
As pointed out by Slavek, those messages seems to come when build in debug mode.

https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/src/branch/master/kmail/kmmainwidget.cpp#L582

Debug messages should be expected when buiding with debug active (as Darrell used to do) and therefore should not be reported as a bug.