Hi,<br>I'm trying to get the audiocd kioslave to work in my kde install.  I'm running the 4.2.2 release of kde (aka, not from svn), Qt-4.5.0, and cdparanoia 10.2.  They've all been compiled without debug symbols, so I don't really know what's going on.  But when I throw open dolphin and type in audiocd:/ , I get an error message saying 'The process for the audiocd protocol died unexpectedly', but it doesn't give any more info.  The only other info is in my .xsesson-errors file:<br>
kdeinit4: preparing to launch<br>kioslave: ####### CRASH ###### protocol = audiocd pid = 6340 signal = 11<br>and that's it.<br><br>But cdparanoia from the commandline clearly works:<br>> cdparanoia -Q<br>cdparanoia III release 10.2 (September 11, 2008)<br>
Table of contents (audio tracks only):<br>track        length               begin        copy pre ch<br>===========================================================<br>  1.    52641 [11:41.66]        0 [00:00.00]    no   no  2<br>
  2.    24883 [05:31.58]    52641 [11:41.66]    no   no  2<br>  3.    70473 [15:39.48]    77524 [17:13.49]    no   no  2<br>  4.    96703 [21:29.28]   147997 [32:53.22]    no   no  2<br>  5.    77136 [17:08.36]   244700 [54:22.50]    no   no  2<br>
  6.    11642 [02:35.17]   321836 [71:31.11]    no   no  2<br>TOTAL  333478 [74:06.28]    (audio only)<br><br>I've tried resetting the settings to default in systemsettings for "Audio CDs" and for "CDDB Retrieval", and tried disabling cddb too, but to no avail.<br>
<br>Where else can I poke for error messages to see why cdparanoia is dying?<br><br>How can you run the audiocd kioslave in the debugger?<br>