Handle page protection errors using D errors (exceptions). NullPointerError is thrown when dereferencing null pointers. A system-dependent error is thrown in other cases.
Note: Only x86 and x86_64 are supported for now.
Thrown on POSIX systems when a SIGSEGV signal is received.
Thrown on null pointer dereferences.
See Source File etc/linux/memory.d
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE_1_0.txt)
Amaury SECHET, FeepingCreature, Vladimir Panteleev
Handle page protection errors using D errors (exceptions). NullPointerError is thrown when dereferencing null pointers. A system-dependent error is thrown in other cases.
Note: Only x86 and x86_64 are supported for now.