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

Summary: [stdout/stderr] KMail: TQSplitter::panner
Product: TDE Reporter: Darrell <darrella>
Component: tdepimAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED INVALID    
Severity: normal CC: bugwatch, michele.calgaro
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

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.