Root problems on macosx64

Dear All,
I have compilate root on macosx64 laptop. The configure options which I have used is:

./configure macosx64 --enable-ruby --enable-minuit2 --enable-roofit --enable-unuran --enable-qtgsi --enable-gdml --enable-soversion --with-pythia6-libdir=/Users/dario/software/pythia6 --with-pythia8-libdir=/Users/dario/software/pythia8135/lib --with-fftw3-incdir=/opt/include/include --with-fftw3-libdir=/opt/local/lib --with-gsl-incdir=/opt/local/include --with-gsl-libdir=/opt/local/lib --with-f77=/opt/local/bin/gfortran-mp-4.5 --with-qt-incdir=/opt/local/include --with-qt-libdir=/opt/local/lib

The compilation was successfully but when I run the program there is a problem :

<Dario.Moricciani@Dario-Moriccianis-MacBook:~> which root
/Users/dario/Downloads/root/bin/root
<Dario.Moricciani@Dario-Moriccianis-MacBook:~> root


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.28/00 14 December 2010 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      [root.cern.ch](http://root.cern.ch)            *
    
  •                                     *
    

ROOT 5.28/00 (trunk@37585, Dec 14 2010, 15:20:27 on macosx64)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] TBrowser a;

*** Break *** segmentation violation

===========================================================
There was a crash.
This is the entire stack trace of all threads:

Thread 1 (process 78663):
#0 0x00007fff88c1cf6c in wait4 ()
#1 0x00007fff88c3151a in system ()
#2 0x0000000100102f35 in TUnixSystem::StackTrace ()
#3 0x0000000100100691 in TUnixSystem::DispatchSignals ()
#4
#5 0x0000000103a28245 in _XReply ()
#6 0x0000000103a0bc37 in XAllocColor ()
#7 0x0000000103c9f183 in find_useable_visual ()
#8 0x0000000103c9f852 in query_screen_visual_id ()
#9 0x0000000103ca106b in create_asvisual_for_id ()
#10 0x0000000103c63572 in TASImage::InitVisual ()
#11 0x0000000103c6d7a3 in TASImage::ReadImage ()
#12 0x0000000102cca2a3 in TImage::Open ()
#13 0x000000010306e1db in TGPicturePool::GetPicture ()
#14 0x000000010313f12c in TGVSplitter::TGVSplitter ()
#15 0x00000001031790f1 in TRootBrowser::CreateBrowser ()
#16 0x0000000103179b5d in TRootBrowser::TRootBrowser ()
#17 0x0000000103179c98 in TRootBrowser::NewBrowser ()
#18 0x00000001034350be in G__G__Gui3_391_0_45 ()
#19 0x000000010086a86a in Cint::G__CallFunc::Execute ()
#20 0x00000001000d0a51 in TCint::CallFunc_ExecInt ()
#21 0x0000000100025f00 in TMethodCall::Execute ()
#22 0x0000000100010695 in TPluginHandler::ExecPlugin ()
#23 0x000000010319231d in TRootGuiFactory::CreateBrowserImp ()
#24 0x0000000100062250 in TBrowser::TBrowser ()
#25 0x00000001001f7a8f in G__G__Base1_77_0_3 ()
#26 0x0000000100867f16 in Cint::G__ExceptionWrapper ()
#27 0x000000010092911c in G__execute_call ()
#28 0x000000010092955b in G__call_cppfunc ()
#29 0x0000000100900b63 in G__interpret_func ()
#30 0x00000001008ee992 in G__getfunction ()
#31 0x00000001008b60fa in G__define_var ()
#32 0x0000000100954483 in G__exec_statement ()
#33 0x00000001008ac02d in G__exec_tempfile_core ()
#34 0x00000001008ac346 in G__exec_tempfile_fp ()
#35 0x0000000100961c61 in G__process_cmd ()
#36 0x000000010001f58e in TCint::ProcessLine ()
#37 0x000000010005a97b in TApplication::ProcessLine ()
#38 0x000000010122c54f in TRint::HandleTermInput ()
#39 0x000000010122ab27 in TTermInputHandler::Notify ()
#40 0x000000010122ca4d in TTermInputHandler::ReadNotify ()
#41 0x0000000100100352 in TUnixSystem::CheckDescriptors ()
#42 0x0000000100100dc5 in TUnixSystem::DispatchOneEvent ()
#43 0x000000010009853d in TSystem::InnerLoop ()
#44 0x000000010009b163 in TSystem::Run ()
#45 0x00000001000591a7 in TApplication::Run ()
#46 0x000000010122b78b in TRint::Run ()
#47 0x00000001000019a0 in main ()

The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.

#5 0x0000000103a28245 in _XReply ()
#6 0x0000000103a0bc37 in XAllocColor ()
#7 0x0000000103c9f183 in find_useable_visual ()
#8 0x0000000103c9f852 in query_screen_visual_id ()
#9 0x0000000103ca106b in create_asvisual_for_id ()
#10 0x0000000103c63572 in TASImage::InitVisual ()
#11 0x0000000103c6d7a3 in TASImage::ReadImage ()
#12 0x0000000102cca2a3 in TImage::Open ()
#13 0x000000010306e1db in TGPicturePool::GetPicture ()
#14 0x000000010313f12c in TGVSplitter::TGVSplitter ()
#15 0x00000001031790f1 in TRootBrowser::CreateBrowser ()
#16 0x0000000103179b5d in TRootBrowser::TRootBrowser ()
#17 0x0000000103179c98 in TRootBrowser::NewBrowser ()

Root >

Please anyone could hep me ?

Hi,

see savannah.cern.ch/bugs/index.php?76678

Cheers, Axel.