Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Valgrind automatic tests, ran for almost every Zsh test and zredis



On Jun 16,  5:14pm, Sebastian Gniazdowski wrote:
}
} ============ The maybe-suspicious reports ============

A few of these look like they're probably the same report reached via
slightly different script paths.  The backtraces aren't very helpful
without knowing which specific test case set them off.

I'm guessing most of these are going to turn out to be from a subshell
exec'ing or exiting without bothering to clean up allocations done by
the parent, particularly in the case where the leaked memory is from
the stdio library (indicating "FILE *bshin" was never fclose()d).



Messages sorted by: Reverse Date, Date, Thread, Author