Persistent Memory Analysis Tool (PMAT) - Valgrind Plugin that provides an online sampling approach towards performing verification on persistent memory.
GNU General Public License v2.0
1
stars
0
forks
source link
The 'durable_queue' benchmark crashes on certain systems #25
My hackish implementation where I use a free-list likely is not the way to go about this anymore, as it crashes on my new laptop. The interesting thing to note is that not only did it work on my previous system and laptop, but also on Travis. It could be either the version of software I am using or just plain undefined behavior, but it doesn't change the fact that my benchmark (not PMAT) is crashing.
My hackish implementation where I use a free-list likely is not the way to go about this anymore, as it crashes on my new laptop. The interesting thing to note is that not only did it work on my previous system and laptop, but also on Travis. It could be either the version of software I am using or just plain undefined behavior, but it doesn't change the fact that my benchmark (not PMAT) is crashing.