-
Failed on Windows 10 (10.0.16299), found on b86a0bf5f5174e7b9f6170d3e200bc1c34e3f632
Output:
```
obj_mem/TEST0: SETUP (all\pmem\debug)
C:\Jenkins\workspace\pmdk_fork_windows_tests\src\test\RUNTE…
-
Without Microsoft Visual Studio 2015 Installer Projects installed I can build a project normally but with it I can't. Output:
> C:\Jenkins\workspace\test\src>"C:\Program Files (x86)\Microsoft Visua…
-
nvml-unit-tests.pmempool_create_TEST10_non-pmem_debug.fail occurs on 0Day since we built nvml with NDCTL_ENABLE=y(previous it is unset) recently.
after digging into the test case, we found it exits f…
-
While packaging pmdk 1.4, I got this lintian error about `src/tools/pmempool/pmempool.sh`:
https://lintian.debian.org/tags/script-not-executable.html
```
W: pmdk-tools: script-not-executable usr/…
-
**1.configure:**
```
fio-fio-3.13]# ./configure
Operating system Linux
CPU x86_64
Big endian no
Compiler gcc
Cros…
-
PMDK doc: missing files for functions: pmemobj_xflush, pmemobj_xpersist in 'generated' directory. No manual entry for these functions.
-
Wanted to get famliar with pmemkv api so wrote a writer and reader pair. The writer reads words out of a dictionary (like `/usr/share/dict/words`) and stores them in pmemkv. then the reader tries to…
-
In place mentioned below:
https://github.com/pmem/pmdk/blob/3b5b03fe00749400e20ab9d8f180cb1728709776/src/libpmemobj/obj.c#L1033-L1034
There is function pointer cast to an incompatible function p…
-
Many pocli functions are not checking if certain values like *oid, *oidp, *head, *head_oid, *src_p *dest_p, *pop are NULL and cause unhandled exceptions.
These functions include:
pocli_pmemobj_do_pe…
-
According to the log and code inspection I figured out that Becnhmark class of pmemkv_bench utility never closes properly KVEngine instance. Destructor of KVEngine instance is never called in pmemkv_b…