VA crashed when closing IDE in va_x.dll. full dump available ;-)
(84.16d8): Access violation - code c0000005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. eax=00003a3a ebx=3a3a3a3a ecx=00ebfa6c edx=00000000 esi=00000001 edi=00000000 eip=01ba78e8 esp=00ebfa04 ebp=00ebfa24 iopl=0 nv up ei pl nz ac pe nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010216 01ba78e8 8b0a mov ecx,dword ptr [edx] ds:0023:00000000=????????
Hello feline. Sorry for not providing obvious info. This is C++ 2003 Standard. That problem appeared several times on different builds, but I was unable to catch it due to fact that my crash handler was set to the IDE. Once VA crashed IDE was unable to start due to locked resources.... That time I had windbg handling crashes. The size is 40MB after compression with 7z. try here: <link removed>
Edited by - Michal Puczynski on Apr 29 2008 04:31:16 AM
I caught that once more yesterday in different state, VA was already gone when debugger was able to pause the devenv.exe process. There was an exception but the thread died. The remaining threads were in a kind of waiting state. It looked like plugins destruction caused that, while the rest of IDE was waiting for proper closing. I believe there is nothing special on closing the IDE, I am simply clicking the right-top [X] on the title bar. It is not a logoff or shutdown, just simple application close. I'll try to keep enabling log on closing...