[Qt4-preview-feedback] 4.5.0 rc1 crash
Samuel Rødal
sroedal at trolltech.com
Mon Feb 9 10:44:16 CET 2009
Raul Metsma wrote:
> I was able produce crash on
> qsvghandler.cpp:2647
> grad->setColorAt(qQNaN(), QColor());
>
> qbrush.cpp:1322
> if (pos > 1 || pos < 0) {
>
> changing last line to
> if (qIsNaN(pos) || pos > 1 || pos < 0) {
>
> Fixes problem
>
> Raul
Hello,
can you provide a back-trace for the crash?
Also, which system is this on, and do you have floating point exceptions
enabled? We are not able to reproduce this crash here. If you could
provide a simple example that reproduces the crash that would be great.
--
Samuel Rødal
More information about the Qt4-feedback
mailing list