Ticket #282 (new Bugs)

Opened 10 months ago

Last modified 3 months ago

Accelerate bug

Reported by: smimram Owned by: admin
Priority: 1 Milestone:
Component: Liquidsoap Version:
Keywords: Cc:
Mac OSX: yes Linux: yes
NetBSD: yes Other Operating System: yes
FreeBSD: yes

Description

Reported by muelli in the IRC:

% ./liquidsoap 'output.ao(accelerate(10.0,single("/tmp/t.mp3")))'
2009/05/11 19:08:18 >>> LOG START
2009/05/11 19:08:17 [protocols.external:3] Didn't find "ufetch"
2009/05/11 19:08:17 [protocols.external:3] Found "/usr/bin/wget"
2009/05/11 19:08:17 [main:3] Liquidsoap 0.9.0+svn (trunk/liquidsoap@rev6565)
2009/05/11 19:08:18 [decoder:3] Decoder MP3 chosen for "/tmp/t.mp3".
2009/05/11 19:08:18 [single:3] "/tmp/t.mp3" is static, resolving once for all...
2009/05/11 19:08:18 [threads:3] Created thread "generic queue #1".
2009/05/11 19:08:18 [threads:3] Created thread "root" (1 total).
2009/05/11 19:08:18 [root:3] Waking up active nodes...
2009/05/11 19:08:18 [/tmp/t(dot)mp3:3] Prepared "/tmp/t.mp3" -- rid 0
2009/05/11 19:08:18 [threads:3] Created thread "ao" (2 total).
2009/05/11 19:08:18 [root:3] Broadcast starts up!
2009/05/11 19:08:28 [src_8231:2] #get_frame didn't add exactly one break!
2009/05/11 19:08:28 [threads:1] Thread "root" aborts with exception File "source.ml", line 208, characters 10-16: Assertion failed!
Thread 3 killed on uncaught exception Assert_failure("source.ml", 208, 10)
Called from file "outputs/output.ml", line 138, characters 8-23
Called from file "list.ml", line 69, characters 12-15
Called from file "source.ml", line 267, characters 21-41
Called from file "tools/tutils.ml", line 122, characters 15-18
Re-raised at file "tools/tutils.ml", line 145, characters 21-22
Called from file "thread.ml", line 38, characters 8-14
2009/05/11 19:08:28 [main:3] Shutdown started!
2009/05/11 19:08:28 [root:3] Shutting down sources...
2009/05/11 19:08:28 [/tmp/t(dot)mp3:3] Finished with "/tmp/t.mp3"
2009/05/11 19:08:28 [main:3] Waiting for threads to terminate...
2009/05/11 19:08:28 [threads:3] Thread "ao" exited (0 remaining).
2009/05/11 19:08:28 [main:3] Cleaning downloaded files...
2009/05/11 19:08:28 >>> LOG END

Change History

Changed 10 months ago by toots

Isn't accelerate redundant with resample ? To me they both seem to have the same effect..

Note: See TracTickets for help on using tickets.