Re: [ROOT] Increase storage area?

From: Rene Brun (Rene.Brun@cern.ch)
Date: Fri Apr 20 2001 - 19:24:43 MEST


Hi Stephane,

In general this message happens when:
  - you delete an object twice
  - you use delete xxx  instead of delete [] xxx
  - you have yy1 = new YYY followed by yy1 = new YYY without an
intermediate            delete

I suggest to run under the debugger and see where you get the crash.

Rene Brun


Stephane Tourneur wrote:
> 
> Dear rooters,
> 
> First of all, thanks for your always prompt and useful answers.
> I have to store the pointers to 25000 names of histograms for my
> root display package.
> But i get the following error :
> 
> Fatal in <operator delete>: storage area overwritten
> aborting
> 
> Have I the possibility to increase the storage area of my root session?
> 
> Thanks a lot in advance
> 
> stephane



This archive was generated by hypermail 2b29 : Fri Jun 08 2001 - 11:51:23 MEST