[Fluxus] Reproducable segmentation fault on 'poly-convert-to-indexed' and 'recalc-normals' combo.

gabor papp gabor.lists at mndl.hu
Wed Jun 30 14:32:08 PDT 2010


hi Hugo,

thanks for the report.

> Now, for some reason I am unable to run 'gdb' on the fluxus binary, it
> starts coughing up segmentation faults all over the place like these right
> after 'run':
yes, it is known behaviour caused by some scheme garbage collector 
tricks. you have to use the following gdb options to be able to run 
fluxus from gdb:

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

put them in a .gdbinit file.

best,
gabor




More information about the Fluxus mailing list