Re: [Valgrind-users] Fwd: ASan error using memcheck tool

2016-04-25 Thread John Carter
In case you wonder why they don't play nice https://github.com/google/sanitizers/wiki/AddressSanitizer#ulimit--v ASan consumes 20 terabytes of virtual memory (plus a bit). ASAN plays horrible tricks with virtual memory to work. https://github.com/google/sanitizers/wiki/AddressSanitizerAlgor

Re: [Valgrind-users] Fwd: ASan error using memcheck tool

2016-04-25 Thread Nick
Yes, that worked. Thank you, Tom. You saved my day again. -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your

Re: [Valgrind-users] Fwd: ASan error using memcheck tool

2016-04-25 Thread Tom Hughes
On 25/04/16 17:11, Николай Жосов wrote: > I have a problem trying to check my programme with memcheck. > Some details about programme: > It consist of 2 DLLs and executable, implicitly linked using -rpath to > add location of DLLs to executable. Also one of DLLs was linked with the > first the sam

[Valgrind-users] Fwd: ASan error using memcheck tool

2016-04-25 Thread Николай Жосов
Hi. I have a problem trying to check my programme with memcheck. Some details about programme: It consist of 2 DLLs and executable, implicitly linked using -rpath to add location of DLLs to executable. Also one of DLLs was linked with the first the same way. So I start the check with such line: va