Thus said die.drachen <[email protected]> on Wed, 18 Mar 2015 00:58:41 -0400:
> Unfortunately I'm unable to distribute the repo, which is also quite > large (~730mb .fossil file, >93k commits). Are there additional > measures I can take to get diagnostic information? You could ensure that core files are allowed (check ulimit -c in the environment where you start Fossil server). Then watch for a core file and use gdb to provide the output of backtrace: $ gdb fossil fossil.core > bt ... Thanks, Andy -- TAI64 timestamp: 40000000550907c5 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

