Miles Davis "The Complete Columbia Sessions". Added an error print to the 'playlist-mp3.c' module to show which file(s) were being processed in the directory, but it seems like all of them generate the same error. Here is the relevant apache error log messages:
[Mon Jan 19 23:54:08 2009] [error] [client 64.252.8.158] [musicindex] Current file name is (/av/music/problemfiles/1-16 I Don't Wanna Be Kissed.mp3)., referer: http://abc/music [Mon Jan 19 23:54:08 2009] [notice] child pid 21437 exit signal Floating point exception (8) [Mon Jan 19 23:57:21 2009] [error] [client 64.252.8.158] [musicindex] Current file name is (/av/music/problemfiles/1-16 I Don't Wanna Be Kissed.mp3)., referer: http://abc/music/ [Mon Jan 19 23:57:21 2009] [notice] child pid 21435 exit signal Floating point exception (8) [Mon Jan 19 23:57:22 2009] [error] [client 64.252.8.158] [musicindex] Current file name is (/av/music/problemfiles/1-16 I Don't Wanna Be Kissed.mp3)., referer: http://abc/music/ [Mon Jan 19 23:57:22 2009] [notice] child pid 21438 exit signal Floating point exception (8) Dump info is as follows: Loaded symbols for /usr/lib/apache2/modules/mod_setenvif.so Reading symbols from /usr/lib/apache2/modules/mod_status.so...Reading symbols from /usr/lib/debug/usr/lib/apache2/modules/mod_status.so...done. done. Loaded symbols for /usr/lib/apache2/modules/mod_status.so Core was generated by `/usr/sbin/apache2 -k start'. Program terminated with signal 8, Arithmetic exception. [New process 8119] #0 0x00007f3cf278b5b1 in make_mp3_entry (r=0x8c4728, pool=<value optimized out>, in=0x863650, conf=<value optimized out>, names=0x8c26a8) at playlist-mp3.c:411 411 p->bitrate = 8 * xing.bytes / mad_timer_count(madduration, MAD_UNITS_SECONDS); (gdb) print madduration $1 = {seconds = 0, fraction = 0} (gdb) print MAD_UNITS_SECONDS $2 = MAD_UNITS_SECONDS (gdb) print mad_timer_count $3 = {<text variable, no debug info>} 0x7f3cf21326f0 <mad_timer_count> (gdb) Divide by zero. It seems like there is just something in the mp3 header(s) that libmad isn't getting quite right, but the files will play in real player and xmms. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org