Opened 13 years ago
Closed 13 years ago
#76 closed task (fixed)
Support guard page exceptions
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.4 |
Component: | odin | Version: | 0.8.x |
Severity: | medium | Keywords: | |
Cc: |
Description
Currently, Odin doesn't deliver EXCEPTION_GUARD_PAGE_VIOLATION exceptions when accessing memory pages marked by VirtualProtect() as PAGE_GUARD to the application. This needs to be fixed. In particular, it is used in OpenJDK to implement the stack yellow and red zones (to have the better control on "out of stack" situations).
Note:
See TracTickets
for help on using tickets.
See OpenJDK ticket 160 that contains a lot of information about the problem.
Basically, we should do two things: