https://bugs.kde.org/show_bug.cgi?id=378732

--- Comment #1 from Julian Seward <jsew...@acm.org> ---
Reuben!

Per Chet's last comment line

  There's no place where that value is part of a data segment.

I think that's a misreading of V's (admittedly ambiguous) claim about
the segment.  I think it means the brk segment.  And one way that could
happen is that the allocated block has for whatever reason been allocated
by the system (glibc?) malloc, which puts it in the brk segment, but has
been passed to the Valgrind-provided free function, hence causing the
reported error.  (Note -- unproven theory, at best).

So it might be some kind of malloc/free interception problem.  Have there
been any changes to bash lately that might account for that?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to