]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commit
Don't enable dynamic libraries unloading at END time by default
authorVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 20:32:29 +0000 (22:32 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 20:32:29 +0000 (22:32 +0200)
commit763b4e655388ce7341369cf73fd7758360821b3d
tree3e03bd4b99ac77ed3bf243fe7be350261337d2fb
parentde578745159a2190a170c5da40dc4950220b087c
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).
lib/Test/Valgrind.pm