TBrowser problem

Hi,

I’ve just installed root from source (version 5.34) onto my mac, it seemed to build fine but when i try and open TBrowser i comes up with the following error message:

*** Break *** segmentation violation

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

Thread 1 (process 8624):
#0 0x00007fff88e33b28 in wait4 ()
#1 0x00007fff88e480e6 in system ()
#2 0x0000000100122bac in TUnixSystem::StackTrace ()
#3 0x000000010011fab1 in TUnixSystem::DispatchSignals ()
#4
#5 0x0000000103b2a1f5 in _XReply ()
#6 0x0000000103b0f19b in XAllocColor ()
#7 0x0000000103f41893 in find_useable_visual ()
#8 0x0000000103f41f62 in query_screen_visual_id ()
#9 0x0000000103f4377b in create_asvisual_for_id ()
#10 0x0000000103f053a2 in TASImage::InitVisual ()
#11 0x0000000103f0f843 in TASImage::ReadImage ()
#12 0x0000000102cd8a53 in TImage::Open ()
#13 0x000000010333e644 in TGPicturePool::GetPicture ()
#14 0x0000000103419e6c in TGVSplitter::TGVSplitter ()
#15 0x00000001034572b1 in TRootBrowser::CreateBrowser ()
#16 0x0000000103457d2d in TRootBrowser::TRootBrowser ()
#17 0x0000000103457e68 in TRootBrowser::NewBrowser ()
#18 0x0000000103716f82 in G__G__Gui3_405_0_46 ()
#19 0x00000001008da7da in Cint::G__CallFunc::Execute ()
#20 0x00000001000ed381 in TCint::CallFunc_ExecInt ()
#21 0x0000000100027af0 in TMethodCall::Execute ()
#22 0x000000010000fdbf in TPluginHandler::ExecPlugin ()
#23 0x0000000103471b60 in TRootGuiFactory::CreateBrowserImp ()
#24 0x00000001000729b0 in TBrowser::TBrowser ()
#25 0x000000010021b59b in G__G__Base1_85_0_3 ()
#26 0x00000001008d7e46 in Cint::G__ExceptionWrapper ()
#27 0x000000010099a51c in G__execute_call ()
#28 0x000000010099ca8b in G__call_cppfunc ()
#29 0x000000010097020c in G__interpret_func ()
#30 0x000000010095f1d0 in G__getfunction ()
#31 0x00000001009265f9 in G__define_var ()
#32 0x00000001009c5a1b in G__exec_statement ()
#33 0x000000010091c3ff in G__exec_tempfile_core ()
#34 0x000000010091c706 in G__exec_tempfile_fp ()
#35 0x00000001009d3288 in G__process_cmd ()
#36 0x00000001000206de in TCint::ProcessLine ()
#37 0x000000010006ad68 in TApplication::ProcessLine ()
#38 0x000000010102ab7c in TRint::HandleTermInput ()
#39 0x0000000101029427 in TTermInputHandler::Notify ()
#40 0x000000010102b70d in TTermInputHandler::ReadNotify ()
#41 0x000000010011f772 in TUnixSystem::CheckDescriptors ()
#42 0x000000010011fc86 in TUnixSystem::DispatchOneEvent ()
#43 0x00000001000af7ed in TSystem::InnerLoop ()
#44 0x00000001000b1ab3 in TSystem::Run ()
#45 0x0000000100069307 in TApplication::Run ()
#46 0x000000010102b308 in TRint::Run ()
#47 0x0000000100000990 in main ()

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

#5 0x0000000103b2a1f5 in _XReply ()
#6 0x0000000103b0f19b in XAllocColor ()
#7 0x0000000103f41893 in find_useable_visual ()
#8 0x0000000103f41f62 in query_screen_visual_id ()
#9 0x0000000103f4377b in create_asvisual_for_id ()
#10 0x0000000103f053a2 in TASImage::InitVisual ()
#11 0x0000000103f0f843 in TASImage::ReadImage ()
#12 0x0000000102cd8a53 in TImage::Open ()
#13 0x000000010333e644 in TGPicturePool::GetPicture ()
#14 0x0000000103419e6c in TGVSplitter::TGVSplitter ()
#15 0x00000001034572b1 in TRootBrowser::CreateBrowser ()
#16 0x0000000103457d2d in TRootBrowser::TRootBrowser ()
#17 0x0000000103457e68 in TRootBrowser::NewBrowser ()

Any help would be appreciated! Thanks, Rachel.

Hi Rachel,

You should first try to search the forum… See for example: [url=https://root-forum.cern.ch/t/root-5-30-tbrowser-not-working/12706/1 post[/url]

Cheers, Bertrand.

Hi,

I’ve looked though some posts and can’t find a solution, libAfterImage exists and I tried the solution that worked for the post that you linked here and it didnt make a difference…

Thanks for your help,

Rachel

Hi Rachel,

And what about [url=https://root-forum.cern.ch/t/draw-crash-on-macosx/11033/1 one[/url]?

Cheers,Bertrand.