I suppose your OS is Linux, and you have problem with null pointer. It is not vibe problem, please refer to

http://forum.dlang.org/thread/lg18lj$31bl$1@digitalmars.com

in short you should add:

import etc.linux.memoryerror;
registerMemoryErrorHandler();