[SciPy-dev] St9bad_alloc

David Cournapeau david at ar.media.kyoto-u.ac.jp
Mon Jun 18 08:47:30 EDT 2007


Maik Trömel wrote:
> Hello List,
>
> I've got some problems with Scipy/sandbox/delaunay.
> Everytime I run my script the following error occures:
> terminate called after throwing an instance of 'std::bad_alloc'
>   what():  St9bad_alloc
>
> Does anybody know what this means? And what I can do to avoid this error?
>
This means that dynamic allocation failed in some of the C++ code for 
delaunay.
> I have postet in several forums, but nowbody could help me.
Well, we would need more details: can you reproduce the problem on a 
small, self contained example ?

David



More information about the SciPy-Dev mailing list