http://bugs.winehq.org/show_bug.cgi?id=59662 --- Comment #3 from Bernhard Übelacker <bernhardu@mailbox.org> --- (In reply to Esme Povirk from comment #2)
Mono needs to copy the whole stack when it transitions to GC safe context. It does not have knowledge of the stack layout, and will scan conservatively. Is this a problem for ASAN?
Thanks for taking a look. If I understand it right ASan detects that memory surrounding the actual variables get accessed. If copying that stack area as one big block is intentional I guess the way to go is to tell ASan to ignore it. I am currently testing if following change would to that: https://gitlab.winehq.org/bernhardu/wine/-/commit/82f18186d485f5e878bd6ce291... And because this is intentional behaviour I assume this bug should be closed as invalid then? -- 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.