I'm not really sure how to get a backtrace though...
you need to use a .gdbinit file to be able to debug fluxus with gdb:
handle SIGSEGV nostop noprint handle SIG33 nostop noprint pass handle SIG32 nostop noprint pass then run fluxus from gdb. when it crashes type backtrace. best, gabor