I am getting a Segmentation fault(core dump) after i try to put my values into the shared array. Any Ideas?


#include <stdio.h>
#include <sys/shm.h>
#include <sys/stat.h>
#include...