diff -r 02c8728bf9e4 -r 6b353d9e0473 lib/master.c --- a/lib/master.c Mon May 03 10:21:23 2010 +0200 +++ b/lib/master.c Wed May 05 12:59:17 2010 +0200 @@ -381,7 +381,7 @@ } // Access the mapped region to cause the initial page fault - printf("pd: %x\n", master->process_data[0]); + memset(master->process_data, 0, master->process_data_size); } return 0;