Bug 74263 - K-jofol skins crash Noatun
Summary: K-jofol skins crash Noatun
Status: RESOLVED NOT A BUG
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 18:55 UTC by John T. Ellis
Modified: 2006-04-06 10:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John T. Ellis 2004-02-05 18:55:40 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    SuSE RPMs
Compiler:          gcc-3.3.1-29 
OS:          Linux

Odd behavior with SuSE 9.0. This has happened since 3.2rc1.

When you go from a Winamp Skin Loader to a K-Jofol skin, it crashes Noatun (see backtrace at end of post). This seems to be the same sort of issues as reported in bug 51626 and bug 50215. So I tried to work around it by going from WinAmp to Excellent, and then from Excellent to K-Jofol. When I do that, K-Jofol skins would load but would have weird inverse transparency. For example, the opaque portions of the skin would be transparent and the transparent portions would show as magenta (no doubt the trasparency mask). Not only do the skins look that way in the player, but also in the preview panel of the plugin.

Maybe another weird Qt thing. Dunno. Figured I'd submit just in case.

Backtrace:
[New Thread 16384 (LWP 30253)]
0x412aba86 in waitpid () from /lib/i686/libpthread.so.0
#0  0x412aba86 in waitpid () from /lib/i686/libpthread.so.0
#1  0x407c5a7a in KCrash::defaultCrashHandler(int) ()
   from /opt/kde3/lib/libkdecore.so.4
#2  0x412aa96c in __pthread_sighandler () from /lib/i686/libpthread.so.0
#3  <signal handler called>
#4  0x41641580 in MonoFFTScope::setBands(float) ()
   from /opt/kde3/lib/libnoatun.so.1
#5  0x4246596c in KJVis::KJVis(QStringList const&, KJLoader*) ()
   from /opt/kde3/lib/kde3/noatun_kjofol.so
#6  0x4245419c in KJLoader::loadSkin(QString const&) ()
   from /opt/kde3/lib/kde3/noatun_kjofol.so
#7  0x42451bff in KJLoader::KJLoader() ()
   from /opt/kde3/lib/kde3/noatun_kjofol.so
#8  0x4246913d in create_plugin () from /opt/kde3/lib/kde3/noatun_kjofol.so
#9  0x4163bd03 in LibraryLoader::loadSO(QString const&) ()
   from /opt/kde3/lib/libnoatun.so.1
#10 0x4163acc5 in LibraryLoader::loadAll(QStringList const&) ()
   from /opt/kde3/lib/libnoatun.so.1
#11 0x416228d5 in Plugins::save() () from /opt/kde3/lib/libnoatun.so.1
#12 0x4162ff1b in NoatunPreferences::slotApply() ()
   from /opt/kde3/lib/libnoatun.so.1
#13 0x405679cd in KDialogBase::qt_invoke(int, QUObject*) ()
   from /opt/kde3/lib/libkdeui.so.4
#14 0x4163057b in NoatunPreferences::qt_invoke(int, QUObject*) ()
   from /opt/kde3/lib/libnoatun.so.1
#15 0x40bfc7d8 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0x40bfc684 in QObject::activate_signal(int) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0x40f444bc in QButton::clicked() () from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0x40c8dcae in QButton::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x40c33e36 in QWidget::event(QEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x40b9b776 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x40b9b2d8 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x40745464 in KApplication::notify(QObject*, QEvent*) ()
   from /opt/kde3/lib/libkdecore.so.4
#23 0x40b2b2ad in QETWidget::translateMouseEvent(_XEvent const*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40b294d5 in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40b414dd in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x40bae1d0 in QEventLoop::enterLoop() ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x40bae0c6 in QEventLoop::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x40b9ba0f in QApplication::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x4001d351 in kdemain () from /opt/kde3/lib/libkdeinit_noatun.so
#30 0x4001aaa4 in kdeinitmain () from /opt/kde3/lib/kde3/noatun.so
#31 0x0804dbc9 in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#32 0x0804eb41 in handle_launcher_request(int) ()
#33 0x0804f15d in handle_requests(int) ()
#34 0x080501b1 in main ()
Comment 1 Stefan Gehn 2004-02-05 19:27:00 UTC
Don't use QT 3.3, it's broken as hell regarding pixmaps and mng animations.
dunno where the winamp -> kjofol crash comes from but it's happening deep inside some arts stuff which I don't know anything about.
Comment 2 Kun 2006-04-05 16:06:48 UTC
version: 2.8.1
Platform: Mandriva 2006 (i686) release 2.6.12-18mdk

the noatun cause sigserv11 when I select the K-Jofol skin loader.


(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
`shared object read from target memory' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1230969152 (LWP 8621)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#4  0xb68d5239 in MonoFFTScope::setBands () from /usr/lib/libnoatun.so.1
#5  0x227d99c8 in ?? ()
#6  0x3ff14ee9 in ?? ()
#7  0xeae2f815 in ?? ()
#8  0xb5facaa0 in ?? () from /usr/lib/kde3/noatun_kjofol.so
#9  0xbfe5ff08 in ?? ()
#10 0xbfe5ff00 in ?? ()
#11 0x082c58a0 in ?? ()
#12 0xb5f9e8cf in KJFFT::KJFFT () from /usr/lib/kde3/noatun_kjofol.so
#13 0x00000003 in ?? ()
Comment 3 Charles Samuels 2006-04-06 10:40:51 UTC
Hum. that's a new one.  Can you try it again, maybe it was just a weird fluke?

can you also try loading the visualization "Voiceprint" ?