http://bugs.winehq.org/show_bug.cgi?id=35582
gpiez@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gpiez@web.de
--- Comment #6 from gpiez@web.de --- I got hit by the same bug.
"The instruction at 0x731970 referenced memory at 0x7f6abea8c028..."
Insteresting sections from pmap:
0000000000731000 36K r-x-- [ anon ] (probably warden) 000000000073a000 8K r---- [ anon ]
00007f6abea59000 2044K ----- psapi.dll.so 00007f6abec58000 4K r---- psapi.dll.so
Even if addresses differ, it looks always the same: Something is trying to access private memory from psapi.dll, which it isn't allowed to do. No lets figure out why this doesn't crash in windows :-)