2008-09-19 26 views
0

我想使用Microsoft Debugging Tools for Windows附帶的Logger工具。然而,在Vista中內置的Vista應用程序崩潰,甚至:如何解決Vista上崩潰的Windbg Logger?

> logger calc 

> logger notepad 

的問題,如果我有或沒有管理員權限運行從命令提示符工具出現。我正在使用版本3.01(3/20/2008)。

記錄儀輸出窗口顯示的最後一件事是「詳細記錄已啓用」。

如果我一個調試器附加我看到「訪問衝突寫作地址0x000000」發生錯誤與以下調用堆棧:

[email protected]() + 0xb bytes 
logger.exe!PopulateLogextsSettings() + 0x31 bytes 
logger.exe!SettingsDlgProc() + 0x48 bytes 
[email protected]() + 0x23 bytes 
[email protected]() - 0x19bc bytes  
[email protected]() + 0x7f bytes 
[email protected]() + 0x22 bytes 
[email protected]() + 0x23 bytes 
[email protected]() + 0xb3 bytes 
[email protected]() + 0xd5 bytes  
[email protected]() + 0x700 bytes  
[email protected]() + 0xa3 bytes  
[email protected]() + 0x36 bytes 
[email protected]() + 0x4c bytes 
logger.exe!ChooseSettings() + 0x24 bytes 
logger.exe!InitLogexts() + 0x84 bytes 
logger.exe!DebuggerLoop() + 0x210 bytes  
[email protected]() + 0x215 bytes 
logger.exe!__initterm_e() + 0x1a1 bytes  
[email protected]@12() + 0x12 bytes  
[email protected]() + 0x27 bytes 
[email protected]() + 0x1b bytes  

任何人都遇到過這個問題,並知道如何解決它?

回答

1

我使用6.9.3.113(2008年4月29日)的調試工具,並且我在Vista上沒有遇到任何問題。如果我嘗試運行

logger notepad 

它工作正常(甚至作爲非管理員)。我要檢查的第一件事是,如果您運行的是Vista的x64版本,則還需要使用64bit version of the debugging tools

+0

我正在運行相同版本的調試工具,並且我絕對沒有運行x64 Visa。 – 2008-09-22 12:01:07