I tested ~ppa18 with PMDK in-tree tests and I realized that removal of .so 
files from nvml_dbg directory we discussed earlier breaks the assumption that 
you can just set LD_LIBRARY_PATH and everything will work correctly WHEN 
libvmmalloc is involved.
This works:
LD_PRELOAD=libvmmalloc.so ./app
This doesn't:
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/nvml_dbg LD_PRELOAD=libvmmalloc.so 
./app
Of course you can set LD_PRELOAD to libvmmalloc.so.1, but it's a bit annoying 
that you have to do that when library built from source works as intended...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752378

Title:
  Please add Userspace Packages for NVDIMM support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1752378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to