https://bugs.winehq.org/show_bug.cgi?id=37585
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Erich,
quickest method without attaching debugger: 'cat /proc/<pid>/maps' on each 'webhelper' process.
To check if and how remapping happens at startup: 'strace -vf -o strace.log wine64 foo ...' (follow fork option for childs).
Regards