Segmentation fault when running inside Boost Unit Test Framework
Opened this issue · 2 comments
ianbtr commented
Stack trace from CLion:
And the unfortunate message:
From what I can tell, this happened when destroying LineReader::buffer, and the issue persists when I use #define CSV_IO_NO_THREAD. Shorter CSVs do not seem to cause this problem (the CSV that caused this issue was roughly 7k lines).
This does not happen when I run the same code outside of the Boost Unit Test Framework, so this could very well be an issue on their end.
Please let me know if there is any other data I can provide to help fix this.
ben-strasser commented
thank you for the bug report. Could you provide a minimum code example
that illustrates the issue? Debugging this will not be possible without
being able to reproduce the issue...
ianbtr commented
I actually can't reproduce it myself now that I've fixed another memory issue in the code. (I suggest closing this)

