http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50393
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-09-14 10:33:35 UTC --- (In reply to comment #1) > > just compile it with MALLOC_CHECK_=1 > > free() invalid pointer in mio_expr > Valgrind doesn't complain on FreeBSD. No problems either on x86-64-linux (w/ MALLOC_CHECK_, MALLOC_PERTURB_ but also with valgrind). Given that the code is rather standard, it must be either a local problem or one of the nasty race-condition bugs, which only trigger very rarely.