Segfaults with MP3Random
Kevin Downey <[email protected]> Mon, 25 Oct 2004 15:29:01 -0700
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have been able to get mod_mp3 up and running except for one problem:
MP3Random makes it die. Here is what is in my httpd.conf:
<IfModule mod_mp3.c>
<Location /audio>
MP3Engine On
MP3CastName "Tunez"
MP3Genre "Much"
MP3LimitPlayConnections 2
#MP3PLaylist /tmp/playlist
MP3 /home/kevin/cache/audio/
MP3Allow *.mp3
#MP3DefaultOperation m3u
MP3Random On
</Location>
</IfModule>
here is what is in httpd-error.log:
[Mon Oct 25 15:18:28 2004] [notice] child pid 5029 exit signal
Segmentation fault (11)
This happens when ever I try to connect to the server. I googled and
found http://humor.tangent.org/submit.pl?op=viewsub&subid=185¬e=&title=Bug%20mod_mp3%3A%20Segfault%20with%20'MP3Random%20on'
but it was not much help. Any ideas?