[Bug 36509] valgrind shows a potential leak in mscoree/tests/debugging.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 19 04:31:58 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=36509

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
(In reply to Vincent Povirk from comment #1)
> Is it possible to rerun this with debug symbols for mscoree.dll included?

They should already be enabled, I build with

CFLAGS="-g -ggdb -Og -fno-inline"
https://github.com/austin987/wine-valgrind-scripts/blob/master/valgrind-full.sh#L175

looking at valgrind's output, a debug build of mono may be useful (though
valgrind's PDB support is hit or miss, not sure how it will handle mono).

Anyway, if you've got a debug mono build I could try, I will.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list