Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1722: Win XP started to crash

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
tandr Posted - Apr 17 2009 : 11:41:52 AM
Since I installed 1722 (or even 1721), my Win XP SP3 dev box started to crash when I am using remote connection and trying to use VS 2008 (haven't checked 2005).

So, completely pissed off by "silent" reboot events, I enabled full mem dump and auto reboot. The cdb (aka windbg) analysis of the last one shows that the process was devenv.exe, and the event was BugCheck 50, {bd39a0b4, 0, bf82def1, 0} in win32k.sys

FAULTING_IP:
win32k!vSolidFillRect1+b0
bf82def1 2311 and edx,dword ptr [ecx]

MM_INTERNAL_CODE: 0

IMAGE_NAME: win32k.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 49900fc9

MODULE_NAME: win32k

FAULTING_MODULE: bf800000 win32k

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x50

PROCESS_NAME: devenv.exe

(I will attach the full crash analysis at the end of my post)

After digging around google for win32k!vSolidFillRect1, I found that ms constantly fixes something in this module (there are bunch of old hotfixes related to win32k), and some crashes in the past were caused by bad bitmaps that programs tried to draw etc. It made me think that this may also be correlated to the black tooltips issues reported earlier (on Vista?), and it is just my XP is not that resilient to the same problem - it is just dies :(

Machine is Pentium 4 HT, but reported as dual core below.


VA_X.dll file version 10.5.1722.0 built 2009.03.31
Licensed to:
VA X: [email protected] (1-user license) Support ends 2010.02.04
DevEnv.exe version 9.0.30729.1
msenv.dll version 9.0.30729.1
Font: Consolas 11(Pixels)
Comctl32.dll version 6.0.2900.5512
Windows XP 5.1 Build 2600 S
2 processors (x86)

Platform: Win32
Stable Includes:
D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\include;
D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include;
D:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\include;
D:\\Program Files\\Microsoft SDKs\\Windows\\v6.1\\include;
E:\\1Repos\\sourceforge.sod.shaw.ca\\svn\\repos\\3rd\\boost\\tags\\Boost_1_38_x;

Other Includes:

Stable Source Directories:
D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc;
D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfcm;
D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl;
D:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src;



--------------------------

Opened log file 'c:debuglog.txt'

Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [d:\\WINDOWS\\MEMORY.DMP]
Kernel Complete Dump File: Full address space is available

************************************************************
WARNING: Dump file has been truncated. Data may be missing.
************************************************************
Symbol search path is: SRV*c:\\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: D:\\WINDOWS;D:\\WINDOWS\\system32;D:\\WINDOWS\\system32\\drivers
Windows XP Kernel Version 2600 (Service Pack 3) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp3_gdr.090206-1234
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055d720
Debug session time: Thu Apr 16 22:12:07.281 2009 (GMT-6)
System Uptime: 0 days 7:13:39.994
Loading Kernel Symbols
...............................................................
................................................................
.....
Loading User Symbols
................................................................
................................................................
................................................................

Loading unloaded module list
...................
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 50, {bd39a0b4, 0, bf82def1, 0}

!pe
The current thread is unmanaged
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
*************************************************************************
Probably caused by : win32k.sys ( win32k!vSolidFillRect1+b0 )

Followup: MachineOwner
---------

0: kd> !analyze -v;r;kv;lmtn;.logclose;q
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: bd39a0b4, memory referenced.
Arg2: 00000000, value 0 = read operation, 1 = write operation.
Arg3: bf82def1, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 00000000, (reserved)

Debugging Details:
------------------

!pe
The current thread is unmanaged
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
*************************************************************************

READ_ADDRESS: bd39a0b4

FAULTING_IP:
win32k!vSolidFillRect1+b0
bf82def1 2311 and edx,dword ptr [ecx]

MM_INTERNAL_CODE: 0

IMAGE_NAME: win32k.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 49900fc9

MODULE_NAME: win32k

FAULTING_MODULE: bf800000 win32k

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x50

PROCESS_NAME: devenv.exe

MANAGED_STACK: !dumpstack -EE
!dumpstack -EE
OS Thread Id: 0x0 (0)
TEB information is not available so a stack size of 0xFFFF is assumed
Current frame:
ChildEBP RetAddr Caller,Callee

TRAP_FRAME: a55b5ea0 -- (.trap 0xffffffffa55b5ea0)
.trap 0xffffffffa55b5ea0
ErrCode = 00000000
eax=0000ffff ebx=00000203 ecx=bd39a0b4 edx=0000ffff esi=bd2e60a4 edi=000000b8
eip=bf82def1 esp=a55b5f14 ebp=a55b5f34 iopl=0 nv up ei pl nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010206
win32k!vSolidFillRect1+0xb0:
bf82def1 2311 and edx,dword ptr [ecx] ds:0023:bd39a0b4=????????
.trap
Resetting default scope

LAST_CONTROL_TRANSFER: from 8052037a to 804f9f43

STACK_TEXT:
a55b5e20 8052037a 00000050 bd39a0b4 00000000 nt!KeBugCheckEx+0x1b
a55b5e88 80544588 00000000 bd39a0b4 00000000 nt!MmAccessFault+0x9a8
a55b5e88 bf82def1 00000000 bd39a0b4 00000000 nt!KiTrap0E+0xd0
a55b5f34 bf82dd25 a55b6160 bd39a0b4 bd2b0008 win32k!vSolidFillRect1+0xb0
a55b60b4 bf82bd03 bf82dde7 a55b6160 e487fc24 win32k!vDIBSolidBlt+0x19b
a55b6120 bf8285de e1a13008 00000000 00000000 win32k!EngBitBlt+0xe1
a55b617c bf812dbf e487fc24 e487fbb8 00000000 win32k!ExtTextOutRect+0x1d1
a55b62c0 bf80c3b4 a55b63f8 7ffdd1e4 00000028 win32k!GreBatchTextOut+0xd0
a55b6414 805415fd 00000143 0013c8ac 0013c8b4 win32k!NtGdiFlushUserBatch+0x11b
a55b6424 7c90e513 badb0d00 0013c8ac 07b60000 nt!KiFastCallEntry+0xcd
a55b6428 badb0d00 0013c8ac 07b60000 4ec936df ntdll!KiFastSystemCall+0x3
WARNING: Frame IP not in any known module. Following frames may be wrong.
a55b6528 bf8076a9 e1b6b650 a55b6564 00001fa0 0xbadb0d00
a55b6540 bf805550 00000000 e5cbe390 bf8055ae win32k!ulGetMatchingIndexFromColorref+0x10f
a55b6554 a55b656c bf805550 a55b6570 bf80565e win32k!HANDLELOCK::vLockHandle+0x75
a55b6560 bf80565e bf80566b bf8055ae 00000001 0xa55b656c
a55b6570 00000000 bf8061a5 bbf0f130 a55b6898 win32k!HmgDecProcessHandleCount+0x2e


STACK_COMMAND: kb

FOLLOWUP_IP:
win32k!vSolidFillRect1+b0
bf82def1 2311 and edx,dword ptr [ecx]

SYMBOL_STACK_INDEX: 3

SYMBOL_NAME: win32k!vSolidFillRect1+b0

FOLLOWUP_NAME: MachineOwner

FAILURE_BUCKET_ID: 0x50_win32k!vSolidFillRect1+b0

BUCKET_ID: 0x50_win32k!vSolidFillRect1+b0

Followup: MachineOwner
---------

eax=ffdff13c ebx=00000000 ecx=00000000 edx=80546139 esi=c05e9cd0 edi=00000000
eip=804f9f43 esp=a55b5e08 ebp=a55b5e20 iopl=0 nv up ei ng nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000286
nt!KeBugCheckEx+0x1b:
804f9f43 5d pop ebp
ChildEBP RetAddr Args to Child
a55b5e20 8052037a 00000050 bd39a0b4 00000000 nt!KeBugCheckEx+0x1b (FPO: [5,0,0])
a55b5e88 80544588 00000000 bd39a0b4 00000000 nt!MmAccessFault+0x9a8 (FPO: [4,16,4])
a55b5e88 bf82def1 00000000 bd39a0b4 00000000 nt!KiTrap0E+0xd0 (FPO: [0,0] TrapFrame @ a55b5ea0)
a55b5f34 bf82dd25 a55b6160 bd39a0b4 bd2b0008 win32k!vSolidFillRect1+0xb0 (FPO: [6,5,0])
a55b60b4 bf82bd03 bf82dde7 a55b6160 e487fc24 win32k!vDIBSolidBlt+0x19b (FPO: [5,85,4])
a55b6120 bf8285de e1a13008 00000000 00000000 win32k!EngBitBlt+0xe1 (FPO: [11,17,4])
a55b617c bf812dbf e487fc24 e487fbb8 00000000 win32k!ExtTextOutRect+0x1d1 (FPO: [2,7,4])
a55b62c0 bf80c3b4 a55b63f8 7ffdd1e4 00000028 win32k!GreBatchTextOut+0xd0 (FPO: [Non-Fpo])
a55b6414 805415fd 00000143 0013c8ac 0013c8b4 win32k!NtGdiFlushUserBatch+0x11b (FPO: [Non-Fpo])
a55b6424 7c90e513 badb0d00 0013c8ac 07b60000 nt!KiFastCallEntry+0xcd
a55b6428 badb0d00 0013c8ac 07b60000 4ec936df ntdll!KiFastSystemCall+0x3 (FPO: [0,0,0])
WARNING: Frame IP not in any known module. Following frames may be wrong.
a55b6528 bf8076a9 e1b6b650 a55b6564 00001fa0 0xbadb0d00
a55b6540 bf805550 00000000 e5cbe390 bf8055ae win32k!ulGetMatchingIndexFromColorref+0x10f (FPO: [3,0,4])
a55b6554 a55b656c bf805550 a55b6570 bf80565e win32k!HANDLELOCK::vLockHandle+0x75 (FPO: [2,0,0])
a55b6560 bf80565e bf80566b bf8055ae 00000001 0xa55b656c
a55b6570 00000000 bf8061a5 bbf0f130 a55b6898 win32k!HmgDecProcessHandleCount+0x2e (FPO: [1,0,4])
start end module name
00a30000 00cf5000 xpsp2res xpsp2res.dll Sun Apr 13 11:39:24 2008 (4802454C)
013c0000 013d3000 VaPkgUI VaPkgUI.dll Tue Mar 31 15:51:04 2009 (49D29048)
016e0000 016e9000 Normaliz Normaliz.dll Thu Jun 29 09:05:42 2006 (44A3EC46)
02680000 02729000 Microsoft_VisualStudio_ni Microsoft.VisualStudio.ni.dll Tue Jul 29 05:05:20 2008 (488EF970)
02e90000 02e9a000 Microsoft_VisualStudio_Designer_Interfaces_ni Microsoft.VisualStudio.Designer.Interfaces.ni.dll Thu Feb 20 20:21:46 2003 (3E559B4A)
06ae0000 06b09000 msls31 msls31.dll Sun Mar 08 05:22:35 2009 (49B3AA7B)
076e0000 07c16000 System_Xml_ni System.Xml.ni.dll Mon Nov 24 22:00:32 2008 (492B8670)
090a0000 090de000 Microsoft_VisualStudio_ORDesigner_DslPackage Microsoft.VisualStudio.ORDesigner.DslPackage.dll Tue Jul 29 07:33:40 2008 (488F1C34)
090e0000 09255000 Microsoft_VisualStudio_Modeling_Sdk_ni Microsoft.VisualStudio.Modeling.Sdk.ni.dll Tue Jul 29 07:28:58 2008 (488F1B1A)
09260000 094a9000 Microsoft_VisualStudio_Modeling_Sdk_Diagrams_ni Microsoft.VisualStudio.Modeling.Sdk.Diagrams.ni.dll Tue Jul 29 07:29:14 2008 (488F1B2A)
094b0000 09585000 Microsoft_VisualStudio_Modeling_Sdk_Shell_ni Microsoft.VisualStudio.Modeling.Sdk.Shell.ni.dll Tue Jul 29 07:29:22 2008 (488F1B32)
09670000 09709000 Microsoft_VisualStudio_Modeling_Sdk_Diagrams_GraphObject Microsoft.VisualStudio.Modeling.Sdk.Diagrams.GraphObject.dll Tue Jul 29 07:29:03 2008 (488F1B1F)
09850000 09956000 Microsoft_VisualStudio_ORDesigner_Dsl Microsoft.VisualStudio.ORDesigner.Dsl.dll Tue Jul 29 07:33:35 2008 (488F1C2F)
09fe0000 0a012000 Microsoft_Data_Entity_Design_Package Microsoft.Data.Entity.Design.Package.dll Tue Jul 29 05:06:48 2008 (488EF9C8)
0b4a0000 0b4e8000 MsPdbCore MsPdbCore.dll Tue Jul 29 04:54:30 2008 (488EF6E6)
0c530000 0c547000 TortoiseOverlays TortoiseOverlays.dll Sun Nov 02 01:26:20 2008 (490D642C)
0d250000 0d25e000 TortoiseStub TortoiseStub.dll Fri Apr 10 00:35:46 2009 (49DEE8C2)
0d280000 0d348000 TortoiseSVN TortoiseSVN.dll Fri Apr 10 00:36:24 2009 (49DEE8E8)
0d380000 0d392000 intl3_tsvn intl3_tsvn.dll Thu Nov 22 02:48:29 2007 (4745506D)
0ffa0000 0ffdb000 srcsrv srcsrv.dll Thu Mar 20 19:29:47 2008 (47E30F8B)
10000000 1006a000 VAssistNET VAssistNET.dll Tue Mar 31 15:51:40 2009 (49D2906C)
100a0000 101eb000 Microsoft_VisualStudio_Modeling_Sdk_Diagrams_GraphObject_ni Microsoft.VisualStudio.Modeling.Sdk.Diagrams.GraphObject.ni.dll Tue Jul 29 07:29:03 2008 (488F1B1F)
10e90000 10eb9000 ATLProv ATLProv.dll Tue Nov 06 21:24:16 2007 (47313DF0)
1a400000 1a532000 urlmon urlmon.dll Sun Mar 08 05:34:38 2009 (49B3AD4E)
1ed00000 1f52c000 va_x va_x.dll Tue Mar 31 16:04:03 2009 (49D29353)
30000000 3010d000 devenv devenv.exe Tue Jul 29 08:38:08 2008 (488F2B50)
31000000 31091000 Microsoft_VisualStudio_Shell_Interop_ni Microsoft.VisualStudio.Shell.Interop.ni.dll Thu Oct 25 13:12:02 2007 (4720EA82)
3b190000 3b1ae000 vslog vslog.dll Tue Jul 29 07:11:38 2008 (488F170A)
3b1b0000 3b1ba000 VsLogUI VsLogUI.dll Tue Jul 29 07:11:33 2008 (488F1705)
3b220000 3bb1c000 msenv msenv.dll Tue Jul 29 08:39:27 2008 (488F2B9F)
3bbd0000 3bc76000 Microsoft_VisualStudio_CommonIDE Microsoft.VisualStudio.CommonIDE.dll Tue Jul 29 05:13:33 2008 (488EFB5D)
3bee0000 3bf00000 dirprj dirprj.dll Tue Jul 29 08:50:18 2008 (488F2E2A)
3c020000 3c03b000 msenvp msenvp.dll Tue Jul 29 07:15:22 2008 (488F17EA)
3c100000 3c166000 vsmacros vsmacros.dll Tue Jul 29 08:45:46 2008 (488F2D1A)
3c180000 3c18b000 msenvmnu msenvmnu.dll Tue Jul 29 08:44:41 2008 (488F2CD9)
3c3f0000 3c402000 coloader80 coloader80.dll Tue Jul 29 08:46:20 2008 (488F2D3C)
3c690000 3c6c7000 Compsvcspkg Compsvcspkg.dll Tue Jul 29 08:44:15 2008 (488F2CBF)
3c720000 3c768000 compluslm compluslm.dll Tue Jul 29 08:45:41 2008 (488F2D15)
3c7c0000 3c932000 msenvui msenvui.dll Tue Jul 29 07:15:22 2008 (488F17EA)
3ca00000 3ca1a000 dirprjui dirprjui.dll Tue Jul 29 07:35:27 2008 (488F1C9F)
3cab0000 3cac4000 vsmacrosui vsmacrosui.dll Tue Jul 29 07:36:42 2008 (488F1CEA)
3cad0000 3cae5000 msenvmui msenvmui.dll Tue Jul 29 07:11:52 2008 (488F1718)
3cf00000 3cf07000 compsvcspkgui compsvcspkgui.dll Tue Jul 29 06:03:22 2008 (488F070A)
3d0d0000 3d0ec000 VSLangProj_ni VSLangProj.ni.dll Wed Nov 07 01:36:40 2007 (47317918)
3d180000 3d5ba000 Microsoft_VSDesigner Microsoft.VSDesigner.dll Tue Jul 29 07:34:33 2008 (488F1C69)
3f0e0000 3f122000 msdbg2 msdbg2.dll Tue Jul 29 08:41:24 2008 (488F2C14)
3f130000 3f1d6000 shmetapdb shmetapdb.dll Tue Jul 29 08:52:29 2008 (488F2EAD)
3f1f0000 3f212000 csm csm.dll Tue Jul 29 08:46:07 2008 (488F2D2F)
3f220000 3f2bd000 cpde cpde.dll Tue Jul 29 08:44:46 2008 (488F2CDE)
3f3b0000 3f534000 vsdebug vsdebug.dll Tue Jul 29 08:41:08 2008 (488F2C04)
3f560000 3f573000 encmgr encmgr.dll Tue Jul 29 08:41:26 2008 (488F2C16)
3f600000 3f65f000 VSDebugUI VSDebugUI.dll Tue Jul 29 04:53:40 2008 (488EF6B4)
3fb90000 3fcda000 msxml6 msxml6.dll Tue Sep 09 19:14:56 2008 (48C71F90)
3fde0000 40221000 msi msi.dll Mon May 19 07:33:19 2008 (4831819F)
431e0000 43209000 vdt80pui vdt80pui.dll Tue Jul 29 07:30:36 2008 (488F1B7C)
436c0000 43710000 msvb7ui msvb7ui.dll Tue Jul 29 05:07:12 2008 (488EF9E0)
43bd0000 43ca4000 cscompee cscompee.dll Tue Jul 29 08:44:56 2008 (488F2CE8)
43d10000 43f31000 csproj csproj.dll Tue Jul 29 08:42:33 2008 (488F2C59)
43f40000 43f70000 csprojui csprojui.dll Tue Jul 29 08:29:21 2008 (488F2941)
43f90000 444a2000 cslangsvc cslangsvc.dll Tue Jul 29 08:49:14 2008 (488F2DEA)
44520000 4455e000 cslangsvcui cslangsvcui.dll Tue Jul 29 07:39:41 2008 (488F1D9D)
44600000 447d8000 VCProject VCProject.dll Tue Jul 29 08:51:28 2008 (488F2E70)
44840000 44b85000 vcpkg vcpkg.dll Tue Jul 29 07:22:14 2008 (488F1986)
44bb0000 44e5b000 VCProjectEngine VCProjectEngine.dll Tue Jul 29 08:52:04 2008 (488F2E94)
45090000 450d6000 VCProjectUI VCProjectUI.dll Tue Jul 29 07:19:42 2008 (488F18EE)
45100000 45139000 vcpkgui vcpkgui.dll Tue Jul 29 07:19:20 2008 (488F18D8)
45ce0000 45cef000 ecbuild ecbuild.dll Tue Jul 29 08:41:29 2008 (488F2C19)
46150000 4619d000 VssProviderStub VssProviderStub.dll Tue Jul 29 07:24:24 2008 (488F1A08)
461b0000 461b5000 VssProviderStubui VssProviderStubui.dll Tue Jul 29 05:57:17 2008 (488F059D)
473f0000 4775b000 msvbprj msvbprj.dll Tue Jul 29 08:42:06 2008 (488F2C3E)
47af0000 47b12000 msvbprjui msvbprjui.dll Tue Jul 29 06:04:17 2008 (488F0741)
47d10000 47d1a000 ProjectAggregator ProjectAggregator.dll Tue Jul 29 07:11:43 2008 (488F170F)
47d20000 47da2000 Microsoft_VisualStudio_Shell_Design_ni Microsoft.VisualStudio.Shell.Design.ni.dll Tue Jul 29 08:29:36 2008 (488F2950)
47db0000 47f14000 Microsoft_VisualStudio_Design_ni Microsoft.VisualStudio.Design.ni.dll Tue Jul 29 08:29:36 2008 (488F2950)
49100000 4914e000 Microsoft_VisualStudio_OLE_Interop_ni Microsoft.VisualStudio.OLE.Interop.ni.dll Wed Nov 07 01:37:21 2007 (47317941)
491e0000 49229000 Microsoft_VisualStudio_TextManager_Interop_ni Microsoft.VisualStudio.TextManager.Interop.ni.dll Wed Nov 07 01:37:21 2007 (47317941)
493d0000 493e6000 Microsoft_VisualStudio_Shell_Interop_9_0_ni Microsoft.VisualStudio.Shell.Interop.9.0.ni.dll Tue Jul 29 08:29:39 2008 (488F2953)
49460000 4946c000 Microsoft_VisualStudio_Data_Interop Microsoft.VisualStudio.Data.Interop.dll Tue Jul 29 08:29:39 2008 (488F2953)
49620000 497f1000 Microsoft_Build_Engine_ni Microsoft.Build.Engine.ni.dll Tue Jul 29 05:15:32 2008 (488EFBD4)
49880000 49a63000 Microsoft_Build_Tasks_v3_5_ni Microsoft.Build.Tasks.v3.5.ni.dll Tue Jul 29 05:15:36 2008 (488EFBD8)
49bd0000 49be6000 Microsoft_Build_Framework_ni Microsoft.Build.Framework.ni.dll Tue Jul 29 05:15:28 2008 (488EFBD0)
49c00000 49c2f000 Microsoft_Build_Utilities_v3_5_ni Microsoft.Build.Utilities.v3.5.ni.dll Tue Jul 29 05:15:31 2008 (488EFBD3)
49dc0000 49dea000 Microsoft_VisualStudio_WizardFramework_ni Microsoft.VisualStudio.WizardFramework.ni.dll Tue Jul 29 07:34:22 2008 (488F1C5E)
4d4f0000 4d549000 WINHTTP WINHTTP.dll Tue Dec 16 05:30:34 2008 (49479F6A)
4ec50000 4edf6000 gdiplus gdiplus.dll Tue Apr 15 11:47:33 2008 (4804EA35)
4efd0000 4f020000 VaPkg VaPkg.dll Tue Mar 31 15:53:22 2009 (49D290D2)
4f770000 4f77b000 custsat custsat.dll Tue Jun 05 15:07:54 2007 (4665D0AA)
51400000 51431000 mspdb80 mspdb80.dll Tue Jul 29 04:54:30 2008 (488EF6E6)
51a50000 51ae0000 EnvDTE_ni EnvDTE.ni.dll Mon Apr 21 22:10:30 2008 (480D6536)
51b10000 51b57000 EnvDTE80_ni EnvDTE80.ni.dll Mon Apr 21 22:10:30 2008 (480D6536)
577b0000 57adc000 WindowsBase_ni WindowsBase.ni.dll Tue Jul 29 06:55:20 2008 (488F1338)
5ad70000 5ada8000 UxTheme UxTheme.dll Sun Apr 13 18:11:10 2008 (4802A11E)
5b860000 5b8b5000 NETAPI32 NETAPI32.dll Wed Oct 15 10:34:24 2008 (48F61B90)
5cb70000 5cb96000 ShimEng ShimEng.dll Sun Apr 13 18:11:00 2008 (4802A114)
5cc00000 5ce38000 FEACP FEACP.DLL Tue Jul 29 07:06:27 2008 (488F15D3)
5dac0000 5dac8000 rdpsnd rdpsnd.dll Sun Apr 13 18:10:52 2008 (4802A10C)
5dca0000 5de88000 iertutil iertutil.dll Sun Mar 08 05:32:08 2009 (49B3ACB8)
5e0a0000 5e0bb000 alink alink.dll Fri Jul 25 09:52:43 2008 (4889F6CB)
5e3a0000 5e42d000 diasymreader diasymreader.dll Fri Jul 25 09:26:58 2008 (4889F0C2)
60350000 60365000 CustomMarshalers CustomMarshalers.dll Fri Jul 25 08:02:45 2008 (4889DD05)
60370000 603aa000 CustomMarshalers_ni CustomMarshalers.ni.dll Fri Jul 25 08:02:45 2008 (4889DD05)
60610000 60616000 fusion fusion.dll Fri Jul 25 07:53:36 2008 (4889DAE0)
63000000 630e6000 WININET WININET.dll Sun Mar 08 05:34:44 2009 (49B3AD54)
63580000 63b2c000 mshtml mshtml.dll Sun Mar 08 05:40:35 2009 (49B3AEB3)
63e90000 63edb000 mscordbi mscordbi.dll Fri Jul 25 07:59:50 2008 (4889DC56)
64020000 64033000 mscorsec mscorsec.dll Fri Jul 25 07:59:38 2008 (4889DC4A)
666f0000 666fb000 inetmib1 inetmib1.dll Sun Apr 13 18:10:22 2008 (4802A0EE)
67390000 673c7000 System_Drawing_Design_ni System.Drawing.Design.ni.dll Fri Jul 25 08:11:45 2008 (4889DF21)
68000000 68036000 rsaenh rsaenh.dll Tue Mar 18 08:39:32 2008 (47DFD424)
6a640000 6b073000 System_Design_ni System.Design.ni.dll Fri Jul 25 08:12:00 2008 (4889DF30)
6b870000 6b8ce000 Microsoft_VisualStudio_Shell_Interop_8_0_ni Microsoft.VisualStudio.Shell.Interop.8.0.ni.dll Mon Apr 21 22:11:14 2008 (480D6562)
6bce0000 6bdd8000 mscordacwks mscordacwks.dll Tue Nov 25 01:01:22 2008 (492BB0D2)
6be00000 6beda000 Microsoft_VisualStudio_Shell_9_0_ni Microsoft.VisualStudio.Shell.9.0.ni.dll Tue Jul 29 05:05:20 2008 (488EF970)
6ee60000 6ee8e000 libaprutil_tsvn libaprutil_tsvn.dll Sat Mar 21 06:01:47 2009 (49C4D72B)
6eec0000 6eee2000 libapr_tsvn libapr_tsvn.dll Sat Mar 21 06:01:28 2009 (49C4D718)
6f880000 6fa4a000 AcGenral AcGenral.DLL Sun Apr 13 18:08:56 2008 (4802A098)
71a50000 71a8f000 MSWSOCK MSWSOCK.dll Fri Jun 20 11:46:57 2008 (485BED11)
71aa0000 71aa8000 WS2HELP WS2HELP.dll Sun Apr 13 18:12:20 2008 (4802A164)
71ab0000 71ac7000 WS2_32 WS2_32.dll Sun Apr 13 18:12:19 2008 (4802A163)
71ad0000 71ad9000 WSOCK32 WSOCK32.dll Sun Apr 13 18:12:32 2008 (4802A170)
71b20000 71b32000 MPR MPR.dll Sun Apr 13 18:10:45 2008 (4802A105)
71bf0000 71c03000 SAMLIB SAMLIB.dll Sun Apr 13 18:10:46 2008 (4802A106)
71d40000 71d5b000 actxprxy actxprxy.dll Sun Apr 13 18:09:02 2008 (4802A09E)
71f60000 71f68000 snmpapi snmpapi.dll Sun Apr 13 18:11:24 2008 (4802A12C)
722b0000 722b5000 SensApi SensApi.dll Sun Apr 13 18:10:47 2008 (4802A107)
72d10000 72d18000 msacm32_72d10000 msacm32.drv Fri Aug 17 23:33:30 2001 (3B7DFE2A)
72d20000 72d29000 wdmaud_72d20000 wdmaud.drv Sun Apr 13 18:11:24 2008 (4802A12C)
73000000 73026000 WINSPOOL WINSPOOL.DRV Sun Apr 13 18:11:19 2008 (4802A127)
74720000 7476c000 MSCTF MSCTF.dll Sun Apr 13 18:11:24 2008 (4802A12C)
74ad0000 74ad8000 POWRPROF POWRPROF.dll Sun Apr 13 18:10:35 2008 (4802A0FB)
74c80000 74cac000 OLEACC OLEACC.dll Fri Aug 17 23:33:18 2001 (3B7DFE1E)
74d90000 74dfb000 uSP10 uSP10.dll Sun Apr 13 18:11:09 2008 (4802A11D)
755c0000 755ee000 msctfime msctfime.ime Sun Apr 13 18:11:25 2008 (4802A12D)
75cf0000 75d81000 mlang mlang.dll Sun Apr 13 18:10:25 2008 (4802A0F1)
75e60000 75e73000 cryptnet cryptnet.dll Sun Apr 13 18:10:03 2008 (4802A0DB)
76080000 760e5000 MSVCP60 MSVCP60.dll Sun Apr 13 18:12:55 2008 (4802A187)
76360000 76370000 WINSTA WINSTA.dll Sun Apr 13 18:11:21 2008 (4802A129)
76380000 76385000 MSIMG32 MSIMG32.dll Sun Apr 13 18:12:15 2008 (4802A15F)
76390000 763ad000 IMM32 IMM32.DLL Sun Apr 13 18:10:15 2008 (4802A0E7)
763b0000 763f9000 comdlg32 comdlg32.dll Sun Apr 13 18:09:45 2008 (4802A0C9)
76600000 7661d000 CSCDLL CSCDLL.dll Sun Apr 13 18:10:06 2008 (4802A0DE)
76780000 76789000 shfolder shfolder.dll Sun Apr 13 18:10:58 2008 (4802A112)
769c0000 76a74000 USERENV USERENV.dll Sun Apr 13 18:11:08 2008 (4802A11C)
76b20000 76b31000 ATL ATL.DLL Sun Apr 13 18:09:54 2008 (4802A0D2)
76b40000 76b6d000 WINMM WINMM.dll Sun Apr 13 18:11:40 2008 (4802A13C)
76bf0000 76bfb000 PSAPI PSAPI.DLL Sun Apr 13 18:10:42 2008 (4802A102)
76c30000 76c5e000 WINTRUST WINTRUST.dll Sun Apr 13 18:11:22 2008 (4802A12A)
76c90000 76cb8000 IMAGEHLP IMAGEHLP.dll Sun Apr 13 18:10:00 2008 (4802A0D8)
76d40000 76d58000 MPRAPI MPRAPI.dll Sun Apr 13 18:10:46 2008 (4802A106)
76d60000 76d79000 iphlpapi iphlpapi.dll Sun Apr 13 18:09:52 2008 (4802A0D0)
76e10000 76e35000 adsldpc adsldpc.dll Sun Apr 13 18:09:12 2008 (4802A0A8)
76e80000 76e8e000 rtutils rtutils.dll Sun Apr 13 18:10:55 2008 (4802A10F)
76f50000 76f58000 WTSAPI32 WTSAPI32.dll Sun Apr 13 18:12:36 2008 (4802A174)
76f60000 76f8c000 WLDAP32 WLDAP32.dll Sun Apr 13 18:11:26 2008 (4802A12E)
76fd0000 7704f000 CLBCATQ CLBCATQ.DLL Sun Apr 13 18:09:29 2008 (4802A0B9)
77050000 77115000 COMRes COMRes.dll Sun Apr 13 18:09:50 2008 (4802A0CE)
77120000 771ab000 OLEAUT32 OLEAUT32.dll Sun Apr 13 18:10:58 2008 (4802A112)
773d0000 774d3000 comctl32 comctl32.dll Sun Apr 13 18:08:52 2008 (4802A094)
774e0000 7761d000 ole32 ole32.dll Sun Apr 13 18:10:57 2008 (4802A111)
77920000 77a13000 SETUPAPI SETUPAPI.dll Sun Apr 13 18:10:51 2008 (4802A10B)
77a20000 77a74000 cscui cscui.dll Sun Apr 13 18:10:07 2008 (4802A0DF)
77a80000 77b15000 CRYPT32 CRYPT32.dll Sun Apr 13 18:09:59 2008 (4802A0D7)
77b20000 77b32000 MSASN1 MSASN1.dll Sun Apr 13 18:11:18 2008 (4802A126)
77b40000 77b62000 apphelp apphelp.dll Sun Apr 13 18:09:35 2008 (4802A0BF)
77bd0000 77bd7000 midimap midimap.dll Sun Apr 13 18:10:20 2008 (4802A0EC)
77be0000 77bf5000 MSACM32 MSACM32.dll Sun Apr 13 18:11:03 2008 (4802A117)
77c00000 77c08000 VERSION VERSION.dll Sun Apr 13 18:11:09 2008 (4802A11D)
77c10000 77c68000 msvcrt msvcrt.dll Sun Apr 13 18:12:56 2008 (4802A188)
77cc0000 77cf2000 ACTIVEDS ACTIVEDS.dll Sun Apr 13 18:09:01 2008 (4802A09D)
77dd0000 77e6b000 ADVAPI32 ADVAPI32.dll Mon Feb 09 05:10:48 2009 (49901D48)
77e70000 77f02000 RPCRT4 RPCRT4.dll Sun Apr 13 18:10:46 2008 (4802A106)
77f10000 77f59000 GDI32 GDI32.dll Thu Oct 23 06:36:14 2008 (49006FBE)
77f60000 77fd6000 SHLWAPI SHLWAPI.dll Sun Apr 13 18:11:02 2008 (4802A116)
77fe0000 77ff1000 Secur32 Secur32.dll Tue Feb 03 12:59:07 2009 (4988A20B)
78130000 781cb000 MSVCR80 MSVCR80.dll Fri Jul 25 07:33:13 2008 (4889D619)
783f0000 78433000 msvcm90 msvcm90.dll Mon Feb 16 23:01:18 2009 (499A52AE)
78480000 7850e000 MSVCP90 MSVCP90.dll Mon Feb 16 23:01:12 2009 (499A52A8)
78520000 785c3000 MSVCR90 MSVCR90.dll Mon Feb 16 23:01:08 2009 (499A52A4)
78e20000 78e4a000 ATL90 ATL90.DLL Mon Feb 16 23:01:30 2009 (499A52BA)
79000000 79046000 mscoree mscoree.dll Fri Jul 25 07:53:32 2008 (4889DADC)
79060000 790bb000 mscorjit mscorjit.dll Mon Nov 24 21:46:57 2008 (492B8341)
790c0000 79bb7000 mscorlib_ni mscorlib.ni.dll Mon Nov 24 21:47:06 2008 (492B834A)
79e70000 7a400000 mscorwks mscorwks.dll Mon Nov 24 21:44:49 2008 (492B82C1)
7a440000 7abc5000 System_ni System.ni.dll Fri Jul 25 08:08:58 2008 (4889DE7A)
7ade0000 7af68000 System_Drawing_ni System.Drawing.ni.dll Fri Jul 25 08:10:10 2008 (4889DEC2)
7afd0000 7bbae000 System_Windows_Forms_ni System.Windows.Forms.ni.dll Fri Jul 25 08:10:47 2008 (4889DEE7)
7c800000 7c8f6000 kernel32 kernel32.dll Sat Mar 21 08:06:58 2009 (49C4F482)
7c900000 7c9b2000 ntdll ntdll.dll Mon Feb 09 05:10:48 2009 (49901D48)
7c9c0000 7d1d7000 SHELL32 SHELL32.dll Tue Jun 17 13:02:17 2008 (48580A39)
7df70000 7df92000 oledlg oledlg.dll Sun Apr 13 18:11:03 2008 (4802A117)
7e410000 7e4a1000 USER32 USER32.dll Sun Apr 13 18:11:07 2008 (4802A11B)
7e720000 7e7d0000 SXS SXS.DLL Sun Apr 13 18:11:06 2008 (4802A11A)
804d7000 806e4000 nt ntkrpamp.exe Fri Feb 06 03:32:51 2009 (498C11D3)
806e4000 80704d00 hal halmacpi.dll Sun Apr 13 12:31:27 2008 (4802517F)
a5798000 a57ba100 RDPWD RDPWD.SYS Sun Apr 13 12:38:40 2008 (48025330)
a5b99000 a5ba2d80 NMnt NMnt.sys Sun Apr 13 12:53:06 2008 (48025692)
a5f10000 a5f13d80 vstor2_ws60 vstor2-ws60.sys Thu Oct 02 19:04:30 2008 (48E56F9E)
a6166000 a61b7880 srv srv.sys Thu Dec 11 03:57:07 2008 (4940F203)
a6208000 a62d7b00 vmx86 vmx86.sys Tue Oct 28 21:03:30 2008 (4907D282)
a651e000 a652d900 Cdfs Cdfs.SYS Sun Apr 13 13:14:21 2008 (48025B8D)
a655e000 a6572480 wdmaud wdmaud.sys Sun Apr 13 13:17:18 2008 (48025C3E)
a8a41000 a8a58900 dump_atapi dump_atapi.sys Sun Apr 13 12:40:29 2008 (4802539D)
a8a59000 a8a7c180 Fastfat Fastfat.SYS Sun Apr 13 13:14:28 2008 (48025B94)
a91ee000 a91f4000 vmnetbridge vmnetbridge.sys Thu May 22 04:33:38 2008 (48354C02)
a9977000 a9982c80 vmci vmci.sys Tue Oct 28 18:56:34 2008 (4907B4C2)
ab5fe000 ab66d280 mrxsmb mrxsmb.sys Fri Oct 24 05:21:07 2008 (4901AFA3)
ab67a000 ab67c900 Dxapi Dxapi.sys Fri Aug 17 14:53:19 2001 (3B7D843F)
ab696000 ab6c0e80 rdbss rdbss.sys Sun Apr 13 13:28:38 2008 (48025EE6)
ab6dd000 ab6ed480 tmtdi tmtdi.sys Wed Mar 05 00:02:19 2008 (47CE457B)
ab6ee000 ab70fd00 afd afd.sys Thu Aug 14 04:04:35 2008 (48A40333)
ab710000 ab735500 ipnat ipnat.sys Sun Apr 13 12:57:10 2008 (48025786)
ab736000 ab75dc00 netbt netbt.sys Sun Apr 13 13:20:59 2008 (48025D1B)
ab75e000 ab7b6480 tcpip tcpip.sys Fri Jun 20 05:51:09 2008 (485B99AD)
ab7b7000 ab7c9600 ipsec ipsec.sys Sun Apr 13 13:19:42 2008 (48025CCE)
ad45f000 ad46c000 TmPreFlt TmPreFlt.sys Wed Nov 26 02:42:34 2008 (492D1A0A)
ad4bf000 ad4c9000 hcmon hcmon.sys Tue Oct 28 19:27:34 2008 (4907BC06)
ad5ae000 ad5b1900 kbdhid kbdhid.sys Sun Apr 13 12:39:47 2008 (48025373)
ad5b6000 ad5b8f80 mouhid mouhid.sys Fri Aug 17 14:47:57 2001 (3B7D82FD)
b95dc000 b9793000 TM_CFW TM_CFW.sys Wed Apr 30 05:21:12 2008 (48185628)
b9793000 b97f0f00 update update.sys Sun Apr 13 12:39:46 2008 (48025372)
b97f1000 b9808880 SCSIPORT SCSIPORT.SYS Sun Apr 13 12:40:29 2008 (4802539D)
b9809000 b9825800 mcdbus mcdbus.sys Mon Jul 28 03:19:27 2008 (488D8F1F)
b9832000 b9834880 hidusb hidusb.sys Sun Apr 13 12:45:27 2008 (480254C7)
b9836000 b9838700 aqIPD6 aqIPD6.sys Thu Nov 27 04:42:33 2008 (492E87A9)
b9897000 b98c6e80 rdpdr rdpdr.sys Sun Apr 13 12:32:50 2008 (480251D2)
b98c7000 b98d7e00 psched psched.sys Sun Apr 13 12:56:36 2008 (48025764)
b98d8000 b98ee580 ndiswan ndiswan.sys Sun Apr 13 13:20:41 2008 (48025D09)
b98ef000 b9902900 parport parport.sys Sun Apr 13 12:40:09 2008 (48025389)
b9903000 b99b5f00 senfilt senfilt.sys Thu Sep 16 20:02:52 2004 (414A45CC)
b99b6000 b99d8700 ks ks.sys Sun Apr 13 13:16:34 2008 (48025C12)
b99d9000 b99fca80 portcls portcls.sys Sun Apr 13 13:19:40 2008 (48025CCC)
b99fd000 b9a3c900 smwdm smwdm.sys Thu Jan 27 13:31:04 2005 (41F94F88)
b9a3d000 b9a60200 USBPORT USBPORT.SYS Sun Apr 13 12:45:34 2008 (480254CE)
b9a61000 b9a8c000 b57xp32 b57xp32.sys Mon Aug 28 17:10:05 2006 (44F377CD)
b9a8c000 b9a9ff00 VIDEOPRT VIDEOPRT.SYS Sun Apr 13 12:44:39 2008 (48025497)
b9aa0000 b9da7000 ati2mtag ati2mtag.sys Thu Dec 20 20:07:57 2007 (476B2E0D)
b9e00000 b9e19b80 Mup Mup.sys Sun Apr 13 13:17:05 2008 (48025C31)
b9e1a000 b9e46980 NDIS NDIS.sys Sun Apr 13 13:20:35 2008 (48025D03)
b9e47000 b9ed3600 Ntfs Ntfs.sys Sun Apr 13 13:15:49 2008 (48025BE5)
b9ed4000 b9eea880 KSecDD KSecDD.sys Sun Apr 13 12:31:40 2008 (4802518C)
b9eeb000 b9f0ab00 fltmgr fltmgr.sys Sun Apr 13 12:32:58 2008 (480251DA)
b9f0b000 b9f22900 atapi atapi.sys Sun Apr 13 12:40:29 2008 (4802539D)
b9f23000 b9f48700 dmio dmio.sys Sun Apr 13 12:44:45 2008 (4802549D)
b9f49000 b9f67880 ftdisk ftdisk.sys Fri Aug 17 14:52:41 2001 (3B7D8419)
b9f68000 b9f78a80 pci pci.sys Sun Apr 13 12:36:43 2008 (480252BB)
b9f79000 b9fa6d80 ACPI ACPI.sys Sun Apr 13 12:36:33 2008 (480252B1)
ba0a8000 ba0b1180 isapnp isapnp.sys Sun Apr 13 12:36:40 2008 (480252B8)
ba0b8000 ba0c2580 MountMgr MountMgr.sys Sun Apr 13 12:39:45 2008 (48025371)
ba0c8000 ba0d4c80 VolSnap VolSnap.sys Sun Apr 13 12:41:00 2008 (480253BC)
ba0d8000 ba0e0e00 disk disk.sys Sun Apr 13 12:40:46 2008 (480253AE)
ba0e8000 ba0f4180 CLASSPNP CLASSPNP.SYS Sun Apr 13 13:16:21 2008 (48025C05)
ba108000 ba113d00 raspptp raspptp.sys Sun Apr 13 13:19:47 2008 (48025CD3)
ba118000 ba120900 msgpc msgpc.sys Sun Apr 13 12:56:32 2008 (48025760)
ba128000 ba131f00 termdd termdd.sys Sun Apr 13 12:38:36 2008 (4802532C)
ba158000 ba161e80 NDProxy NDProxy.SYS Sun Apr 13 12:57:28 2008 (48025798)
ba178000 ba186880 usbhub usbhub.sys Sun Apr 13 12:45:36 2008 (480254D0)
ba188000 ba196d80 sysaudio sysaudio.sys Sun Apr 13 13:15:55 2008 (48025BEB)
ba1c8000 ba1d0780 netbios netbios.sys Sun Apr 13 12:56:01 2008 (48025741)
ba1d8000 ba1e0700 wanarp wanarp.sys Sun Apr 13 12:57:20 2008 (48025790)
ba1f8000 ba202e00 Fips Fips.SYS Sun Apr 13 12:33:27 2008 (480251F7)
ba228000 ba231000 HIDCLASS HIDCLASS.SYS Sun Apr 13 12:45:25 2008 (480254C5)
ba2b8000 ba2c0e00 intelppm intelppm.sys Sun Apr 13 12:31:31 2008 (48025183)
ba2c8000 ba2d6b00 drmk drmk.sys Sun Apr 13 12:45:12 2008 (480254B8)
ba2d8000 ba2e7c00 serial serial.sys Sun Apr 13 13:15:44 2008 (48025BE0)
ba2e8000 ba2f7600 cdrom cdrom.sys Sun Apr 13 12:40:45 2008 (480253AD)
ba2f8000 ba306100 redbook redbook.sys Sun Apr 13 12:40:27 2008 (4802539B)
ba308000 ba314880 rasl2tp rasl2tp.sys Sun Apr 13 13:19:43 2008 (48025CCF)
ba318000 ba322200 raspppoe raspppoe.sys Sun Apr 13 12:57:31 2008 (4802579B)
ba328000 ba32e180 PCIIDEX PCIIDEX.SYS Sun Apr 13 12:40:29 2008 (4802539D)
ba330000 ba334d00 PartMgr PartMgr.sys Sun Apr 13 12:40:48 2008 (480253B0)
ba340000 ba346b00 npf npf.sys Tue Nov 06 13:09:15 2007 (4730C9EB)
ba360000 ba364c80 vmnetuserif vmnetuserif.sys Tue Oct 28 19:40:06 2008 (4907BEF6)
ba3b8000 ba3bd080 usbuhci usbuhci.sys Sun Apr 13 12:45:34 2008 (480254CE)
ba3c0000 ba3c7600 usbehci usbehci.sys Sun Apr 13 12:45:34 2008 (480254CE)
ba3c8000 ba3cca80 TDI TDI.SYS Sun Apr 13 13:00:04 2008 (48025834)
ba3d0000 ba3d4580 ptilink ptilink.sys Fri Aug 17 14:49:53 2001 (3B7D8371)
ba3d8000 ba3dc080 raspti raspti.sys Fri Aug 17 14:55:32 2001 (3B7D84C4)
ba3e0000 ba3e6000 kbdclass kbdclass.sys Sun Apr 13 12:39:46 2008 (48025372)
ba3e8000 ba3eda00 mouclass mouclass.sys Sun Apr 13 12:39:47 2008 (48025373)
ba3f0000 ba3f5100 ramdisk ramdisk.sys Sun Apr 13 12:41:22 2008 (480253D2)
ba3f8000 ba3fc500 watchdog watchdog.sys Sun Apr 13 12:44:59 2008 (480254AB)
ba420000 ba426180 HIDPARSE HIDPARSE.SYS Sun Apr 13 12:45:22 2008 (480254C2)
ba428000 ba42d200 vga vga.sys Sun Apr 13 12:44:40 2008 (48025498)
ba430000 ba434a80 Msfs Msfs.SYS Sun Apr 13 12:32:38 2008 (480251C6)
ba438000 ba43f880 Npfs Npfs.SYS Sun Apr 13 12:32:38 2008 (480251C6)
ba448000 ba44fd80 usbccgp usbccgp.sys Sun Apr 13 12:45:38 2008 (480254D2)
ba450000 ba456700 USBSTOR USBSTOR.SYS Sun Apr 13 12:45:37 2008 (480254D1)
ba460000 ba465500 point32 point32.sys Wed Nov 08 00:02:34 2006 (4551810A)
ba468000 ba46c080 VMkbd VMkbd.sys Tue Oct 28 20:36:29 2008 (4907CC2D)
ba4b0000 ba4b5500 TDTCP TDTCP.SYS Sun Apr 13 12:38:35 2008 (4802532B)
ba4b8000 ba4bb000 BOOTVID BOOTVID.dll Fri Aug 17 14:49:09 2001 (3B7D8345)
ba544000 ba546280 rasacd rasacd.sys Fri Aug 17 14:55:39 2001 (3B7D84CB)
ba554000 ba556f00 ws2ifsl ws2ifsl.sys Fri Aug 17 14:55:58 2001 (3B7D84DE)
ba55c000 ba55e180 VCdRom VCdRom.sys Wed Dec 19 12:44:58 2001 (3C20EE3A)
ba560000 ba563d80 serenum serenum.sys Sun Apr 13 12:40:12 2008 (4802538C)
ba568000 ba56a780 ndistapi ndistapi.sys Sun Apr 13 12:57:27 2008 (48025797)
ba588000 ba58bc80 mssmbios mssmbios.sys Sun Apr 13 12:36:45 2008 (480252BD)
ba590000 ba592680 vmnetadapter vmnetadapter.sys Thu May 22 04:33:07 2008 (48354BE3)
ba594000 ba596f00 VMNET VMNET.SYS Thu May 22 04:33:05 2008 (48354BE1)
ba5a8000 ba5a9b80 kdcom kdcom.dll Fri Aug 17 14:49:10 2001 (3B7D8346)
ba5aa000 ba5ab100 WMILIB WMILIB.SYS Fri Aug 17 15:07:23 2001 (3B7D878B)
ba5ac000 ba5ad700 dmload dmload.sys Fri Aug 17 14:58:15 2001 (3B7D8567)
ba5c2000 ba5c3100 swenum swenum.sys Sun Apr 13 12:39:52 2008 (48025378)
ba5c4000 ba5c5280 USBD USBD.SYS Fri Aug 17 15:02:58 2001 (3B7D8682)
ba5cc000 ba5cdf00 Fs_Rec Fs_Rec.SYS Fri Aug 17 14:49:37 2001 (3B7D8361)
ba5ce000 ba5cf080 Beep Beep.SYS Fri Aug 17 14:47:33 2001 (3B7D82E5)
ba5d0000 ba5d1080 mnmdd mnmdd.SYS Fri Aug 17 14:57:28 2001 (3B7D8538)
ba5d2000 ba5d3080 RDPCDD RDPCDD.sys Fri Aug 17 14:46:56 2001 (3B7D82C0)
ba62a000 ba62b100 dump_WMILIB dump_WMILIB.SYS Fri Aug 17 15:07:23 2001 (3B7D878B)
ba64c000 ba64da80 ParVdm ParVdm.SYS Fri Aug 17 14:49:49 2001 (3B7D836D)
ba64e000 ba650000 VMparport VMparport.sys Tue Oct 28 18:55:46 2008 (4907B492)
ba670000 ba670d00 pciide pciide.sys Fri Aug 17 14:51:49 2001 (3B7D83E5)
ba6c6000 ba6c6c00 audstub audstub.sys Fri Aug 17 14:59:40 2001 (3B7D85BC)
ba755000 ba755b80 Null Null.SYS Fri Aug 17 14:47:39 2001 (3B7D82EB)
ba79b000 ba79bd00 dxgthk dxgthk.sys Fri Aug 17 14:53:12 2001 (3B7D8438)
bf000000 bf011600 dxg dxg.sys Sun Apr 13 12:38:27 2008 (48025323)
bf012000 bf058000 ati2dvag ati2dvag.dll Thu Dec 20 20:08:18 2007 (476B2E22)
bf058000 bf0d2000 ati2cqag ati2cqag.dll Thu Dec 20 19:11:46 2007 (476B20E2)
bf0d2000 bf140000 atikvmag atikvmag.dll Thu Dec 20 19:20:17 2007 (476B22E1)
bf140000 bf16b000 atiok3x2 atiok3x2.dll Thu Dec 20 19:15:03 2007 (476B21A7)
bf16b000 bf464e00 ati3duag ati3duag.dll Thu Dec 20 19:47:34 2007 (476B2946)
bf465000 bf5fab00 ativvaxx ativvaxx.dll Thu Dec 20 19:36:03 2007 (476B2693)
bf800000 bf9c2e00 win32k win32k.sys Mon Feb 09 04:13:13 2009 (49900FC9)
bff60000 bff76880 RDPDD RDPDD.dll Sun Apr 13 18:10:51 2008 (4802A10B)
bffa0000 bffe5c00 ATMFD ATMFD.DLL Sun Apr 13 18:09:55 2008 (4802A0D3)

Unloaded modules:
a4ff1000 a501c000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a567d000 a56a8000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a5f14000 a5f36000 tmcomm.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a66ce000 a67f1000 VSApiNt.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a668b000 a66ce000 TmXPFlt.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a5bf1000 a5c1c000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a6470000 a649b000 kmixer.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba6b0000 ba6b1000 drmkaud.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba248000 ba255000 DMusic.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
a649b000 a64be000 aec.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba198000 ba1a6000 swmidi.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba5e6000 ba5e8000 splitter.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba1e8000 ba1f3000 imapi.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba540000 ba544000 kbdhid.sys
Timestamp: unavailable (00000000)
Checksum: 00000000
ba1b8000 ba1c5000 i8042prt.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
ba418000 ba41d000 Cdaudio.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
ba53c000 ba53f000 Sfloppy.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
ba400000 ba405000 Flpydisk.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
ba3f8000 ba3ff000 Fdc.SYS
Timestamp: unavailable (00000000)
Checksum: 00000000
Closing open log file c:debuglog.txt
----------------------------------------



EDIT: renamed the topic so it has version info in it
17   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Nov 07 2014 : 10:08:07 AM
case=1492 is implemented in build 2052
feline Posted - May 27 2009 : 1:40:29 PM
Thank you for the update, I have made a note of this. Thankfully you have finally found a solution, this was a very nasty problem indeed.
tandr Posted - May 26 2009 : 7:58:08 PM
Well, it is enabled it and it did not crash so far. I have had an hour-long meeting today, and was coding in RD while sitting in it. It did not crash, which is awesome!

Interesting, does Microsoft plans to fix it one sunny day? Kinda potential data loss and security risk right there...
feline Posted - May 26 2009 : 11:54:27 AM
The option dialog check box is the same as the registry key, it is just easier to get to now. We did this since several users have run into problems with these remote desktop changes.

This is a very interesting update, thank you for this. Like you, I would not have expected Microsoft mouse drivers to cause problems. I await further news with interest.
tandr Posted - May 25 2009 : 4:03:52 PM
In 1724, ther is a checkbox "Optimize screen updates during Remote Desktop sessions" in Performance settings. Is it exactly the same as registry entry in the previous versions, or registry value overwrites it somehow?

I uninstalled these evil Microsoft IntelliMouse drivers (which, as was discovered, was a cause for the constant reboots if you touch SQL manager 2005! Who would've guessed...) and tried to enable "Optimize screen updates..." checkbox while I was in remote session. Guess what, it did not crash on that day (well, given I did not do renamings much). I did not modify setting in the registry, just in VAX->Options->Performance tab. Performance improved (no spurious redraws), and it did not crash.

I am planning on working more from home this week, so my anecdotal evidence against MM should get more proof if it will not crash computer again. even with remote desktop optimizations enabled.
accord Posted - Apr 23 2009 : 6:41:08 PM
We got the file, thank you. We will look into it.
tandr Posted - Apr 23 2009 : 02:52:52 AM
like a charm -- you open a project, many windows (tabs), search for couple symbols etc and you got your minidump.

So no remote desktop optimizations for me I guess...
accord Posted - Apr 22 2009 : 4:26:37 PM
You can send the minidump by this form:

http://www.wholetomato.com/support/contact.asp

Please include this thread ID or URL in the description, so we can match it up.
tandr Posted - Apr 22 2009 : 12:55:35 PM
on second thought... I can crash it again with Minidump enabled and then send it to you. Just need to know where to put it though...
tandr Posted - Apr 22 2009 : 12:40:08 PM
I don't have mini dump, I have full memory dump 2gig in size if you are interested. I think it is compressable ...
feline Posted - Apr 22 2009 : 11:02:32 AM
Unfortunately the flashes under remote desktop are expected. The "Remote Desktop Optimization" was done to remove them, so turning this off will bring them back.

If you have the time, is there any chance of getting a mini dump of this crash? This might make it easier to get a sense of what is going wrong.
tandr Posted - Apr 22 2009 : 12:58:20 AM
2 hours of solid code writing/refactoring did not cause any crashes with "Remote Desktop Optimization" disabled.
tandr Posted - Apr 21 2009 : 12:33:45 PM
So far, it seems that disabling remote desktop optimizations helped, it did not crash so far. I hope I will have time to recheck it from home later today.

(and oh boy, these annoying "flashes" are back when it redraw screen 2-3 (or more) times, but it is better then a crash any day :)

accord Posted - Apr 19 2009 : 5:35:28 PM
We are considering implementing "extract local variable" at some point:

case=1492

I'm curious if disabling Remote Desktop optimization will help or not.
tandr Posted - Apr 18 2009 : 02:16:27 AM
Well... drivers update did not help. Logged in through remote connection, run "rename" in VAX menu, boom...

The crash dump has exactly the same info. I will try to disable Remore Desktop optimization and see if it helps...
tandr Posted - Apr 17 2009 : 7:58:27 PM
1. The previous build, I don't remember what number it was. I usually follow last beta.

2. I did not turn off remote desktop optimization, will do if I will experience one more crash. This way I can eliminate Radeon drivers issue (I upgraded Radeon drivers to the latest (9.something from 8.something), lets see...).

3. No, I don't have any other plugins installed, VAX is covering my needs quite well. Wouldn't mind some more fancy refactoring like "extract variable from expression" but I getting off-topic :)

Regards,
Andrey
accord Posted - Apr 17 2009 : 6:07:32 PM
I've asked the developers to look into this:

case=26045

What version did you used before 1721/1722? Did that version work?
Maybe not related but you may want to try to turn off Remote Desktop optimizations to see if this helps:

http://docs.wholetomato.com?W366

Do you have any other Visual Studio plugin's installed?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000