Adam Borowski

Results 28 issues of Adam Borowski

A namespace configured for -m devdax looks like: ``` [~]# ndctl list [ { "dev":"namespace1.0", "mode":"devdax", "map":"dev", "size":1054867456, "uuid":"445664fa-8def-4dfc-85aa-aa7ded8b4f54", "chardev":"dax1.0", "align":2097152 }, ``` Then, after `[~]# daxctl reconfigure-device -m system-ram...

Using symlinks and hardlinks for deduplication tends to be a bad idea: linking is open to races, and changes the semantics of both copies: if you edit one of the...

I'm afraid the fix for #18 is incomplete: if you press [5], you get: Unknown key ' '. Type ? for help. Unknown key 'O'. Type ? for help. Unknown...

If you have a game in progress (running) then start another one on a different terminal, the new session will continue from the last stairs taken, leaving the first one...

As [reported in Debian](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015094): ## Environment Information - libpmemobj-cpp version(s): 1.13.0 - PMDK (libpmemobj) package version(s): 1.12.0 - OS(es) version(s): Debian bookworm/unstable - kernel version(s): 5.10.70 (reporter), 5.19-rc5 (me) -...

Type: Bug

## Environment Information - libpmemobj-cpp version(s): 1.13.0 - PMDK (libpmemobj) package version(s): 1.11.1 - OS(es) version(s): Debian unstable+experimental - TBB version(s): **onetbb 2021.5.0** - ndctl version(s): 73 As reported by...

Type: Bug

These files get created inside the source tree: ``` tests/concurrent_hash_map_rehash_break/concurrent_hash_map_rehash_break_0.cmake tests/concurrent_hash_map_rehash_break/concurrent_hash_map_rehash_break_1.cmake ```

Type: Bug
Priority: 3 medium

``` /home/kilobyte/c/libpmemobj-cpp/tests/array_slice/array_slice.cpp:217:27: error: could not convert ‘{{1, 2, 3, 4, 5, 6}}’ from ‘’ to ‘TestSuccess::C’ {aka ‘pmem::obj::array’} 217 | C c = {{1, 2, 3, 4, 5, 6}}; |...

Type: Bug
Priority: 3 medium

Debian unstable: gcc-9, valgrind 3.15 Full log from two official buildds: [x86-ubc-01](https://buildd.debian.org/status/fetch.php?pkg=libpmemobj-cpp&arch=amd64&ver=1.8-1&stamp=1570124972&raw=0), [x86-csail-02](https://buildd.debian.org/status/fetch.php?pkg=libpmemobj-cpp&arch=all&ver=1.8-1&stamp=1570125012&raw=0). ``` 48/957 Test #163: concurrent_hash_map_rehash_0_helgrind ..................................................................................***Failed 5.29 sec -- Executing: valgrind --error-exitcode=99 --tool=helgrind //obj-x86_64-linux-gnu/tests/concurrent_hash_map_rehash //obj-x86_64-linux-gnu/test/concurrent_hash_map_rehash_0_helgrind/testfile -- Test...

Type: Bug
Priority: 4 low

Here's a grab-bag of misc fixes and additions. I placed them in a single pull request as I prefer to _cherry-pick_ over using GitHub's GUI, but can separate them if...