MathGroup Archive 2007

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

Search the Archive

Re: why no result & no error from this recursion


Murray Eisenberg wrote:
> But I've now verified that the kernel definitely quit.  At least that's
> what I surmise by going to Evaluation -> Quit Kernel and seeing that the
> Local kernel was grayed out, indicating it was no longer running.

The kernel crashed. This was just discussed on this mailing list under the
subject "Recursion limit: a good idea to ignore?". If you use a higher
$RecursionLimit then the kernel will crash, so rewrite your program rather
than raising it.

-- 
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u


  • Prev by Date: Re: Selecting Rows Where All Columns Satisfy a Condition
  • Next by Date: Re: Selecting Rows Where All Columns Satisfy a Condition
  • Previous by thread: Re: Re: why no result & no error from this recursion
  • Next by thread: Re: why no result & no error from this recursion