Comment 11 for bug 1968742

Revision history for this message
Matthew Ruffell (mruffell) wrote :

Performing verification on Jammy.

I installed hwloc 2.7.0-2 from -updates, along with build essential, and compiled the minimal reproducer c program from the testcase.

Upon running it, we segmentation fault:

$ ./reproducer
dlopen: 0x557f2027b2d0
getenv: (nil)
dlclose: 0
Segmentation fault (core dumped)

I then enabled -proposed, and installed hwloc 2.7.0-2ubuntu1. Running the same reproducer:

$ ./reproducer
dlopen: 0x56423a95c2d0
getenv: (nil)
dlclose: 0
getenv: (nil)

No more segmentation faults. Additionally, a user has tried this out in production and found it fixes their workloads that rely on hwloc libraries.

Happy to mark as verified for Jammy.