Yes it is. Very. Apart from the comments already on the thread, I've also seen programmers get themselves into trouble like this when using recursion. If you have a buggy piece of code that keeps recursing, you'll eventually get one of these.
On 17 May 2010 12:43, June Xue <[email protected]> wrote: > Hi Guys and Girls, > > > > Is it true that only memory leak can cause OutOfMemoryException errors? > Is it possible that one application uses too much memory so that > OutOfMemoryException errors occur in the other applications in the same > application pool? > > > > Thanks in advance! > > June >
