RE: [GD-Windows] Finding routine that's crashing
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2002-07-31 17:54:17
|
You can get OS symbols here: http://www.microsoft.com/ddk/debugging/symbolpkg.asp=20 You can also try stopping immediately on exceptions (start your app, then go to Debug->Exceptions->Stop Always). That might put on the brakes before your call stack gets trashed. good luck! --b. > -----Original Message----- > From: Brian Hook [mailto:bri...@py...]=20 > Sent: Wednesday, July 31, 2002 10:41 AM > To: gam...@li... > Subject: [GD-Windows] Finding routine that's crashing >=20 >=20 > I'm getting an exception deep inside some call such that I=20 > 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). >=20 > Is there a simple way given an address to look up what=20 > 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=20 > seeing isn't in > the MAP file. >=20 > Thanks, >=20 > Brian |