#403: Thread "root" aborts with exception File "operators/switch.ml", line 199,
characters 10-16: Assertion failed!
------------------------+---------------------------------------------------
 Reporter:  Martijn     |       Owner:  admin
     Type:  Bugs        |      Status:  new  
 Priority:  1           |   Milestone:       
Component:  Liquidsoap  |     Version:  0.9.3
 Keywords:              |         Mac:  0    
    Linux:  1           |      Netbsd:  0    
    Other:  0           |     Freebsd:  0    
------------------------+---------------------------------------------------

Comment(by mrpingouin):

 Here is a minimized script that crashes liquidsoap, it runs on any system
 without even requiring audio files, and you don't have to wait for the
 time predicate to hold:
 {{{
 r = ref false
 pred = { v=!r r:=false v }
 add_timeout(2.,{ r := true ; (-1.) })

 live = fallback(id="live",track_sensitive=false, [fail()])

 mixer = fallback(id="mixer", track_sensitive=false, [at(pred,
 sine(duration=3.)), live, blank()])

 output.dummy(mixer)
 }}}
 It looks like somebody is calling a switch without checking that it is
 ready, but I haven't figured out who.

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/403#comment:4>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Savonet-trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-trac

Reply via email to