Clicking on the "configure" button in the statistic panel pops a small dialog up. Trying to change a value inside that dialog, either by using the arrow buttons or by typing something in, causes the whole program to segfault.
This happens with both the 0.18.15 i386 debian package and self-compiled 0.18.15/0.18.17 versions on 64Bit debian (the system described in the bug-item "Segfault if storing data with a selected target randomiser").
Logged In: YES
user_id=1922712
Originator: NO
That one does not reproduce here :(
However you can help by providing a backtrace for the crash, so we can find it. You need gdb installed for that.
Check out the current code from CVS using
cvs -z3 -d:pserver:anonymous@offsystem.cvs.sourceforge.net:/cvsroot/offsystem co -P off_network
and compile with "make debug". (do not use the install target of makefile_alt after compilation, it will strip the debug info)
Go to your OFF work directory and run
gdb path/where/you/compiled/OFF/offsystem
Then do whatever makes OFF crash, switch back to the console and type "backtrace" on the (gdb) prompt.
Paste the output in here.
da1l6