I found awt.map. That gets me pretty close.
Pete Brunet wrote: > How do I determine where awt code is from an hs_err log? Here is a > trace I am trying to decipher: > > C [OLEACC.dll+0x29dc8] > C [OLEACC.dll+0xb94b] > C [OLEACC.dll+0xc03d] > C [OLEACC.dll+0xc704] > C [OLEACC.dll+0xc7f1] > C [OLEACC.dll+0x25af5] > C [OLEACC.dll+0x25c72] > C [jhook.dll+0x1611b] > C [USER32.dll+0x49474] > C [ntdll.dll+0xe473] > C [awt.dll+0xf2569] <--- need to know where this is in awt code > C [awt.dll+0xa7b89] > > I haven't had any luck using the VS 2010 debugger so far so am trying to > go at it from a different approach. > > Thanks, Pete >
