From: Vincent Pit Date: Tue, 14 Apr 2009 20:32:29 +0000 (+0200) Subject: Don't enable dynamic libraries unloading at END time by default X-Git-Tag: v1.01~2 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=763b4e655388ce7341369cf73fd7758360821b3d;hp=763b4e655388ce7341369cf73fd7758360821b3d;p=perl%2Fmodules%2FTest-Valgrind.git Don't enable dynamic libraries unloading at END time by default This makes the error stack traces unreadable because valgrind tries to resolve the symbol names after they were unloaded (and not when the error occurs). ---