key4hep / key4hep-spack

A Spack recipe repository of Key4hep software.
10 stars 23 forks source link

CEDViewer broken on Ubuntu 22 nightlies #603

Closed tmadlener closed 3 months ago

tmadlener commented 3 months ago

When running the CEDViewer on Ubuntu 22, some of the functionality is not present and there is a reproducible segmentation fault when trying to display the keyboard short cut help.

Reproducer:

source  /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
glced &

Then press h in the window that opens to trigger the segmentation fault. This works for the release build. We have also made sure to install all packages that were present when building the nightlies, according to this Dockerfile.

@Victor-Schwan FYI

tmadlener commented 3 months ago

From a quick look through ldd $(which glced) it is not immediately visible that the release and the nightlies link against different libraries, i.e. spack built vs system provided.

tmadlener commented 3 months ago

This is a CED issue, opening an appropriate ticket there (since cross org moving of issues is not possible).