Is there anyway to use this address to determine where in my code the SEGV occurred?
I don't know how you could use this information. I think the address is an actual memory address, not a relative one, so it would depend on the environment on the customer machine at the time the crash occurred. In addition, the debug vs. release mode memory layouts are likely to be different because of the additional code the compiler and linker add to support debugging.