I have a program that I get a SEGV fault from. It only happens once in a while on a customer site so connecting to a debugger is not an option.

I have captured the Address of the segmentation fault using segaction.

Is there anyway to use this address to determine where in my code the SEGV occurred?