severity 485597 normal
thanks

I decided to lower the severity, because there is an easy workaround
(disable spell checking).

The reason for the segfault seems to be that the following code in 
qt4-x11-4.4.0/src/gui/painting/qpainter.cpp results in angle being NaN,
which in turn later leads to the segfault. I didn't yet investigate 
further how this could happen:

        // cut-off at the last arc segment
        if (remaining < 2 * radius)
            angle = 180 * acos(1 - remaining / radius) / Q_PI;

As the segfault only happens after upgrading qt to 4.4.0-3, and the
code is not directly handling data supplied by psi, I wonder if this
really is a bug of psi, or perhaps a bug of qt. However, there are no
related changes between versions 4.4.0-2 and 4.4.0-3 of qt.

Jan




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to