|
Prev: Lack of history.go(-1) and history.back() in htmlview?
Next: Treo-500v firmware bug causes applications to receive spurious private messages
From: wvtest05 on 7 Apr 2008 03:02 Hi Guys, I am trying to investigate a random crash in my application, but whenever it crashes I always get a callstack without any Symbols, just addresses, with a message in output window. callstack: 0x033734c8 0x033758f8 0xf000fffc output window message: Data Abort: Thread=85f7d718 Proc=804161d0 'app.exe' AKY=00008001 PC=033734c8(commctrl.dll+0x0001b4c8) RA=033758f8(commctrl.dll+0x0001d8f8) BVA=0fdb5a96 FSR=00000005 First-chance exception at 0x033734c8 in app.exe: 0xC0000005: Access violation reading location 0x01db5a96. My application has two threads with lots of GUI components, and I am not using any GUI components across threads, I tried to look up at the MAP file and made some sense of it but could not get any reference to the addresses in callstack. any suggestion? |