The PythonSoftIOC CI weekly run, which runs using "ubuntu-latest" and the master branches of all its various dependencies, is seeing a core dump in its latest runs.
The issue appears to be that "ubuntu-latest" is now "24.04", upgraded from "22.04". When building epicscorelibs on this system, it seems to cause a core dump when we first try and call into EPICS C code.
I'm unfortunately not sure what the actual cause of the failure is. My guess is that the version of the C runtime has updated, but I would have expected building epicscorelibs on the system itself to not have an issue with that.
I have a branch and PR where I have been investigating the issue here.
The PythonSoftIOC CI weekly run, which runs using "ubuntu-latest" and the master branches of all its various dependencies, is seeing a core dump in its latest runs.
The issue appears to be that "ubuntu-latest" is now "24.04", upgraded from "22.04". When building
epicscorelibson this system, it seems to cause a core dump when we first try and call into EPICS C code.I'm unfortunately not sure what the actual cause of the failure is. My guess is that the version of the C runtime has updated, but I would have expected building
epicscorelibson the system itself to not have an issue with that.I have a branch and PR where I have been investigating the issue here.