accre / lstore

LStore - A fault-tolerant, performant distributed data storage framework.
http://www.lstore.org
Apache License 2.0
4 stars 5 forks source link

assert() statements across the sub-project code have side effects #10

Closed hellermf closed 8 years ago

hellermf commented 9 years ago

Disabling assert() statements (such as with -DNDEBUG with seems to happen with our "release" builds) breaks the functionality of the binaries produced because there are assert() statements with essential side effects. A fix to move all essential logic outside the assert()'s is already in progress, just documenting the issue.

PerilousApricot commented 8 years ago

@hellermf this is done, right?