http://bugs.winehq.org/show_bug.cgi?id=23358
Summary: Memory regions without any access Product: Wine Version: 1.2-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: rawlik@list.ru
Created an attachment (id=29109) --> (http://bugs.winehq.org/attachment.cgi?id=29109) backtrace
How to reproduce:
At console type: $ winedbg notepad.exe got First chance exception: page fault on write access to 0x00360000 in 32-bit code (0x7e66adca).
in other console get process pid: $ ps -A | grep notepad.exe
19458 ? 00:00:00 notepad.exe <PID> $ cat /proc/19458/maps memory map contains some regions with access rights "---p" i.e. Private but can't read, write and execute and region with 0x00360000 is too with access rights "---p"