TBrowser( ) Crash!

Hi Guys!
I’m new to root. Recently I’m installed root in the my PC and played with some examples. But during one tutorial (meet a Ttree) in my PC there was a crash.
I have used new TBrowser( ). TBrowser window is opened and I can able to Draw fposZ values from the tree. But there was a segmentation violation. I have attached the entire stack-trace here :

*** Break *** segmentation violation

There was a crash (#5 0x00007f271710b686 in SigHandler(ESignals) () from /home/praveen/cern_root/build/lib/libCore.so).
This is the entire stack trace of all threads:
===========================================================
#0  0x00007f27163eb4ca in __GI___waitpid (pid=6687, stat_loc=stat_loc
entry=0x7fffb617f760, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007f2716364fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007f271710f870 in TUnixSystem::Exec(char const*) () from /home/praveen/cern_root/build/lib/libCore.so
#3  0x00007f2717110130 in TUnixSystem::StackTrace() () from /home/praveen/cern_root/build/lib/libCore.so
#4  0x00007f2717113d39 in TUnixSystem::DispatchSignals(ESignals) () from /home/praveen/cern_root/build/lib/libCore.so
#5  0x00007f271710b686 in SigHandler(ESignals) () from /home/praveen/cern_root/build/lib/libCore.so
#6  0x00007f2717113c8c in sighandler(int) () from /home/praveen/cern_root/build/lib/libCore.so
#7  0x00007f27171062ae in textinput::TerminalConfigUnix::HandleSignal(int) () from /home/praveen/cern_root/build/lib/libCore.so
#8  0x00007f2717105fd8 in (anonymous namespace)::TerminalConfigUnix__handleSignal(int) () from /home/praveen/cern_root/build/lib/libCore.so
#9  <signal handler called>
#10 0x00007fffb6182490 in ?? ()
#11 0x00007f27170456a1 in TList::FindObject(TObject const*) const () from /home/praveen/cern_root/build/lib/libCore.so
#12 0x00007f271704b2bc in THashTable::FindObject(TObject const*) const () from /home/praveen/cern_root/build/lib/libCore.so
#13 0x00007f271703a338 in THashList::RecursiveRemove(TObject*) () from /home/praveen/cern_root/build/lib/libCore.so
#14 0x00007f2716ef9404 in TROOT::RecursiveRemove(TObject*) () from /home/praveen/cern_root/build/lib/libCore.so
#15 0x00007f2716f68b04 in ROOT::CallRecursiveRemoveIfNeeded(TObject&) () from /home/praveen/cern_root/build/lib/libCore.so
#16 0x00007f270914c23a in TPad::~TPad() () from /home/praveen/cern_root/build/lib/libGpad.so
#17 0x00007f270914c31c in TPad::~TPad() () from /home/praveen/cern_root/build/lib/libGpad.so
#18 0x00007f271701b73c in TObject::Delete(char const*) () from /home/praveen/cern_root/build/lib/libCore.so
#19 0x00007f270916b011 in TPad::ShowGuidelines(TObject*, int, char, bool) () from /home/praveen/cern_root/build/lib/libGpad.so
#20 0x00007f2708e12075 in TBox::ExecuteEvent(int, int, int) () from /home/praveen/cern_root/build/lib/libGraf.so
#21 0x00007f2708e2f06c in TWbox::ExecuteEvent(int, int, int) () from /home/praveen/cern_root/build/lib/libGraf.so
#22 0x00007f2708e2d6ff in TFrame::ExecuteEvent(int, int, int) () from /home/praveen/cern_root/build/lib/libGraf.so
#23 0x00007f270917b0b0 in TCanvas::HandleInput(EEventType, int, int) () from /home/praveen/cern_root/build/lib/libGpad.so
#24 0x00007f2706aa7d6c in TRootCanvas::HandleContainerMotion(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#25 0x00007f2706aa90da in TRootContainer::HandleMotion(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#26 0x00007f2706a0ff43 in TGFrame::HandleEvent(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#27 0x00007f2706a66773 in TGClient::HandleEvent(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#28 0x00007f2706a66060 in TGClient::ProcessOneEvent() () from /home/praveen/cern_root/build/lib/libGui.so
#29 0x00007f2706a66208 in TGClient::HandleInput() () from /home/praveen/cern_root/build/lib/libGui.so
#30 0x00007f2706a645b4 in TGInputHandler::Notify() () from /home/praveen/cern_root/build/lib/libGui.so
#31 0x00007f271710ccb0 in TUnixSystem::DispatchOneEvent(bool) () from /home/praveen/cern_root/build/lib/libCore.so
#32 0x00007f2716faa251 in TSystem::InnerLoop() () from /home/praveen/cern_root/build/lib/libCore.so
#33 0x00007f2716fa9fe4 in TSystem::Run() () from /home/praveen/cern_root/build/lib/libCore.so
#34 0x00007f271700ee92 in TApplication::Run(bool) () from /home/praveen/cern_root/build/lib/libCore.so
#35 0x00007f27174a3353 in TRint::Run(bool) () from /home/praveen/cern_root/build/lib/libRint.so
#36 0x0000000000400e6a in main ()
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#10 0x00007fffb6182490 in ?? ()
#11 0x00007f27170456a1 in TList::FindObject(TObject const*) const () from /home/praveen/cern_root/build/lib/libCore.so
#12 0x00007f271704b2bc in THashTable::FindObject(TObject const*) const () from /home/praveen/cern_root/build/lib/libCore.so
#13 0x00007f271703a338 in THashList::RecursiveRemove(TObject*) () from /home/praveen/cern_root/build/lib/libCore.so
#14 0x00007f2716ef9404 in TROOT::RecursiveRemove(TObject*) () from /home/praveen/cern_root/build/lib/libCore.so
#15 0x00007f2716f68b04 in ROOT::CallRecursiveRemoveIfNeeded(TObject&) () from /home/praveen/cern_root/build/lib/libCore.so
#16 0x00007f270914c23a in TPad::~TPad() () from /home/praveen/cern_root/build/lib/libGpad.so
#17 0x00007f270914c31c in TPad::~TPad() () from /home/praveen/cern_root/build/lib/libGpad.so
#18 0x00007f271701b73c in TObject::Delete(char const*) () from /home/praveen/cern_root/build/lib/libCore.so
#19 0x00007f270916b011 in TPad::ShowGuidelines(TObject*, int, char, bool) () from /home/praveen/cern_root/build/lib/libGpad.so
#20 0x00007f2708e12075 in TBox::ExecuteEvent(int, int, int) () from /home/praveen/cern_root/build/lib/libGraf.so
#21 0x00007f2708e2f06c in TWbox::ExecuteEvent(int, int, int) () from /home/praveen/cern_root/build/lib/libGraf.so
#22 0x00007f2708e2d6ff in TFrame::ExecuteEvent(int, int, int) () from /home/praveen/cern_root/build/lib/libGraf.so
#23 0x00007f270917b0b0 in TCanvas::HandleInput(EEventType, int, int) () from /home/praveen/cern_root/build/lib/libGpad.so
#24 0x00007f2706aa7d6c in TRootCanvas::HandleContainerMotion(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#25 0x00007f2706aa90da in TRootContainer::HandleMotion(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#26 0x00007f2706a0ff43 in TGFrame::HandleEvent(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#27 0x00007f2706a66773 in TGClient::HandleEvent(Event_t*) () from /home/praveen/cern_root/build/lib/libGui.so
#28 0x00007f2706a66060 in TGClient::ProcessOneEvent() () from /home/praveen/cern_root/build/lib/libGui.so
#29 0x00007f2706a66208 in TGClient::HandleInput() () from /home/praveen/cern_root/build/lib/libGui.so
#30 0x00007f2706a645b4 in TGInputHandler::Notify() () from /home/praveen/cern_root/build/lib/libGui.so
#31 0x00007f271710ccb0 in TUnixSystem::DispatchOneEvent(bool) () from /home/praveen/cern_root/build/lib/libCore.so
#32 0x00007f2716faa251 in TSystem::InnerLoop() () from /home/praveen/cern_root/build/lib/libCore.so
#33 0x00007f2716fa9fe4 in TSystem::Run() () from /home/praveen/cern_root/build/lib/libCore.so
#34 0x00007f271700ee92 in TApplication::Run(bool) () from /home/praveen/cern_root/build/lib/libCore.so
#35 0x00007f27174a3353 in TRint::Run(bool) () from /home/praveen/cern_root/build/lib/libRint.so
#36 0x0000000000400e6a in main ()
===========================================================

PC details
OS - Ubuntu 16.04
RAM - 8GB
Cores - 4 (intel)

How I can fix this issue ?
Thanks
Praveen Velliengii

Precisely, the crash happens when I click on the interior portion of the image. I think probably this is an issue in signal handling in Graphics system.

Hi Praveen,
I can’t see any ROOT tutorial called “meet a TTree”.
Could you provide the source code so I can try to reproduce the problem?
To save time, it would be even better if you could eliminate from the source code parts that are not relevant to the crash.

It would also help to know what version of ROOT you are running exactly and how it was installed.

Cheers,
Enrico

EDIT:
I see, it was the tutorial at this page, right?
I can inspect the tree in a TBrowser just fine, so I suspect this is a problem with your specific ROOT version/insallation. From the ROOT interpreter, what does gROOT->GetVersion() print?

Hi @eguiraud :slight_smile:
Yes, it is the tutorial I’m looking. My gROOT->GetVersion( ) prints “6.13/01”.
source :

TFile::Open(“http://lcg-heppkg.web.cern.ch/lcg-heppkg/ROOT/eventdata.root”);
new TBrowser()

The TBrowser window pops out, when I try to click at a point in the window the crash occurs.
I think my PC GUI is not well aligned with Root’s GUI subsystem.
I had used the commands at Root Github page to install.
$ git clone https://github.com/root-project/root.git
$ mkdir build
$ cd build
$ cmake …/root
$ make -j4
$ source bin/thisroot.sh
$ root
How i can correct this problem ? Whether I have update any GUI components in my PC or Whether a complete reinstallation can help ?
Thanks a lot for your kind help :slight_smile:
Praveen Velliengiri

Hi,
6.13 is an unreleased version. This means that you compiled ROOT master branch, which sometimes is unstable. Would you be able to tell me which git commit exactly you used to compile ROOT?

In any case, to normalize your situation I suggest you recompile ROOT after checking out the branch v6-12-00-patches:

cd path/to/root/source
git checkout v6-12-00-patches
cd ~
mkdir root-v612-build
cd root-v612-build
cmake path/to/root/source
make -j4
source bin/thisroot/sh

and try to use TBrowser again.

Cheers,
Enrico

Hi !
Sorry I’m new to github terms, what do you mean by git commit ? From internet answers, I have used git describe, which prints v6-12-06-7-g4eb059c and
git log -1 which prints
commit 4eb059cbae986321d13d0b4063e68d04c7d04f0e
Author: Enrico Guiraud enrico.guiraud@cern.ch
Date: Mon Feb 19 09:54:26 2018 +0100

[TDF] Fix string search in jitting routine

I don’t know exactly what you have asked me ? Whether this is correct or not ? or what I have to do to get git commit I used to compile root.
Thanks
Praveen Velliengiri

git log shows that you brought your ROOT sources to the latest change (i.e. commit) for ROOT version 6.12 (I guess you used my git checkout command above).

You should recompile ROOT now, as indicated in my previous post. Alternatively, you can download a precompiled version from here that you can start using straight away without having to compile anything (you just need to give a source path/to/precompiled/root/bin/thisroot.sh from your commandline to make that root version active).

Also make sure that you have all the prerequisites for Ubuntu (at the end of the paragraph I linked there is an apt-get command that you can copy-paste and should install everything you need to run ROOT correctly).

If you get ROOT v6.12/06 running (either by compiling it or downloading a pre-compiled version) with all the pre-requisites installed, and you still see the crash, we need to investigate some more.

Cheers,
Enrico

Hi @eguiraud!
I have installed the 6.12 version of root in my PC. The performance of TBrowser is comparatively better in 6.12 than 6.13. But the response time of TBrowser window is very high, which is bad. And I can’t able to close the TBrowser window and even I can’t able to type anything in the terminal when the window is open. It also produce different errors.
It takes too long to interact with window and use it effectively. I think there is an issue in graphics subsystem. Whether the graphics subsystem is working properly on all supported platforms ? I have attached a long error message list also below

 0x3b67230
root [2] mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadWindow (invalid Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 61)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=30945, stat_loc=stat_loc
entry=0x7ffd6a381600, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#18 0x00007fc6b127fbe5 in TGClient::WaitFor (this=0x3bf5680, w=w
entry=0x40948b0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:723
#19 0x00007fc6b124b16c in TGMsgBox::PMsgBox (this=this
entry=0x40948b0, title=title
entry=0x7fc6b12d848a "TGTextEditor", msg=msg
entry=0x3d8c690 "The text has been modified. Do you want to save the changes?", icon=0x3dabc50, buttons=<optimized out>, buttons
entry=3, ret_code=ret_code
entry=0x7ffd6a38450c, text_align=36) at /home/praveen/cern_root/root/gui/gui/src/TGMsgBox.cxx:313
#20 0x00007fc6b124c18b in TGMsgBox::TGMsgBox (this=0x40948b0, p=0x3c207a0, main=<optimized out>, title=0x7fc6b12d848a "TGTextEditor", msg=0x3d8c690 "The text has been modified. Do you want to save the changes?", icon=kMBIconExclamation, buttons=3, ret_code=0x7ffd6a38450c, options=2, text_align=36) at /home/praveen/cern_root/root/gui/gui/src/TGMsgBox.cxx:107
#21 0x00007fc6b11e51d3 in TGTextEditor::IsSaved (this=this
entry=0x431c600) at /home/praveen/cern_root/root/gui/gui/src/TGTextEditor.cxx:617
#22 0x00007fc6b11e5e65 in TGTextEditor::CloseWindow (this=0x431c600) at /home/praveen/cern_root/root/gui/gui/src/TGTextEditor.cxx:652
#23 0x00007fc6b129006c in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:446
#24 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#25 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a3846e0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#26 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a3846e0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#27 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a3846e0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#28 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#29 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#30 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#31 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#32 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#33 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#34 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a3849f0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#35 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a3849f0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#36 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a3849f0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#37 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#38 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#39 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#40 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#41 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#42 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#43 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a384d00) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#44 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a384d00) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#45 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a384d00) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#46 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#47 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#48 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#49 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#50 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#51 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#52 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385010) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#53 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385010) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#54 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385010) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#55 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#56 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#57 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#58 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#59 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#60 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#61 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385320) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#62 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385320) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#63 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385320) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#64 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#65 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#66 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#67 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#68 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#69 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#70 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385630) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#71 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385630) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#72 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385630) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#73 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#74 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#75 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#76 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#77 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#78 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#79 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385940) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#80 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385940) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#81 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385940) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#82 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#83 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#84 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#85 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#86 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#87 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#88 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385c50) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#89 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385c50) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#90 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385c50) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#91 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#92 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#93 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#94 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#95 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#96 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#97 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385f60) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#98 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385f60) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#99 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385f60) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#100 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651


101 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#102 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#103 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#104 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#105 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#106 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386270) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#107 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386270) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#108 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386270) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#109 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#110 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#111 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#112 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#113 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#114 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#115 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386580) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#116 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386580) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#117 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386580) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#118 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#119 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#120 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#121 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#122 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#123 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#124 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386890) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#125 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386890) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#126 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386890) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#127 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#128 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#129 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#130 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#131 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#132 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#133 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386ba0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#134 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386ba0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#135 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386ba0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#136 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#137 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#138 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#139 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#140 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#141 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#142 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#143 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#18 0x00007fc6b127fbe5 in TGClient::WaitFor (this=0x3bf5680, w=w
entry=0x40948b0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:723
#19 0x00007fc6b124b16c in TGMsgBox::PMsgBox (this=this
entry=0x40948b0, title=title
entry=0x7fc6b12d848a "TGTextEditor", msg=msg
entry=0x3d8c690 "The text has been modified. Do you want to save the changes?", icon=0x3dabc50, buttons=<optimized out>, buttons
entry=3, ret_code=ret_code
entry=0x7ffd6a38450c, text_align=36) at /home/praveen/cern_root/root/gui/gui/src/TGMsgBox.cxx:313
#20 0x00007fc6b124c18b in TGMsgBox::TGMsgBox (this=0x40948b0, p=0x3c207a0, main=<optimized out>, title=0x7fc6b12d848a "TGTextEditor", msg=0x3d8c690 "The text has been modified. Do you want to save the changes?", icon=kMBIconExclamation, buttons=3, ret_code=0x7ffd6a38450c, options=2, text_align=36) at /home/praveen/cern_root/root/gui/gui/src/TGMsgBox.cxx:107
#21 0x00007fc6b11e51d3 in TGTextEditor::IsSaved (this=this
entry=0x431c600) at /home/praveen/cern_root/root/gui/gui/src/TGTextEditor.cxx:617
#22 0x00007fc6b11e5e65 in TGTextEditor::CloseWindow (this=0x431c600) at /home/praveen/cern_root/root/gui/gui/src/TGTextEditor.cxx:652
#23 0x00007fc6b129006c in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:446
#24 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#25 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a3846e0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#26 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a3846e0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#27 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a3846e0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#28 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#29 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#30 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#31 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#32 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#33 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#34 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a3849f0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#35 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a3849f0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#36 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a3849f0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#37 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#38 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#39 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#40 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#41 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#42 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#43 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a384d00) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#44 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a384d00) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#45 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a384d00) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#46 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#47 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#48 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#49 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#50 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419


#51 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#52 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385010) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#53 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385010) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#54 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385010) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#55 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#56 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#57 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#58 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#59 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#60 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#61 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385320) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#62 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385320) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#63 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385320) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#64 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#65 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#66 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#67 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#68 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#69 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#70 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385630) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#71 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385630) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#72 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385630) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#73 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#74 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#75 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#76 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#77 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#78 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#79 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385940) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#80 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385940) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#81 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385940) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#82 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#83 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#84 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#85 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#86 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#87 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#88 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385c50) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#89 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385c50) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#90 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385c50) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#91 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#92 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#93 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#94 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#95 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#96 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#97 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a385f60) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#98 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a385f60) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#99 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a385f60) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#100 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#101 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#102 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#103 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#104 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#105 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#106 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386270) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#107 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386270) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#108 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386270) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#109 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#110 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#111 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#112 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#113 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#114 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#115 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386580) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#116 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386580) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#117 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386580) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#118 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#119 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#120 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#121 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#122 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#123 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#124 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386890) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#125 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386890) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#126 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386890) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#127 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#128 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#129 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#130 0x00007fc6c0901322 in TSystem::ProcessEvents (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:429
#131 0x00007fc6b129034a in TRootBrowser::CloseTabs (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:419
#132 0x00007fc6b128ddad in TRootBrowser::CloseWindow (this=0x3d094e0) at /home/praveen/cern_root/root/gui/gui/src/TRootBrowser.cxx:502
#133 0x00007fc6b12416e6 in TGMainFrame::HandleClientMessage (this=0x3d094e0, event=0x7ffd6a386ba0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1693
#134 0x00007fc6b1241987 in TGFrame::HandleEvent (this=0x3d094e0, event=0x7ffd6a386ba0) at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:533
#135 0x00007fc6b1281108 in TGClient::HandleEvent (this=0x3bf5680, event=0x7ffd6a386ba0) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:841
#136 0x00007fc6b1281855 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:651
#137 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#138 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#139 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#140 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#141 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#142 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#143 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadDrawable (invalid Pixmap or Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 74)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=31442, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadWindow (invalid Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 61)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=31556, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadDrawable (invalid Pixmap or Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 74)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=31666, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadWindow (invalid Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 61)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=31776, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadDrawable (invalid Pixmap or Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 74)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=31886, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<opnt.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


timized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadWindow (invalid Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 61)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=31996, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadDrawable (invalid Pixmap or Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 74)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=32107, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRi

The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================




Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadWindow (invalid Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 61)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fc6bfe6a4ca in __GI___waitpid (pid=32217, stat_loc=stat_loc
entry=0x7ffd6a383fc0, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
#1  0x00007fc6bfde3fbb in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:148
#2  0x00007fc6c0a1e38d in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x1fdb570) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fc6c0a209cc in TUnixSystem::DispatchSignals (this=0x1fdb570, sig=kSigSegmentationViolation) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
report at http://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.
===========================================================
#6  0x00007fc6b11ffd5d in TGWindow::Print (this=this
entry=0x43d7cd0, option=option
entry=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGWindow.cxx:202
#7  0x00007fc6b12420eb in TGCompositeFrame::Print (this=0x43d7cd0, option=0x7fc6b2372985 "tree") at /home/praveen/cern_root/root/gui/gui/src/TGFrame.cxx:1252
#8  0x00007fc6b2369c86 in RootX11ErrorHandler (disp=<optimized out>, err=<optimized out>) at /home/praveen/cern_root/root/graf2d/x11/src/GX11Gui.cxx:197
#9  0x00007fc6b2055c4d in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fc6b2052ad7 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007fc6b2052b95 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#12 0x00007fc6b2053555 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#13 0x00007fc6b2044f47 in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#14 0x00007fc6b12817c4 in TGClient::ProcessOneEvent (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:648
#15 0x00007fc6b12818bd in TGClient::HandleInput (this=0x3bf5680) at /home/praveen/cern_root/root/gui/gui/src/TGClient.cxx:698
#16 0x00007fc6c0a21268 in TUnixSystem::DispatchOneEvent (this=0x1fdb570, pendingOnly=<optimized out>) at /home/praveen/cern_root/root/core/unix/src/TUnixSystem.cxx:1066
#17 0x00007fc6c09012a4 in TSystem::InnerLoop (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:411
#18 0x00007fc6c08fffbf in TSystem::Run (this=0x1fdb570) at /home/praveen/cern_root/root/core/base/src/TSystem.cxx:361
#19 0x00007fc6c095327f in TApplication::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/base/src/TApplication.cxx:1159
#20 0x00007fc6c0d7b5a7 in TRint::Run (this=this
entry=0x2013d10, retrn=retrn
entry=false) at /home/praveen/cern_root/root/core/rint/src/TRint.cxx:455
#21 0x0000000000400cbc in main (argc=1, argv=0x7ffd6a388f58) at /home/praveen/cern_root/root/main/src/rmain.cxx:30
===========================================================


Root > mn]gggghhhjjll,lllls,d  dfd.xError in <RootX11ErrorHandler>: BadDrawable (invalid Pixmap or Window parameter) (TGHorizontalFrame XID: 67109512, XREQ: 74)
TGHorizontalFrame:    67109512
    TGStatusBar:    67109509
    TGTextEditor:    67109307

 *** Break *** segmentation violation


@eguiraud
Could please you point me to some example code which uses graphics subsystem, so that we can able to dig deeper to find whether it is issue or my system bug.
Thanks :slight_smile:
Praveen Velliengiri

Hi,
all of this is quite weird.

Let’s try to break it down:

  1. TBrowser feels sluggish: if you just open the root prompt and type TBrowser b a TBrowser should open. Is that TBrowser, with no ROOT files attached, slow at responding to clicks? About how long does it take from when you click on the File menu entry to when the drop down menu appears?

  2. Errors at the console: what is the minimum required set of actions that I can perform to reproduce the issue? Can you reproduce the issue on a different computer?

You can type .demo at the ROOT prompt to get a window that lets you plot a few simple graphs with a click.
Otherwise you can test the examples under $ROOTSYS/tutorials/{graphics,graphs,gui,hist,etc...}

1 Like

@eguiraud
The TBrowser object is associated with a root file (TTree, with fposX, fposY, fposZ, fmomentum, datas ). It usually takes some 15 seconds to respond. When I try to plot further like fposX, fposY the waiting time exceeds 15 seconds :frowning:

What about my questions above? :sweat_smile:

If TBrowser is only slow in drawing histograms on canvas, that might be because it takes a long time to process your file, for whatever reason.

1 Like

@eguiraud
Errors at the console:
I did

TFile::Open("http://lcg-heppkg.web.cern.ch/lcg-heppkg/ROOT/eventdata.root");

new TBrowser( )

I takes 10 seconds to load the entires from the file, and takes some 10 seconds to produce the plots. When I close the window sometimes the crash happens.

But I think it’s just a simple file. I have heard that physics collision data is usually in GB’s. How can the TBrowser process it ? :sunny: