Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Valgrind automatic tests, ran for almost every Zsh test and zredis
- X-seq: zsh-workers 41313
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Valgrind automatic tests, ran for almost every Zsh test and zredis
- Date: Fri, 16 Jun 2017 22:08:24 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=g50pMoCRaea4rnWE4JCiXNBJPRbj5cQMZrJb1Bc6cjo=; b=R4pUjByymc2zri44di6UxaWP6R/m4qyWtE/tRijNYfF456fEYI1eFHfXYFpU/TCk4b Q8Q/Jhtm5Wthp3vXJ/UFZ52kjobj0URdRiE6Npqk/r3+40TAvR1ZvfYnQs8z9527XJtq 9fZzfVrX4eEO4LWEhkqZCFSmWn7AAknBUFL4xDHCEnlfhVMQPJBEHbeR51uo0YjXjjY/ cr0ARdF2hmzM7Pr3uM8muj1XdDhSdHNjh5pmYecTT9s4zvemh+qu4hCx2WKKzgvBctni jd9wRTbo23qRO3wrV5+ANPoVwD0VYl3EVdUr7DCCc9E5wyW30aTddkH42mp1y/aK0M0B l1WQ==
- In-reply-to: <etPan.5943f5c1.6b8b4567.367a@MacMini.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <etPan.5943f5c1.6b8b4567.367a@MacMini.local>
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