Problem Using TCuG in Ubuntu 8.04 64Bit

Hello
I recently install root in my laptop :

[quote]dell xps 1330
intel core2 duo T8100
Ubuntu Hardy 8.04 64Bit
g++ version : 4.2.4 [/quote]

I use the source of root 5.22.00

I install root with this command :

[quote]
setenv ROOTSYS /home/mouginot/Appli/root #location of the root source file
./configure linuxx8664gcc --prefix=/usr
make
sudo make install[/quote]

It seems to work perfectly.

But using root when I try to use a TCuG to gate some spectrum, I have a segmentation fault :

[quote] *** Break *** segmentation violation
Attaching to program: /proc/32183/exe, process 32183
[Thread debugging using libthread_db enabled]
[New Thread 0x7f83c527a6f0 (LWP 32183)]
0x00007f83c25ce4a5 in waitpid () from /lib/libc.so.6
error detected on stdin
The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal]
Detaching from program: /proc/32183/exe, process 32183[/quote]

Did someone have an idee to solve my problem?
Could the g++ version be the problem ?

thank you

Sory for my bad english, I hope to be understandable

Could you post teh shortest possible RUNNING script reproducing the problem (and a possible data file)?

Rene

I think, I found the problem.

I was putting 2 root file, in the same TChain, and I have the problem.

But reading just one root file, I didn’t have the segmentation fault.

I don’t know if I am clear, but I will try to post a more explicit reply, with the detail of the file…