Bug 72881 - crash at startup (opening mp3)
Summary: crash at startup (opening mp3)
Status: RESOLVED WORKSFORME
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-18 10:02 UTC by Viktor S. Grishchenko
Modified: 2004-01-18 10:10 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 Viktor S. Grishchenko 2004-01-18 10:02:22 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

CVS HEAD, 17 Jan 2004

Best wishes!

[New Thread 1024 (LWP 25638)]
0x4146dfe9 in wait4 () from /lib/libc.so.6
#0  0x4146dfe9 in wait4 () from /lib/libc.so.6
#1  0x414e7c4c in sys_sigabbrev () from /lib/libc.so.6
#2  0x412c9a43 in waitpid () from /lib/libpthread.so.0
#3  0x40750ad7 in KCrash::defaultCrashHandler(int) ()
   from /mnt/devspace/kde/lib/libkdecore.so.4
#4  0x412c710b in pthread_sighandler () from /lib/libpthread.so.0
#5  0x413fb108 in sigaction () from /lib/libc.so.6
#6  0x415b9a39 in Engine::Engine(QObject*) ()
   from /mnt/devspace/kde/lib/libnoatun.so.1
#7  0x415c2def in Player::Player(QObject*) ()
   from /mnt/devspace/kde/lib/libnoatun.so.1
#8  0x415cbc6c in NoatunApp::NoatunApp() ()
   from /mnt/devspace/kde/lib/libnoatun.so.1
#9  0x40852fa9 in kdemain () from /mnt/devspace/kde/lib/libkdeinit_noatun.so
#10 0x40850ae0 in kdeinitmain () from /mnt/devspace/kde/lib/kde3/noatun.so
#11 0x0804cedb in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#12 0x0804dde8 in handle_launcher_request(int) ()
#13 0x0804e322 in handle_requests(int) ()
#14 0x0804f1ce in main ()
#15 0x413ea652 in __libc_start_main () from /lib/libc.so.6
Comment 1 Viktor S. Grishchenko 2004-01-18 10:10:57 UTC
Probable reason is that in-memory and on-disk KDE versions were different.
(I.e. desktop session was launched a day before, while KDE was recompiled and reinstalled at night by cron)

After KDE restart noatun works.