TBrowser crashes

Dear Rooters

I am unable to get ROOT to run correctly because when I try to open the TBrowser, the program crashes. Any help would be much appreciated.

root [0] new TBrowser
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image
libpng warning: Application built with libpng-1.2.55 but running with 1.6.34
Warning in <TASImage::GetMask>: No image

 *** Break *** segmentation violation


_ROOT Version:6.12.06
_Platform: OpenSUSE x86_64
_Compiler: 7.4.1 20190424


How did you install ROOT? You probably updated your OS, which now has an incompatible version of libpng (1.6) vs the version ROOT was built with (1.2.55).

Hi,

The installation went as the official documentation says using cmake, and cmake build and was fine. I didn’t update the OS at all.

Thank you very much for your time

We need to know more details. With the information you provided, all I can tell you is what the error message says: that the libpng used at runtime is a different version than the one you compiled with, and that’s why ROOT crashes.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.