1. WinDbg (X86)로 Dump 체크 한다.

   - Dump가 제대로 없는 경우, 대략 난감


2. 드라이버 점검 : 윈도우XP verifier로 테스트 해보기

http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/70294dd8-bd5e-4620-b7aa-46b6c3e786d1/ 



[점검 방법 설명]

I think the fastest way to track this on is to use a testing tool called Driver Verifier.

If this tool finds a problem, your machine will crash again.  Hopefully with it enabled, it will allow you to easily identify the bad driver.

Enable driver verifier
1) Open an elevated command prompt
2) Type "verifier /standard /all"  (no quotes)
3) Reboot your machine
4) Use machine again until it crashes (hopefully this will be fast :)

After the crash & reboot, go into safe mode.  http://windowshelp.microsoft.com/Windows/en-US/Help/323ef48f-7b93-4079-a48a-5c58eec904a11033.mspx

Disable driver verifier
1) Open an elevated command prompt
2) Type "verifier /reset" (no quotes)
3) Reboot your machine

Then using the steps you followed before, take a look at the new memory dump.


이상.

저희집에서는 PC를 종료하려고 하면, 종료는 않되고..
재부팅 되거나, 가끔 먹통이 되면서 퍼런(?)화면이 저를 반기는데..

그때마다 순간 식겁하고, 또 하드 날라가는게 아닌지 걱정하고..
오늘 WinDbg를 알았으니 한번 해봐야겠네요.

WinDbg로 검색해보면 많은 양의 자료를 찾아 보실수 있습니다.
http://kin.naver.com/detail/detail.php?d1id=1&dir_id=10405&eid=eaen5XO/aE9NdoAYG3uV8ojfzrcWU86r&qb=V2luRGJn&enc=utf8&pid=fjX44woi5T8ssv80Uzlsss--295353&sid=SauII412q0kAABJQBgE

.다운로드 주소
http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx

.덤프파일 생성경로
%windir%\minidump

사용방법은.. ㅠㅠ
네이버 지식iN 또는 구글신께 물어봐주세요..

'공부할것들' 카테고리의 다른 글

공부해야 되는데..  (0) 2009.05.05
특정포트를 이용중인 프로세스 찾기  (0) 2009.03.13
DWL-8200AP 설치기  (0) 2009.02.12
Command 명령어 사용하기  (0) 2009.01.21
관리공유를 제거방법  (0) 2008.12.25

+ Recent posts