Kingsford-Group / bloomtree

GNU General Public License v3.0
73 stars 14 forks source link

Fix broken assert that used pointer as reference #8

Closed kdm9 closed 8 years ago

kdm9 commented 8 years ago

Hi all,

I tried compiling with debugging enabled to debug a segfault, and hit a compilation error. The attached patch seemed to fix the initial compile error, I'm still working on the segfault.

Cheers, Kevin

Bradsol commented 8 years ago

I've tied that broken assert (and a few others) into the latest commit. Thanks for the help and please let me know if you need any assistance debugging the segfault.

kdm9 commented 8 years ago

Thanks Brad! The segfault was caused by a user error, so no further debugging is needed.