Re: segmentation violation

From: Rene Brun (Rene.Brun@cern.ch)
Date: Fri Mar 24 2000 - 11:00:11 MET


Hi Luc,
On our web site, we currently support the version 2.23/12 (stable
version) for:
 - Linux RH5.2 
 - Linux RH6.1 (was 6.0 before).

If your system does not coreespond to one of these versions, you should
recompile Root from the source. See
http://root.cern.ch/root/Version223.html
and follow the installation instructions.

Most places are moving or have moved to RH6.1. 
I suggest to move anyhow to our stable version 2.23/12.

Rene Brun

Perrot Luc wrote:
> 
> Hi Rooters!
> I have a small pb... I am working on linux 6.0 with ROOT v2.23/10
> I can compile this very stupid prg:
> 
> #include "TROOT.h"
> #include <TApplication.h>
> 
> #include <stdio.h>
> int main(int arg, char **pparg)
> {
>  TROOT root("GUI", "GUI Spectro environement");
>  TApplication theApp("App", &arg, pparg);
> 
>  printf("Hello\n");
>  return 0;
> }
> 
> It runs but it give a segmentation fault at the end:
> 
> Hello
> 
>  *** Break *** segmentation violation
> 
> Can some one tell me why?
> Thanks
> Luc Perrot



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:22 MET