Problems with TTree::StartViewer()

Hi,

I ran into a problem running TTree::StartViewer() from the ROOT browser that I have been able to reproduce using the examples in the test and tutorial directories. I get a segmentation violation when I do the following:

cd $ROOTSYS/tutorials
…/…/test/hworld

Tools->StartBrowser()
(In the new browser window do:)
File->Open() (select cernstaff.root)
double click on the “ROOT Files” folder
double click on cernstaff.root
right click on T;1 and select StartViewer()

The above sequence results in:
*** Break *** segmentation violation
(no debugging symbols found)
Attaching to program: /proc/15012/exe, process 15012
(no debugging symbols found)…done.
(no debugging symbols found)…done.
(no debugging symbols found)…done.
(no debugging symbols found)…done.

(no debugging symbols found)
0x0000003ec88a5f95 in waitpid () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install e2fsprogs.x86_64 expat.x86_64 fontconfig.x86_64 freetype.x86_64 gcc.x86_64 giflib.x86_64 glibc.x86_64 libICE.x86_64 libSM.x86_64 libX11.x86_64 libXau.x86_64 libXcursor.x86_64 libXdmcp.x86_64 libXext.x86_64 libXfixes.x86_64 libXft.x86_64 libXpm.x86_64 libXrender.x86_64 libjpeg.x86_64 libpng.x86_64 libtiff.x86_64 libxcb.x86_64 zlib.x86_64
#1 0x0000003ec883f691 in do_system () from /lib64/libc.so.6
#2 0x000000000086b79f in TUnixSystem::StackTrace ()
from /usr/local/lib/root/libCore.so

Is this something that should work?

Thanks for your help,

Glen

Hi,

this problem is now fixed in the trunk.

Cheers, Fons.

Thanks Fons! The support from the ROOT team is fantastic!