Le 15 mai 2011 11:43, Thorsten Staudigl <[email protected]> a écrit : > Hi guys,
Hi Thorsten! > i have Liquidsoap 0.9.3 running on Debian Lenny (Ubuntu 10.04 LTS) and it > crashes after about an hour or sometimes at the playlist change with the > uncaught exception > > > > Unix.Unix_error(15, "pipe", "") > > > > I already checked if there are to many files open but negative. Maybe it > could be an issue on the MP3 files? (I’m testing out if it works if i delete > the MP3 files where the crash happens) Hmmm.. This may not be an easy exception to catch.. Also, the codebase has changed a lot since 0.9.3. Is there a possibility that you could try a recent HG build of liquidsoap? That would hepl a lot to know if the issue is also present there and because we may have a better error reporting there.. if you compile liquidsoap yourself for this report, then make sure you add the --enable-debugging option, and maybe also --disable-nativecode (bytecode is historically best to get exception backtraces in OCaml..) Thanks for the report! Romain ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
