일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 클러스터
- windows media service
- 터키여행
- cluster node as Domain controller
- Nested VM
- failover cluster
- dsquery
- paged pool
- 프로세스 CPU 사용량
- FTP7.5
- iSCSI target
- Windows Server 2016
- Hyper-V
- 작업관리자
- nonpaged pool
- ftp7.5 장애조치 클러스터
- SQL Server 2012R2 FCI
- Xperf
- LiveKD
- Windows Server 2016 Hyper-v Cluster
- Local TempDB
- windows debugging tool
- Session space
- 인문고전
- MSCS on VMWare
- SQL Server 2008
- Windows Server 2008
- 안철수
- windbg
- windows update
Archives
- Today
- Total
목록Windows 서비스 디버깅 (1)
류짱:Beyond MySelf
특정 Service가 시작되지 않을 경우, 사용자 모드 덤프 수집 및 디버깅 방법
특정 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..
Microsoft/Windows Platform
2010. 11. 5. 10:42