A more informative backtrace<br><span style="font-family: courier new,monospace;">#0  0xb80bf424 in __kernel_vsyscall ()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#1  0xb6752bb9 in raise () from /lib/libc.so.6</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#2  0xb6754138 in abort () from /lib/libc.so.6</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#3  0xb7eccf0d in qt_message_output () from /opt/qt/lib/libQtCore.so.4</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#4  0xb7eccff1 in qFatal () from /opt/qt/lib/libQtCore.so.4</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#5  0xb7ecd09c in qt_assert_x () from /opt/qt/lib/libQtCore.so.4</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#6  0xb5df986a in QList<QString>::at (this=0xbf8d872c, i=0) at /opt/qt-4.5.0/include/QtCore/qlist.h:395</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#7  0xb5df7d66 in KCompactDisc::defaultCdromDeviceName ()</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at /usr/src/rpm/build/kdemultimedia-4.2.2/libkcompactdisc/kcompactdisc.cpp:148</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#8  0xb5df7dd6 in KCompactDisc (this=0x97c794c, infoMode=KCompactDisc::Asynchronous)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    at /usr/src/rpm/build/kdemultimedia-4.2.2/libkcompactdisc/kcompactdisc.cpp:172</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#9  0xb7e7d5e2 in Private (this=0x97c78b8) at /usr/src/rpm/build/kdemultimedia-4.2.2/kioslave/audiocd/audiocd.cpp:106</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#10 0xb7e7a600 in AudioCDProtocol (this=0xbf8d8878, protocol=@0xbf8d88dc, pool=@0xbf8d88d4, app=@0xbf8d88cc)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at /usr/src/rpm/build/kdemultimedia-4.2.2/kioslave/audiocd/audiocd.cpp:164</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#11 0xb7e7ac39 in kdemain (argc=4, argv=0x9771910)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    at /usr/src/rpm/build/kdemultimedia-4.2.2/kioslave/audiocd/audiocd.cpp:88</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#12 0x0804dced in launch ()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#13 0x0804e44d in handle_launcher_request ()</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">#14 0x0804e910 in handle_requests ()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#15 0x0804f05c in main ()</span><br>
<br>The problem is that KCompactDisc is not getting a list of devices back from Solid/HAL because HAL isn't detecting my cdrom.<br><span style="font-family: courier new,monospace;">$> hal-device | grep ': udi'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">0: udi = '/org/freedesktop/Hal/devices/computer_drm_r300_card0'</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">1: udi = '/org/freedesktop/Hal/devices/computer'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">2: udi = '/org/freedesktop/Hal/devices/acpi_PWRF'</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">3: udi = '/org/freedesktop/Hal/devices/acpi_PWRB'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">4: udi = '/org/freedesktop/Hal/devices/acpi_CPU1'</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">5: udi = '/org/freedesktop/Hal/devices/acpi_CPU2'</span><br>
<br>That's why it's not working, but that shouldn't make audiocd crash.  A more descriptive error message like "Couldn't detect cdrom device, check HAL configuration" would be nice.<br><br>Should I submit a bug report?<br>
<br><div class="gmail_quote">2009/4/11 Thiago Macieira <span dir="ltr"><<a href="mailto:thiago@kde.org">thiago@kde.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Chris Burel wrote:<br>
>Hmm, that gives me a pretty worthless stacktrace:<br>
>#0  0xb8076424 in __kernel_vsyscall ()<br>
>#1  0xb6709e86 in kill () from /lib/libc.so.6<br>
>#2  0x0804dcd5 in launch ()<br>
>#3  0x0804e44d in handle_launcher_request ()<br>
>#4  0x0804e910 in handle_requests ()<br>
>#5  0x0804f05c in main ()<br>
<br>
</div>You have to continue executing from there. That's the SIGSTOP signal that<br>
the ioslave sends itself so that you can attach.<br>
<div class="im"><br>
><br>
>Although I do get this:<br>
>ASSERT failure in QList<T>::at: "index out of range", file<br>
>/opt/qt-4.5.0/include/QtCore/qlist.h, line 395<br>
><br>
>I'd have to build a debug kdelibs to get a decent stacktrace?<br>
<br>
</div>Not build, but at least have debug symbols. And, of course, for<br>
kio_audiocd.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">  Thiago Macieira  -  thiago (AT) <a href="http://macieira.info" target="_blank">macieira.info</a> - thiago (AT) <a href="http://kde.org" target="_blank">kde.org</a><br>
    PGP/GPG: 0x6EF45358; fingerprint:<br>
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358<br>
</div></div><br>_______________________________________________<br>
kde-multimedia mailing list<br>
<a href="mailto:kde-multimedia@kde.org">kde-multimedia@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-multimedia" target="_blank">https://mail.kde.org/mailman/listinfo/kde-multimedia</a><br>
<br></blockquote></div><br>