[Fluxus] Fluxus Segmentation Fault

gabor papp gabor.lists at mndl.hu
Tue Dec 2 00:59:56 PST 2008


it might not help, but as far as i remember it's not possible to simply
debug fluxus with gdb in linux. it gives a seg fault on startup, because
the garbage collection of plt uses page protection to implement write
barriers. since you are getting a garbage collector segfault you might
try editing your .gdbinit like this:

handle SIGSEGV nostop noprint
handle SIG33 nostop noprint pass
handle SIG32 nostop noprint pass

rerunning gdb with this setup might give a more sensible backtrace.

gabor




More information about the Fluxus mailing list