Re: [ROOT] Error in <TGVComboBox::TGComboBox>: arrow_down.xpm not found

From: Rene Brun (Rene.Brun@cern.ch)
Date: Sun Nov 23 2003 - 13:17:57 MET


Hi Valery,

I can reproduce the problem with the gcc2.95 version of 3.10/01
We will investigate the problem. Thanks for reporting it.

Rene Brun

On Sun, 23 
Nov 2003, Valery Dorofeev wrote:

> Dear Rene,
> I've made comparison of two versions of root( v3.10.01 and v3.05.07).
> The case  i've reported is a specific feature of the v3.10.
> Look at the following:
> 
> [compass] >uname -a
> Linux lxplus033 2.4.20-18.7.cernsmp #1 SMP Thu Jun 12 12:27:49 CEST 2003 i686 unknown
> [compass] >gcc -v
> Reading specs from /usr/local/gcc-alt-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
> gcc version 2.95.2 19991024 (release)
> [compass] >echo $ROOTSYS
> /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root
> [compass] >echo $PATH
> /afs/cern.ch/compass/detector/monitor/mysql/bin:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin:/usr/local/gcc-alt-2.95.2/bin:/afs/cern.ch/user/d/dorofeev/bin:/afs/cern.ch/user/d/dorofeev/scripts:/usr/sue/bin:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/local/bin/X11:/cern/pro/bin:.:/usr/local/lsf/bin
> [compass] >echo $LD_LIBRARY_PATH 
> /afs/cern.ch/user/d/dorofeev/w0/coral/i386_linux24:/afs/cern.ch/user/d/dorofeev/w0/coral/lib/Linux:/afs/cern.ch/compass/online/daq/dateV371/monitoring/Linux:/afs/cern.ch/compass/detector/monitor/mysql/lib:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib:/afs/cern.ch/sw/lhcxx/specific/redhat73/gcc-2.95.2/CLHEP/1.8.0.0/lib:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib:/usr/local/gcc-alt-2.95.2/lib:/afs/cern.ch/project/oracle/linux/920/lib
> [compass] >root
>   *******************************************
>   *                                         *
>   *        W E L C O M E  to  R O O T       *
>   *                                         *
>   *   Version   3.10/01    8 October 2003   *
>   *                                         *
>   *  You are welcome to visit our Web site  *
>   *          http://root.cern.ch            *
>   *                                         *
>   *******************************************
> 
> FreeType Engine v2.1.3 used to render TrueType fonts.
> Compiled for linux with thread support.
> 
> CINT/ROOT C/C++ Interpreter version 5.15.105, Sep 28 2003
> Type ? for help. Commands must be C++ statements.
> Enclose multiple statements between { }.
> root [0] gEnv->Print();
>  ...........
> Gui.IconPath:             /afs/cern.ch/user/d/dorofeev/icons:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/icons:. [Global]
> ............
> root [1] TBrowser b;
> Error in <TGComboBox::TGComboBox>: arrow_down.xpm not found
> Error in <TGVScrollBar::TGHScrollBar>: arrow_*.xpm not found
> Error in <TGTreeLBEntry::TGTreeLBEntry>: icon not found for entry Current dir
> 
>  *** Break *** segmentation violation
> .............
> Root > .q
> [compass] >setenv ROOTSYS /afs/cern.ch/sw/root/v3.05.07/rh73_gcc2952/root
> [compass] >setenv PATH $ROOTSYS/bin:$PATH
> [compass] >setenv LD_LIBRARY_PATH $ROOTSYS/lib:$LD_LIBRARY_PATH
> [compass] >root
>   *******************************************
>   *                                         *
>   *        W E L C O M E  to  R O O T       *
>   *                                         *
>   *   Version   3.05/07      27 July 2003   *
>   *                                         *
>   *  You are welcome to visit our Web site  *
>   *          http://root.cern.ch            *
>   *                                         *
>   *******************************************
> 
> FreeType Engine v2.1.3 used to render TrueType fonts.
> Compiled for linux with thread support.
> 
> CINT/ROOT C/C++ Interpreter version 5.15.94, June 30 2003
> Type ? for help. Commands must be C++ statements.
> Enclose multiple statements between { }.
> root [0] TBrowser b;
> root [1] .q
>  
> Everything is fine for v3.05...
> 
> Hmmm... What to look at?
> 
>                                Regards, Valery.                        
> 
> On Sat, 22 Nov 2003, Rene Brun wrote:
> 
> > Hi Valery,
> > 
> > It looks like you did not set ROOTSYS. Also check discrepancies between
> > $ROOTSYS/etc/system.rootrc and a possible .rootrc file in your HOME
> > directory. In the system.rootrc file, there is a path to the icons at
> > $ROOTSYS/icons. If ROOTSYS is not defined, the icons will not be found.
> > 
> > Rene Brun
> > 
> > On 
> > Sat, 22 Nov 2003, Valery Dorofeev wrote:
> > 
> > > 
> > > Dear rooters,
> > > 
> > > Any hints on what is wrong with my CERNside settings, for everything is OK
> > > with the same root version at my home institute( but another gcc, shell, 
> > > rhl)?
> > > 
> > >                                    Thanx for help, Valery.
> > > 
> > > The matter of state:
> > > -------------------
> > > [compass] >uname -a
> > > Linux lxplus067 2.4.20-18.7.cernsmp #1 SMP Thu Jun 12 12:27:49 CEST 2003 i686 unknown
> > > [compass] >gcc -v
> > > Reading specs from /usr/local/gcc-alt-2.95.2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
> > > gcc version 2.95.2 19991024 (release)
> > > [compass] >root
> > >   *******************************************
> > >   *                                         *
> > >   *        W E L C O M E  to  R O O T       *
> > >   *                                         *
> > >   *   Version   3.10/01    8 October 2003   *
> > >   *                                         *
> > >   *  You are welcome to visit our Web site  *
> > >   *          http://root.cern.ch            *
> > >   *                                         *
> > >   *******************************************
> > > 
> > > FreeType Engine v2.1.3 used to render TrueType fonts.
> > > Compiled for linux with thread support.
> > > 
> > > CINT/ROOT C/C++ Interpreter version 5.15.105, Sep 28 2003
> > > Type ? for help. Commands must be C++ statements.
> > > Enclose multiple statements between { }.
> > > root [0] TBrowser b;
> > > Error in <TGComboBox::TGComboBox>: arrow_down.xpm not found
> > > Error in <TGVScrollBar::TGHScrollBar>: arrow_*.xpm not found
> > > Error in <TGTreeLBEntry::TGTreeLBEntry>: icon not found for entry Current dir
> > > 
> > >  *** Break *** segmentation violation
> > >  Generating stack trace...
> > >  0x4130232e in TGHorizontalLayout::Layout(void) + 0x126 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x412f96cb in TGCompositeFrame::Layout(void) + 0x27 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x412ecc00 in TGComboBox::SetTopEntry(TGLBEntry *, TGLayoutHints *) + 0xb0 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x412efbd8 in TGFSComboBox::TGFSComboBox(TGWindow const *, int, unsigned int, unsigned long) + 0x1a8 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x4134aa75 in TRootBrowser::CreateBrowser(char const *) + 0xd95 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x413496e4 in TRootBrowser::TRootBrowser(TBrowser *, char const *, unsigned int, unsigned int) + 0x80 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x41357443 in TRootGuiFactory::CreateBrowserImp(TBrowser *, char const *, unsigned int, unsigned int) + 0x43 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libGui.so
> > >  0x40119a32 in TBrowser::TBrowser(char const *, char const *) + 0x15e from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x4022e104 in <unknown> from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x406a0e37 in G__call_cppfunc + 0x27b from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x4068f603 in G__interpret_func + 0x7e3 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x40675bdf in G__getfunction + 0x17b7 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x40655554 in G__define_var + 0x2a4c from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x406f264b in G__defined_type + 0x5df from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x406bf366 in G__exec_statement + 0x2102 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x4064f03c in G__exec_tempfile_core + 0x2b4 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x4064f20d in G__exec_tempfile_fp + 0x25 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x406c8a0c in G__process_cmd + 0x5094 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCint.so
> > >  0x4019677e in TCint::ProcessLine(char const *, TInterpreter::EErrorCode *) + 0x9e from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x401143f1 in TApplication::ProcessLine(char const *, bool, int *) + 0x5c9 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x40f0a1bf in TRint::HandleTermInput(void) + 0x133 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libRint.so
> > >  0x40f09311 in TTermInputHandler::Notify(void) + 0x29 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libRint.so
> > >  0x40f0a4fc in TTermInputHandler::ReadNotify(void) + 0x24 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libRint.so
> > >  0x402015fa in TUnixSystem::CheckDescriptors(void) + 0xfe from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x40200d2b in TUnixSystem::DispatchOneEvent(bool) + 0x107 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x401665b9 in TSystem::InnerLoop(void) + 0x31 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x40166529 in TSystem::Run(void) + 0x79 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x40114dc6 in TApplication::Run(bool) + 0x32 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libCore.so
> > >  0x40f09c7b in TRint::Run(bool) + 0x2e3 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib/libRint.so
> > >  0x080488a7 in main + 0x83 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin/root.exe
> > >  0x42017589 in __libc_start_main + 0x95 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin/root.exe
> > >  0x08048751 in __register_frame_info + 0x35 from /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin/root.exe
> > > Root > 
> > > 
> > > [compass] >echo $ROOTSYS
> > > /afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root
> > > [compass] >echo $PATH
> > > /afs/cern.ch/compass/detector/monitor/mysql/bin:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/bin:/usr/local/gcc-alt-2.95.2/bin:/afs/cern.ch/user/d/dorofeev/bin:/afs/cern.ch/user/d/dorofeev/scripts:/usr/sue/bin:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/local/bin/X11:/cern/pro/bin:.:/usr/local/lsf/bin
> > > [compass] >echo $LD_LIBRARY_PATH
> > > /afs/cern.ch/user/d/dorofeev/w0/coral/i386_linux24:/afs/cern.ch/user/d/dorofeev/w0/coral/lib/Linux:/afs/cern.ch/compass/online/daq/dateV371/monitoring/Linux:/afs/cern.ch/compass/detector/monitor/mysql/lib:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib:/afs/cern.ch/sw/lhcxx/specific/redhat73/gcc-2.95.2/CLHEP/1.8.0.0/lib:/afs/cern.ch/sw/root/v3.10.01/rh73_gcc2952/root/lib:/usr/local/gcc-alt-2.95.2/lib:/afs/cern.ch/project/oracle/linux/920/lib
> > >     
> > > 
> > 
> > 
> 
> 



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:17 MET