Re: [ROOT] TMapFile crash (again)

From: Atila Alves Neves (Atila.Alves.Neves@cern.ch)
Date: Mon May 27 2002 - 10:14:49 MEST


> Try this and let me know:
> 
> g++ -o new2 new2.cxx  `root-config --cflags --new --gibs`
> 
> libNew must be the first lib on the link line.

   I got the same error. I could send you the MapFile the program
generates if you want, since there's something about it that crashes ROOT
when it tries to read it. I've also tried it in versions 3.02 and 3.03 as 
well, and got the same result. I even simplified the program even more, I
really don't get it. This is all there is to it now:

#include "TMapFile.h"

int main(int argc,char* argv[]) {

 TMapFile::Create("monitor.map","RECREATE",1000000);

 return 0;

}



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:54 MET