Re: Kernel keeps crashing
- To: mathgroup at smc.vnet.net
- Subject: [mg23163] Re: Kernel keeps crashing
- From: "Rasmus Debitsch" <debitsch at Zeiss.de>
- Date: Thu, 20 Apr 2000 23:48:37 -0400 (EDT)
- References: <8dmb3m$dur@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hell,
you can suppres large outputs by overriding the $Post variable. I have added
to my Kernel/init.m the lines
reallyBig[x_]:=If[ByteCount[x]>2^14, Shallow[x], x];
$Post=reallyBig;
You should find better examples in the archives of this newgroup.
Regrads
--
Rasmus Debitsch
Carl Zeiss Lithos GmbH
Carl Zeiss Strasse
D-73447 Oberkochen
Email : debitsch at zeiss.de
Oscar Stiffelman <oscar at internap.com> schrieb in im Newsbeitrag:
8dmb3m$dur at smc.vnet.net...
> Hi,
>
> Does anyone else have a problem with the MathKernel crashing under linux
> whenever a really big expression gets printed to the screen? This is
> common problem because whenever I make a typo when manipulating large
> ( > 2^14) lists, the debug message prints the entire list to the front
> end.
>
> Is there a workaround that would disable printing of large lists?
>
>
> Thanks,
>
> Oscar
>
>
>