I found the issue. The slider drawing code did not
initialise the min/max variables, therefore anytime a slider was shown there was a
risk of a random application hang.
Interesting the bug never surfaced until the kstyle changes. I mean, the bug was always
there but new code finally exposed the bug. Who says programming is easy. :-)
This has been fixed in GIT hashes 6c72a84 and 2c0153b
(Qt3
and TQt3, respectively).
Does this require a rebuild of all packages or only (T)Qt3?
Thank you for your help with this issue; the
backtraces were
invaluable in tracing the problem!
I only wish I knew more about how to read backtraces. I've tried reading tutorials but
all I get is watery eyes. :-)
Darrell