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
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback