On Mon, 3 Aug 2009 01:38:48 +0200 Romain Beauxis <[email protected]> wrote:
> Hi ! > > Sorry for the delay. We're all on vacations at the moment, so we're not very > responsive... Ah, not a problem, really. > Le lundi 03 août 2009 00:33:34, polemon a écrit : > Ok. > > As usual, this needs further investigations. In the case of exceptions, we > should need the whole exception trace, as described in the corresponding > section there: > http://savonet.rastageeks.org/wiki/Debugging > > Also, it is more easy if you can test patches by recompiling liquidsoap with > them. For instance, I identified a write call that can be the cause of the > issue. I have attached a patch about it. You can apply it by doing, from the > liquidsoap/src directory: > patch -p0 < /path/to/possible_fix.patch I did as told on the debugging page, and I applied the patch. Here's something else, that I noticed shortly before recompiling in the logs: 2009/08/05 16:04:41 >>> LOG START 2009/08/05 16:04:41 [protocols.external:3] Didn't find "ufetch" 2009/08/05 16:04:41 [protocols.external:3] Found "/usr/bin/wget" 2009/08/05 16:04:41 [main:3] Liquidsoap 0.9.1+svn (trunk/liquids...@rev6722) 2009/08/05 16:04:41 [lang:3] flac binary not found: flac decoder disabled. 2009/08/05 16:04:41 [lang:3] metaflac binary not found: flac metadata resolver disabled. 2009/08/05 16:04:41 [harbor:3] Adding mountpoint '/' to list... 2009/08/05 16:04:41 [harbor:3] Adding mountpoint '/dj.ogg' to list... 2009/08/05 16:04:41 [video.converter:4] Couldn't find prefered video converter: gavl 2009/08/05 16:04:41 [threads:3] Created thread "non-blocking queue #1". 2009/08/05 16:05:07 >>> LOG START 2009/08/05 16:05:07 [protocols.external:3] Didn't find "ufetch" 2009/08/05 16:05:07 [protocols.external:3] Found "/usr/bin/wget" 2009/08/05 16:05:07 [main:3] Liquidsoap 0.9.1+svn (trunk/liquids...@rev6722) 2009/08/05 16:05:07 [lang:3] flac binary not found: flac decoder disabled. 2009/08/05 16:05:07 [lang:3] metaflac binary not found: flac metadata resolver disabled. 2009/08/05 16:05:07 [harbor:3] Adding mountpoint '/' to list... 2009/08/05 16:05:07 [harbor:3] Adding mountpoint '/dj.ogg' to list... 2009/08/05 16:05:07 [video.converter:4] Couldn't find prefered video converter: gavl 2009/08/05 16:05:07 [threads:3] Created thread "non-blocking queue #1". 2009/08/05 16:05:20 >>> LOG START 2009/08/05 16:05:20 [protocols.external:3] Didn't find "ufetch" 2009/08/05 16:05:20 [protocols.external:3] Found "/usr/bin/wget" 2009/08/05 16:05:20 [main:3] Liquidsoap 0.9.1+svn (trunk/liquids...@rev6722) 2009/08/05 16:05:20 [lang:3] flac binary not found: flac decoder disabled. 2009/08/05 16:05:20 [lang:3] metaflac binary not found: flac metadata resolver disabled. 2009/08/05 16:05:20 [harbor:3] Adding mountpoint '/' to list... 2009/08/05 16:05:20 [harbor:3] Adding mountpoint '/dj.ogg' to list... 2009/08/05 16:05:20 [video.converter:4] Couldn't find prefered video converter: gavl 2009/08/05 16:05:20 [threads:3] Created thread "non-blocking queue #1". 2009/08/05 16:05:20 [audio.converter:4] Couldn't find prefered samplerate converter: libsamplerate 2009/08/05 16:05:20 [audio.converter:4] Using native samplerate converter 2009/08/05 16:05:20 [threads:3] Created thread "generic queue #1". 2009/08/05 16:05:20 [root:3] Waking up active nodes... As you can see, this "non-blocking queue #1" prevents liquidsoap from starting up sometimes. I don't know if this has something todo with my original problem, but since it has something to do with this non-blocking queue, i figured it has... Anyway, the patch is applied and I'm waiting for the next crash... --polemon -- polemon <[email protected]> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
