setOverrideCursor() Crashing on Solaris.

"Rigler, Stephen C." <[email protected]> Thu, 2 Dec 2004 09:58:07 -0600
Newsgroups gmane.comp.kde.devel.perl
Message-ID <[email protected]>
Hi All,

I'm having a problem with "setOverrideCursor" on Solaris 8.  I'm using
Qt 3.2.1, Perl 5.8.0 and PerlQt 3.008 and when I do:

Qt::Application::setOverrideCursor( Qt::Cursor( &Qt::WaitCursor ) )

The app will crash with "Illegal Instruction".

The perl code works fine on Linux and doing the same thing on Solaris
with C++ it works fine so I'm wondering where the problem might be.

Thanks,
Steve