RE: [GD-Windows] Finding routine that's crashing
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-07-31 19:41:11
|
Well, found it. The reason I was having such a hard time finding it is because apparently it's a dynamically generated piece of code that the NVidia drivers make, therefore there was no symbol or module associated with that address space. Loverly. Thanks for everyone that helped though, at least I've now found the joy of WinDbg =) Brian > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...] On > Behalf Of Brian Sharon > Sent: Wednesday, July 31, 2002 12:23 PM > To: Rich; gam...@li... > Subject: RE: [GD-Windows] Finding routine that's crashing > > > StackWalk() gives you the stack trace. > > Robbins' Debugging Windows Apps covers this in some detail as > well. It doesn't give you anything that you won't get from > inside the debugger though - it's most useful for logging > crashes on customer or QA machines. > > --brian > > > -----Original Message----- > > From: Rich [mailto:leg...@xm...] > > Sent: Wednesday, July 31, 2002 12:16 PM > > To: gam...@li... > > Subject: Re: [GD-Windows] Finding routine that's crashing > > > > > > > > In article <555...@gu...>, > > Ben Carter <be...@gu...> writes: > > > > > [...] We've got an exception > > > handler in our current project that can do a stack trace > and reports > > > everything it finds, with symbols if available - if you > can't track > > > down the information give me a shout and I'll see if I can > > extract the > > > relevant code snippets for resolving the addresses. > > > > This would be very handy, if you're willing to share! > > > > I can find SymGetSymFromAddr in MSDN, but I'm fuzzy on how > you get the > > stack trace. > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online > job board for high-tech professionals. Search and apply for > tech jobs today! http://seeker.dice.com/seeker.epl?rel_code1 > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: http://sourceforge.net/mailarchive/forum.php?forum_idU5 > > |