Memory error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Memory error

kobetic
"Nicolas Krieger"<[hidden email]> wrote:
> How is it possible to prevent this message :
>
> *Unhandled exception: No space available to allocate this object*.
>
> Where can I find more informations (I haven't found any information in the
> documentation) ?

This is often a sign of a computation going wrong and attempting to allocate an object of excessive size. If you look further up the stack in the debugger you should be able to see what kind of object is being allocated. Check that it's doing something sensible.

HTH,

Martin
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc