da1l6 - 2008-03-18

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