MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: tantamount error messages when interupting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8580] Re: tantamount error messages when interupting
  • From: Michaela Meier <michaela.j.meier at rz.ruhr-uni-bochum.de>
  • Date: Sun, 7 Sep 1997 22:13:01 -0400
  • Organization: Ruhr-Uni-Bochum
  • Sender: owner-wri-mathgroup at wolfram.com

K. Nikolaj Berntsen wrote:
> 
> Hi' group,
> 
> I have the annoying problem, that once in a while when I interrupt a
> calculation with <alt>+<.> MMA3.0 start splurting out error messages in
> the messages window: I can't show them since it crashed on me.
> 
> It can take hours (on my 150Mhz Pentium, running Linux)to for it to
> finish.
> This happens only with large expressions. Does any one know whether this
> rather annoying behaviour can be turned off or avoided by upgrading to
> 3.01?

Hi,

You can turn off this messages with 

      Off[s::tag]

where 's' and 'tag' are the first two parts of the error message

for example
 
      Off[FindRoot::frnum]

(At least this works with Version 2.2)

Michaela


  • Prev by Date: Re: File under <Alt>F: "doesn't exist", but <Ctrl>O: no problem !
  • Next by Date: Something like Flatten
  • Previous by thread: tantamount error messages when interupting
  • Next by thread: make 1. x 10^-10 read 10^-10 on graph axis?