I need to know the root cause of the segmentation fault (SIGSEGV), and how to handle it.
using an invalid/null pointer? Overrunning the bounds of an array? Kindof hard to be specific without any sample code.
Essentially, you are attempting to access memory that doesn't belong to your program, so the OS kills it.