Feature #37
Handle Null pointer access
| Status: | New | Start date: | 07/12/2011 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Compiler | Spent time: | - | |
| Target version: | 1.4 | |||
| Difficulty: | Normal |
Description
Catch the CPU Page fault. If access to zero page caused the fault, then propagate to the VES runtime, determine the thread that caused the fault, and throw the NullReferenceException exception.
The zero page should not be mapped so that a page fault is generated.
History
Updated by Phil Garcia almost 2 years ago
- Target version changed from 1.0 to 1.1
Updated by Phil Garcia 12 months ago
- Target version changed from 1.1 to 1.4
- Difficulty set to Normal