[Fluxus] Fluxus crashes

Chris Targett xin at xlevus.net
Sat Dec 6 16:46:40 PST 2008


Well thanks to Fabien Pélisson's recent changes I've managed to get
Fluxus (cvs version) compiled and running in OSX.

Unfortunatley, it crashes... Alot, and at seemingly aribtary times.
For example, I can be playing a keys file and it'll seemingly go on
forever (although, the files are 'typed' out of order and missing keys
so nothing happens)

But as soon as I try and write anything it'll crash with

Seg fault (internal error during gc) at 0x0
Bus error

GDB Backtrace
   http://dl.getdropbox.com/u/110192/fluxus-crashes/gdb.html

Here are 3 OSX crash reports
   http://dl.getdropbox.com/u/110192/fluxus-crashes/crash1.html
   http://dl.getdropbox.com/u/110192/fluxus-crashes/crash2.html
   http://dl.getdropbox.com/u/110192/fluxus-crashes/crash3.html

And what I was trying to run:

(start-audio "VLC:out1" 1024 44100) ; defined in ~/.fluxus.scm
(gain 0.01) ; audio input is way too loud
(define (animate)
    (scale (vector (gh 0) (gh 1) (gh 2)))
    (draw-cube)
)
(every-frame (animate))

Thanks for your help,
Chris Targett



More information about the Fluxus mailing list