Amit Langote
Amit Langote
Concurrent (non-exclusive) backup API of 9.6 seems useful for this.
A culprit may be request sizes calculated by `lib/parser_csv.c`.
And this seems to occur only in cases when there are parse errors.
Re-opened to discuss a better memory management solution within `CSVParserRead()`. See issue #36 to see why I reverted the commit that implemented a poor solution (basically, that solution disabled a...
@LoveTommy Thanks, I considered a similar fix. Will merge when I next get time to work on this.
Was this ever addressed (maybe elsewhere)?
Wow, looks like there's an avalanche of independent discoveries of errors related to shared library(ies) symbol resolution. Just a couple days ago, was looking at a segfault where a library...
came here to report just that...