일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- windows update
- windows media service
- windbg
- SQL Server 2008
- 터키여행
- Windows Server 2016
- windows debugging tool
- Xperf
- paged pool
- nonpaged pool
- Session space
- iSCSI target
- 안철수
- cluster node as Domain controller
- 프로세스 CPU 사용량
- 인문고전
- 클러스터
- ftp7.5 장애조치 클러스터
- Windows Server 2008
- MSCS on VMWare
- 작업관리자
- Local TempDB
- LiveKD
- FTP7.5
- Nested VM
- Windows Server 2016 Hyper-v Cluster
- Hyper-V
- dsquery
- SQL Server 2012R2 FCI
- failover cluster
- Today
- Total
목록User dump (2)
류짱:Beyond MySelf
생각보다 user dump를 수집 할 수 있는 방법이 많네요.... userdump.exe / adplus / debug diag / process explorer / 작업 관리자 / procdum.exe ...등 등.. 정리 해 봅니다. 1. Userdump.exe 도구를 사용하여 덤프 파일을 만드는 방법 http://support.microsoft.com/kb/241215/ko 1. 아래 링크를 통하여 user dump tool을 다운로드 받아 설치합니다. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e089ca41-6a87-40c8-bf69-28ac08570b7e 2. 더블 클릭하여 실행하면 실행 파일이 C:\kktools\userdum..
특정 Service가 시작되지 않을 경우, 사용자 모드 덤프 수집 및 디버깅 방법 참고 How to debug Windows services (Windows 서비스를 디버깅하는 방법) http://support.microsoft.com/?id=824344 아래 내용은 WinDBG Debugger(windbg.exe)를 이용하여, Windows Service를 어떻게 Debug 하는지에 대한 설명입니다. rshsvc.exe 서비스에 대한 사용자 덤프 수집 방법을 예로 설명합니다. Windows에서 Service를 Debug하기 위해서는 windbg.exe를 이용하여, 이미 Start 된 상태의 Process를 Attach하는 방법(일반적인 방법)과 Service 가 시작되지 않는 문제를 확인하기 위해, S..