LouisJenkinsCS / Persistent-Memory-Analysis-Tool

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

Closed LouisJenkinsCS closed 4 years ago

LouisJenkinsCS commented 4 years ago

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.

LouisJenkinsCS commented 4 years ago

Related to #21 as I'll be scrapping this version for good once the real version is up and running.

LouisJenkinsCS commented 4 years ago

Turns out it had to do with the static number of threads being far too low.