Author |
Topic |
|
PatLuja
Tomato Guru
Belgium
416 Posts |
Posted - Jul 28 2005 : 03:54:05 AM
|
Hello all,
Today I wanted to use "Go To Declaration" in the context menu while editing. When doing this, Visual Studio hang twice today (it hangs seldomly).
So I grabbed a call stack, maybe you can check if it has to do with Visual Assist or not. I don't have a clue. If it has, I will try to rebuild the symbols.
Here's the call stack: > ntdll.dll!_KiFastSystemCallRet@0() ntdll.dll!_ZwWaitForSingleObject@12() + 0xc ntdll.dll!_RtlpWaitForCriticalSection@4() + 0x8c ntdll.dll!_RtlEnterCriticalSection@4() + 0x46 vcpkg.dll!DllGetClassObject() + 0xdde9 vcpkg.dll!VSDllUnregisterServer() + 0xaa5ae vcpkg.dll!DllCanUnloadNow() + 0x139fc vcpkg.dll!DllGetClassObject() + 0x131d7 vcpkg.dll!VSDllUnregisterServer() + 0xd02b vcpkg.dll!DllCanUnloadNow() + 0x3986 msenv.dll!main_FinishedBooting() + 0x102e5 msenv.dll!main_FinishedBooting() + 0x1353c vcpkg.dll!DLLGetDocumentation() + 0x96bd msenv.dll!main_FinishedBooting() + 0x102e5 msenv.dll!main_FinishedBooting() + 0x10347 msenv.dll!DllGetClassObject() + 0x2ab22 msenv.dll!VStudioTerm() + 0x4543d MSO.DLL!_MsoFGetButtonSize@0() + 0x1703 MSO.DLL!_MsoWzUpper@4() + 0x4a58 MSO.DLL!_MsoFGetButtonSize@0() + 0x273a MSO.DLL!_MsoFGetButtonSize@0() + 0x26ac MSO.DLL!_MsoGetStringTypeExW@20() + 0x745 user32.dll!GetDC() + 0x6d user32.dll!GetDC() + 0x14f user32.dll!GetWindowLongW() + 0x127 user32.dll!DispatchMessageA() + 0xf VA_X.dll!1ed0bf32() user32.dll!UnionRect() + 0x24e
I hope it turns out to be usefull.
With kind regards, Patrick Luja
|
|
PatLuja
Tomato Guru
Belgium
416 Posts |
Posted - Jul 28 2005 : 04:03:48 AM
|
Hello all,
I've restarted Visual Studio, turned off Visual Assist, loaded the same solution, did the same thing... And it still hangs, so it's not Visual Assist. (Wondering when the first Service Pack of Visual Studio.NET 2003 will appear...)
But I must say, the call stack is a lot shorter now: > ntdll.dll!_KiFastSystemCallRet@0() user32.dll!GetProcessWindowStation() + 0x29 winmm.dll!_mciwindow@4() + 0x67 kernel32.dll!_BaseThreadStart@8() + 0x37
Sorry to have bothered you all.
With kind regards, Patrick Luja
|
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Jul 28 2005 : 6:09:17 PM
|
i have the nasty feeling the service pack for VS 2003 is called VS 2005 *rolls eyes*
hopefully i am being overly cynical, but service packs for VS 2002 were not exactly numerous or frequent. |
zen is the art of being at one with the two'ness |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Jul 30 2005 : 3:35:26 PM
|
You might try deleting the NCB files associated with your projects. They get corrupted easily.
The IDE will rebuild your NCB files as needed. |
|
|
WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
|
|
Topic |
|