[Bug 23358] New: Memory regions without any access

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 24 07:43:12 CDT 2010


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 at winehq.org
        ReportedBy: rawlik at 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"

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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