Question

I'm experiencing a very high CPU usage (~100%) using the Qt version of T32 on Linux, even when the program is waiting user interaction. The executable is t32marm-qt.

This does not happen when I use the standard Tcl-based t32marm executable.

A strace shows that the executable continuosly cycles on the

 clock_gettime(CLOCK_REALTIME,...)

syscall.

The Linux distribution is Mint 14 32-bit (derivation of Ubuntu 12.10).

Has anybody experienced this behavior ?

If so, is it a bug or just a wrong configuration ?

Was it helpful?

Solution

Yes, I have been just confirmed that it is a software bug, fixed in more recent versions of the tool. If you encounter such a problem, update your version.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top