redis icon indicating copy to clipboard operation
redis copied to clipboard

Crash consistency bug in 3.2-nvml

Open iangneal opened this issue 3 years ago • 0 comments

https://github.com/pmem/redis/blob/4e622e75a596813fc1d2a3d1b569427302fad602/src/server.c#L4015-L4019

  • If the pool is corrupted or is otherwise unopenable, pmemobj_open(...) will return NULL, causing a SEGFAULT during initialization (i.e., at POBJ_ROOT).

iangneal avatar May 03 '21 20:05 iangneal