[GD-Windows] Finding routine that's crashing
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-07-31 17:40:39
|
I'm getting an exception deep inside some call such that I don't have a call stack. I'm using MSVC6. I'm not sure what's causing it or where it happens, and it appears to be timing dependent (i.e. if I step through the code, it doesn't happen). Is there a simple way given an address to look up what function I'm in? Using a MAP file works for app code, but this appears to be an entry point somewhere deeper in the system so the address I'm seeing isn't in the MAP file. Thanks, Brian |