On Monday, 24 Jan 2000, Glyph Lefkowitz wrote: > Since the only advantage of this is the stack-trace for non-developers, > why don't we just have it dump stack, then die, by default. This sounds sensible, but also add a check on istty(stdout) being true. No point taking forever doing a backtrace if no-one's going to see it. Austin