On Mon, Feb 18, 2002 at 09:20:31PM +0100, Andreas Rottmann wrote: > tclsh ./www/index.tcl `cat ./VERSION` >index.html > make[1]: *** [index.html] Error 139 [...] > Has anyone got an idea what 'Error 139' means?
The child process (tclsh) segfaulted (139 = 128 + 11 = signal 11). -- Colin Watson [EMAIL PROTECTED]