VS2005 Crashes after Rebuilding the Solution
Hello,
we use VS 2005 with SP1 and somtimes after a rebuild of the solution it crash.
Here is my Error Bucket:
Bucket 358809163, bucket table 1, faulting application devenv.exe, version 8.0.50727.762, stamp 45716759, faulting module kernel32.dll, version 5.1.2600.2945, stamp 44ab9a99, debug? 0, fault address 0x00012a5b.
Regards
Bastian Trompetter
[411 byte] By [
Frogy] at [2008-1-10]
Hi Bastian,
Thanks for the bucket ID info in the message. That is very helpful and cuts down the investigation time in half for us.
Looking at the bucket ID on our internal server, I am seeing that there are 4 issues that can cause this bucket. I want to narrow it down to the one that is responsible for the crash you are seeing.
Can you please do the following the next time it crashes?
1) make a reg file out of the following and run it. Make sure you set a local path to "DWFileTreeRoot"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting\DW]
"DWNoExternalURL"=dword:00000000
"DWNoFileCollection"=dword:00000000
"DWNoSecondLevelCollection"=dword:00000000
"DWFileTreeRoot"=".\\Dumps"
"DWReporteeName"=""
2) Then Click on the "Send error report" on the dialog you see after the crash
3) This will store the dump file at the location you mentioned for "DWFileTreeRoot" instead of sending it to the MS server
4) Open the .dmp file in VS and hit F5 and when it breaks, open callstack window and post back the top of the callstack.
This will help me nail down the issue in the bucket and I will open a bug for the same for us to fix here.
Thanks for your help and time on this,
Suma Sushilendra [MSFT]
Hallo Suma,
thanks for your help. I insert the registry key and add the Information from the CallStack:
> kernel32.dll!7c812a5b()
[Unten angegebene Rahmen sind m?glicherweise nicht korrekt und/oder fehlen, keine Symbole geladen für kernel32.dll]
kernel32.dll!7c812a5b()
mscorwks.dll!79e77b3d()
mscorwks.dll!79e77b37()
mscorwks.dll!79e77ab1()
mscorwks.dll!79fe9cf0()
mscorwks.dll!7a08ab7c()
mscorwks.dll!79e754ff()
mscorwks.dll!79e74e1c()
mscorwks.dll!79e755c1()
mscorlib.ni.dll!79355ea2()
mscorwks.dll!79e7554a()
mscorlib.ni.dll!7936708e()
System.ni.dll!7a4d832a()
System.Design.ni.dll!66267bc6()
System.Design.ni.dll!661ea9fe()
System.Design.ni.dll!661edb07()
System.Design.ni.dll!66267bec()
System.Design.ni.dll!661ea9fe()
System.Design.ni.dll!661edb07()
System.Design.ni.dll!66267bec()
System.Design.ni.dll!661ea9fe()
Regards
Bastian Trompetter
Hallo Suma,
is the CallStack I posted helpfull for you?
I still have the problem with VS2005.
Regards
Bastian Trompetter
Hi Bastian,
Thanks for posting the callstack.
It looks like the symbols are not loaded because of which the callstack is not all that useful. Can you please try the following
1) Open the .dmp file in VS again and hit F5
2) When it stops, open Callstack window and right click on the top most stack and select "Symbol settings"
3) In the dialog that opens,
- add the following in the “Symbol (.pdb) file locations” list
http://msdl.microsoft.com/downloads/symbols
- Provide a local location (like d:\symcache) in the “Cache symbols from symbol server to this directory” edit box
4) hit OK
This time, the callstack should be fully populated with the function calls and everything and please send me that callstack again
Thanks for your time
Suma Sushilendra [MSFT]
Hello Suma,
thanks for the tip with the symbols.
Here is a better version of the callstack:
kernel32.dll!_RaiseException@16() + 0x52 Bytes
mscorwks.dll!ReportStackOverflow() + 0x81 Bytes
mscorwks.dll!Alloc() + 0x215f0f Bytes
mscorwks.dll!FastAllocateObject() + 0x34 Bytes
mscorwks.dll!JIT_NewFast() + 0x93 Bytes
System.Design.ni.dll!66267bd7()
I couldn't load symbols for the devenv.exe the fileversion is 8.0.50727.762 built by: SP
Regards
Bastian Trompetter
Hi Bastian,
Thanks for the prompt reply.
I am sorry the callstack is still not all that useful as it just contains the frames that the exception is being thrown from finally and not the actual frame that caused it.
Can you zip the dump file up and email me at sumas@microsoft.com ?
Thanks
Suma Sushilendra[MSFT]
Hello Suma,
I contact the german support and they told me that I've to contact the US support.
Know I 've contacted the US support and they couldn't help me without a KB or BugID.
They tried to find you over the internal Messanger System but without effort.
Please help me to get this hotfix.
Regards
Bastian Trompetter
Hi Bastian,
I have mailed you about what to try next. Please note that there is no hotfix that I know of, for this issue. When I investigated and opened a bug for this, I came to know that it has been fixed in one of the internal builds. This does not mean that there is a hot fix for this and you may need to request for one.
Please respond to my email and let me know what you find out.
Yea, I got IM messages well past my midnight yesterday and today
........
I will wait to see your email response to mine to see what can be done next,
Thanks
Suma Sushilendra [MSFT]