another linked question is Segmentation fault while using strcpy()?
I have a structure:
struct thread_data{ char *incall[10]; int syscall
i think malloc(sizeof(struct thread_data)); should work, does it not?
malloc(sizeof(struct thread_data));