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 1791

Summary: Build issue: TQThreadInstance::start: Setting thread storage to 0x88c63f0
Product: TDE Reporter: Darrell <darrella>
Component: qt3Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED INVALID    
Severity: normal CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2013-12-28 08:54:49 CST
After compiling TQt3 using -debug rather than -release, my xsession-error log is filled with instances of the following:

TQThreadInstance::start: Setting thread storage to 0x88c63f0
TQThreadInstance::finish: In TQThreadInstance::finish for thread 0x88c63f0

The messages are harmless but the messages bloat the log and as can be seen, are useless with respect to most users for debugging.

The messages are derived from (t)qt3/src/kernel/qthread_unix.cpp.

A sledge hammer approach would be to comment out those messages in the sources when compiling. Perhaps there is a more elegant solution to reduce the spew.
Comment 1 Michele Calgaro 2018-08-01 04:42:58 CDT
When compiling with debug option enabled, it is to be expected to have additional messages.... Closing.