You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
CrashMe is a simple application that implements several common debug situations and scenarios. As such it is a great help for both; your first steps with WinDbg or if you ever need to reproduce a particular crash within a test environment. Take a look at the screen-shot bellow or simply download it to get a hint of what we are talking about. Note: If you have an interesting situation that CrashMe
Starting with Windows Server 2008 and Windows Vista with Service Pack 1 (SP1), Windows Error Reporting (WER) can be configured so that full user-mode dumps are collected and stored locally after a user-mode application crashes. Applications that do their own custom crash reporting are not supported by this feature. This feature is not enabled by default. Enabling the feature requires administrator
概要 TCPView はネットワークの接続状況を確認するためのツールで、netstat コマンドを実行することで得られる結果をリアルタイムで取得することができます。TCPView.exe はダブルクリックして実行することで、利用開始できます。 画面構成 TCPView の画面構成は netstat コマンドを実行したときの画面に非常に似ており、ネットワーク上のコンピューターとの接続状況 (プロトコル種類、ローカルアドレス、リモート アドレス) や待ち受け状況などが表示されます。ただし、netstat コマンドとは異なり、ネットワーク接続を利用しているプロセスの名前が同時に表示されます。そのため、TCPView では特定のネットワーク接続を利用しているプロセスを簡単に確認できます。 使用法 TCPView はネットワーク接続の一覧を参照するだけでなく、接続を終了させることが可能です。接続を終
今回は、マイクロソフトのエンジニアが出演する人気のビデオ、Defrag Toolsの29回目で紹介されていた”WinDbg – ETW Logging”の内容を紹介します。 本ビデオでは、カーネルダンプから、まだディスクに吐き出されていないETW (=Event Tracing for Windows) ログを抽出する方法が紹介されていました。 以下、その内容の紹介です。 【内容】 ETWのログは、定期的にディスクに吐き出されています。ですので、ETWログがまだディスクに吐き出されていない状態でBSoD(= Blue Screen of Death)が発生すると、ディスクに吐き出されないままとなってしまい、通常の方法ではそのログを確認することができません。 ただし、今回紹介する方法を利用すると、カーネルダンプからETWのログを抽出し、確認することができます。 以下、具体的な手順です。 【手
問題のあるプログラムをリモートから特定する PSList と PSKill を使って問題のあるプログラムの特定と終了を行う方法 更新日: 2011 年 5 月 25 日 トラブルの状況 オフィスでヘルプデスクを担当しています。ユーザーから「私のコンピューターで何か不適切な動きをしているので、何とかしてほしい」と依頼を受けました。できれば、自分のコンピューターからリモートで問題の原因を特定したいのですが、可能でしょうか? 解決方法 自分のコンピューターからリモートのコンピューターの操作を行うときには、PS で始まる Sysinternals のツールが利用できます。リモートのコンピューター上で実行しているプロセスを参照したい場合には、PSList が利用できます。PSList を実行すると、プロセスの一覧が表示されますので、一覧から問題と思われるプロセスを発見します。 問題のプロセスを発見し
このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 Microsoft Corporation February 2006 目次 はじめに AppVerifier とは AppVerifier の機能 AppVerifier を使用する状況 AppVerifier の使用方法 AppVerifier のデータを分析する AppVerifier の重要点 付録 A: ドライバの検証ツール 付録 B: AppVerifier を使用してセキュリティ機能をテストする 付録 C: 関連情報 要約 Microsoft Application Verifier (AppVerifier) は、アンマネージ コードの実行時検証ツールで、通常のアプリケーションのテスト手法では
Microsoft is holding an AI Agents Hackathon, and we want to see what you can build with Python! We'll have 20+ live streams showing you how to build AI agents with Python using popular agent frameworks and Microsoft technologies. Then, you can submit your project for a chance to win prizes, including a Best in Python prize!
Affected Platforms Clients - Windows XP, Windows Vista, Windows 7 Servers - Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 Description Promote and enforce Application Verifier as a quality gate for all development. It includes several improvements: We have provided additional checks to address issues that the Windows Error Reporting team discovered during thread-pool usage. We co
Affected Platforms Clients - Windows 7 Servers - Windows Server 2008 R2 Description Memory leaks are a class of bugs where the application fails to release memory when no longer needed. Over time, memory leaks affect the performance of both the particular application as well as the operating system. A large leak might result in unacceptable response times due to excessive paging. Eventually the ap
If you’ve been around Windows for awhile, you’re already familiar with the work of Mark Russinovich and Bryce Cogwell at http://www.sysinternals.com. Among the finest tools they offer are: Regmon for monitoring reads and writes to the registry; Handle for listing open handles to the system; ListDLLs for monitoring all loaded DLLs and their paths; and my favorite, Process Explorer. Choosing a favor
"Dbghelp.dll path" には、Debugging Tools for Windows を install した folder に存在する "dbghelp.dll" を指定してください。Default では "%SYSTEMROOT%\Sytem32\dbghelp.dll" が指定されていますが、こちらは利用できません。 上記を設定することにより、System Information のすべての項目を表示させることができます。 なお、今回の指定方法では Micorsoft の symbol server から symbol を自動的に download したものを利用することになります。したがって、Internet への接続が必須です。あらかじめ symbols package を local に配置しておいてそちらを参照させることも可能ですが、その方法は気が向いたら説明し
ダンプの取得は行わず、アプリで発生している例外を調べることも可能です。 その際には、以下のように-fの部分を””にする必要があります。 procdump.exe –e 1 –f “” ProcDumpTest.exe 以下のスクリーンショットの例では、FormatExceptionとDivideByZeroExceptionが発生していることがわかります。 [Process Monitorに例外イベントを表示させる] アプリの例外をProcess Monitorに表示させることも可能です。 以下、ProcDumpTest.exeの例外イベントをProcess Monitorに表示する例を紹介します。 1) 以下のProcDumpコマンドを実行します。 procdump.exe –e 1 –f “” ProcDumpTest.exe 2) Process Monitorを起動し、”Show
Try our Virtual Agent - It can help you quickly identify and fix common Windows boot issues In these articles, you'll learn how to troubleshoot common problems that are related to Windows startup. How it works When Microsoft Windows experiences a condition that compromises safe system operation, the system halts. These Windows startup problems are categorized in the following groups: Bug check: Al
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く