Re: [ROOT] chunk_free()

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Nov 12 2003 - 18:36:28 MET


Alberto,

This typically indicates an object deleted twice or a mismatch
between new and delete, eg
  int *a = new int[100];
..
  delete a;  instead of delete [] a;

Rene Brun


Alberto Pulvirenti wrote:
> 
> Dear all,
> 
> sometimes I get a segmentation fault error which stucks my AliROOT
> session, and when I execute it with gdb, i get that the error occurs in
> this function "chunk_free()".
> What is it? What could it be due to?
> 
> Thanks
> 
> Alberto



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:16 MET