------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=115339 ------- Additional Comments From olivier bottomlesspit org 2005-11-04 00:30 ------- ok, n00b warning my first backtrace ever since I have no crash with the DEBUG flag on, I did a backtrace without it here's what I did (correct me if i'm wrong) # gdb --args amarokapp #(gdb) run Starting program: /usr/kde/3.4/bin/amarokapp [Thread debugging using libthread_db enabled] [New Thread 46912600094528 (LWP 20792)] [New Thread 1082141024 (LWP 20795)] [Thread 1082141024 (LWP 20795) exited] [New Thread 1090533728 (LWP 20796)] [Thread 1090533728 (LWP 20796) exited] QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow [New Thread 1090533728 (LWP 20797)] [Thread 1090533728 (LWP 20797) exited] STARTUP Caps negotiation succeeded with 1 Hz @ 1 channels [New Thread 1092634976 (LWP 20798)] (process:20792): GStreamer-WARNING **: pad audioscale0:src has no event handler [New Thread 1090533728 (LWP 20799)] [Thread 1090533728 (LWP 20799) exited] Caps negotiation succeeded with 44100 Hz @ 2 channels Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912600094528 (LWP 20792)] 0x00002aaaafd9a360 in std::__num_base::_S_format_int () from /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/libstdc++.so.5 #(gdb) bt #0 0x00002aaaafd9a360 in std::__num_base::_S_format_int () from /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/libstdc++.so.5 #1 0x00002aaaafd9a3cc in std::locale::_Impl::_M_remove_reference () from /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/libstdc++.so.5 #2 0x00002aaaafd999c2 in std::locale::operator= () from /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/libstdc++.so.5 #3 0x00002aaaafd9124d in std::ios_base::_M_init () from /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/libstdc++.so.5 #4 0x00002aaaafd8f101 in std::basic_ios >::init () from /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/libstdc++.so.5 #5 0x0000000000493691 in TagLib::List::front () #6 0x000000000049385b in TagLib::List::front () #7 0x0000000000472160 in QValueList::detachInternal () #8 0x00002aaaad4de50a in QObject::event () from /usr/qt/3/lib64/libqt-mt.so.3 #9 0x00002aaaad4881ad in QApplication::internalNotify () from /usr/qt/3/lib64/libqt-mt.so.3 #10 0x00002aaaad488530 in QApplication::notify () from /usr/qt/3/lib64/libqt-mt.so.3 #11 0x00002aaaac7fabd1 in KApplication::notify () from /usr/kde/3.4/lib64/libkdecore.so.4 #12 0x00002aaaad47d26d in QEventLoop::activateTimers () from /usr/qt/3/lib64/libqt-mt.so.3 #13 0x00002aaaad43e47d in QEventLoop::processEvents () ---Type to continue, or q to quit--- from /usr/qt/3/lib64/libqt-mt.so.3 #14 0x00002aaaad49c2b5 in QEventLoop::enterLoop () from /usr/qt/3/lib64/libqt-mt.so.3 #15 0x00002aaaad49c212 in QEventLoop::exec () from /usr/qt/3/lib64/libqt-mt.so.3 #16 0x00000000005ab15e in QWizard::setFinish () #17 0x00002aaab02b6674 in __libc_start_main () from /lib/tls/libc.so.6 #18 0x000000000045279a in ?? () #19 0x00007fffff85d548 in ?? () #20 0x000000000000001c in ?? () #21 0x0000000000000001 in ?? () #22 0x00007fffff85e3f8 in ?? () #23 0x0000000000000000 in ?? () #24 0x00007fffff85e402 in ?? () #25 0x00007fffff85e4ce in ?? () #26 0x00007fffff85e4e1 in ?? () #27 0x00007fffff85e4f0 in ?? () #28 0x00007fffff85e500 in ?? () #29 0x00007fffff85e50b in ?? () #30 0x00007fffff85e547 in ?? () #31 0x00007fffff85e559 in ?? () #32 0x00007fffff85e569 in ?? () #33 0x00007fffff85e586 in ?? () System's CFLAG CFLAGS="-march=k8 -O2 -pipe" I guess it's a problem with the way amarok is compiled but i'm not really sure can someone confirm please?