On Mon, Jul 18, 2011 at 01:35:26PM -0400, Ben Eisenbraun wrote:
> Is this a successful result? The "OK" output and then the check for the
> core dump combined with the 0 exit make things a bit ambiguous to me.

This bit at the end of the coot wrapper:

$coot_real $@
status=$?

if [ $status != 0 ] ; then
    #./guile -s $COOT_PREFIX/share/coot/scheme/coot-crash-catcher.scm $coot_real
    # $COOT_PREFIX/bin/guile -s 
$COOT_PREFIX/share/coot/scheme/coot-crash-catcher.scm .libs/lt-`basename 
$coot_real`
    $COOT_PREFIX/bin/guile -s 
$COOT_PREFIX/share/coot/scheme/coot-crash-catcher.scm $coot_real $*
fi 

Points to the previous output being a crash. Or at least some sort of non-0
exit from coot-real.

It might nice if the coot wrapper ended with:

exit $status

-b

--
| Ben Eisenbraun
| SBGrid Consortium                          | http://sbgrid.org       |
| Harvard Medical School                     | http://hms.harvard.edu  |

Reply via email to