Microsoft MVP성태의 닷넷 이야기
오류 유형: 260. 이벤트 로그 - Windows Error Reporting / AEAPPINVW8 [링크 복사], [링크+제목 복사],
조회: 22322
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

이벤트 로그 - Windows Error Reporting / AEAPPINVW8

이벤트 로그에 다음과 같은 항목이 남고 있습니다.

Log Name:      Application
Source:        Windows Error Reporting
Date:          2014-11-03 오후 4:37:18
Event ID:      1001
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      win2012rp.testad.com
Description:
Fault bucket -687131382, type 5
Event Name: AEAPPINVW8
Response: Not available
Cab Id: 0

Problem signature:
P1: 8
P2: 2
P3: 6.3.0.0
P4: 1042
P5: 9
P6: 
P7: 
P8: 
P9: 
P10: 

Attached files:

These files may be available here:


Analysis symbol: 
Rechecking for solution: 0
Report Id: 3c5355ef-632c-11e4-bc5a-00155d805a04
Report Status: 0
Hashed bucket: 40c9026954fc4bed3500e8f09e3c34df

프로세스 명이 없기 때문에 WER에서 제거하는 방법으로는 이 항목이 안 뜨도록 만들수 없습니다.

검색해 보니, 다음의 글이 나오는데요.

Strange Fault Bucket in Windows Event Viewer 
; http://www.eightforums.com/general-support/39650-strange-fault-bucket-windows-event-viewer.html

해당 이벤트 로그와 관련된 것이 제어판 / "관리 도구" / "Task Scheduler"의 "Microsoft" / "Windows" / "Application Experience" 범주의 "StartupAppTask"라고 합니다.

따라서, 그 작업을 "Disabled"로 두면 이 문제는 해결될 거라고 하는데요. 그런데, 현재 그 항목은 "Running"으로 뜨고 있습니다. 좀 더 검색해 보니,

Maintenance in windows 8 gets always delayed 
; http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/maintenance-in-windows-8-gets-always-delayed/2f1fde0f-3057-496f-a8ed-44b145d719b1

StartupAppTask가 Running 중이므로 시스템의 "Maintenance" 역시 진행 중으로 표시된다고 합니다.

maintenance_1.png

실제로, 제가 거의 12시간 넘게 기다려봤는데 "StartupAppTask"는 여전히 Running이었고 "Maintenance" 작업도 진행중(in progress)이었습니다.

혹시나 싶어, 작업 관리자에서 "StartupAppTask"에 해당하는 rundll32.exe를 강제 종료해봤는데 그 순간 "Maintenance" 작업도 끝이 났습니다. 당연히 StartupAppTask의 "Last Run Result" 항목은 오류 코드가 담겨 있는데, 수동으로 다시 "Run"을 시키니 정상적으로 "0x0" 코드를 반환하며 종료했습니다.

아하~~~ 그렇다면 "Maintenance in windows 8 gets always delayed" 글에서 제시한 해답을 써도 될 듯 합니다. StartupAppTask를 비활성화시키지는 말고, 1분 이상 실행 중이면 종료되도록 설정해 두는 것으로 마무리 지었습니다.

maintenance_2.png




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 7/10/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 91  92  93  94  95  96  97  [98]  99  100  101  102  103  104  105  ...
NoWriterDateCnt.TitleFile(s)
11485정성태4/11/201823721.NET Framework: 738. C# - Console 프로그램이 Ctrl+C 종료 시점을 감지하는 방법파일 다운로드1
11484정성태4/11/201824781.NET Framework: 737. C# - async를 Task 타입이 아닌 사용자 정의 타입에 적용하는 방법파일 다운로드1
11483정성태4/10/201828123개발 환경 구성: 358. "Let's Encrypt"에서 제공하는 무료 SSL 인증서를 IIS에 적용하는 방법 (2) [1]
11482정성태4/10/201820513VC++: 126. CUDA Core 수를 알아내는 방법
11481정성태4/10/201832253개발 환경 구성: 357. CUDA의 인덱싱 관련 용어 - blockIdx, threadIdx, blockDim, gridDim
11480정성태4/9/201822219.NET Framework: 736. C# - API를 사용해 Azure에 접근하는 방법 [2]파일 다운로드1
11479정성태4/9/201817891.NET Framework: 735. Azure - PowerShell로 Access control(IAM)에 새로운 계정 만드는 방법
11478정성태11/8/201920190디버깅 기술: 115. windbg - 덤프 파일로부터 PID와 환경변수 등의 정보를 구하는 방법 [1]
11477정성태4/8/201817600오류 유형: 460. windbg - sos 명령어 수행 시 c0000006 오류 발생
11476정성태4/8/201819115디버깅 기술: 114. windbg - !threads 출력 결과로부터 닷넷 관리 스레드(System.Threading.Thread) 객체를 구하는 방법
11475정성태3/28/201821474디버깅 기술: 113. windbg - Thread.Suspend 호출 시 응용 프로그램 hang 현상에 대한 덤프 분석
11474정성태3/27/201819576오류 유형: 459. xperf: error: TEST.Event: Invalid flags. (0x3ec).
11473정성태3/22/201824709.NET Framework: 734. C# - Thread.Suspend 호출 시 응용 프로그램 hang 현상파일 다운로드2
11472정성태3/22/201818656개발 환경 구성: 356. GTX 1070, GTX 960, GT 640M의 cudaGetDeviceProperties 출력 결과
11471정성태3/20/201822049VC++: 125. CUDA로 작성한 RGB2RGBA 성능 [1]파일 다운로드1
11470정성태3/20/201824228오류 유형: 458. Visual Studio - CUDA 프로젝트 빌드 시 오류 C1189, expression must have a constant value
11469정성태3/19/201817267오류 유형: 457. error MSB3103: Invalid Resx file. Could not load file or assembly 'System.Windows.Forms, ...' or one of its dependencies.
11468정성태3/19/201816727오류 유형: 456. 닷넷 응용 프로그램 실행 시 0x80131401 예외 발생
11467정성태3/19/201816157오류 유형: 455. Visual Studio Installer - 업데이트 실패
11466정성태3/18/201817254개발 환경 구성: 355. 한 대의 PC에서 2개 이상의 DirectX 게임을 실행하는 방법
11463정성태3/15/201819658.NET Framework: 733. 스레드 간의 read/write 시에도 lock이 필요 없는 경우파일 다운로드1
11462정성태3/14/201822583개발 환경 구성: 354. HTTPS 호출에 대한 TLS 설정 확인하는 방법 [1]
11461정성태3/13/201825110오류 유형: 454. 윈도우 업데이트 설치 오류 - 0x800705b4 [1]
11460정성태3/13/201817603디버깅 기술: 112. windbg - 닷넷 메모리 덤프에서 전역 객체의 내용을 조사하는 방법
11459정성태3/13/201818445오류 유형: 453. Debug Diagnostic Tool에서 mscordacwks.dll을 찾지 못하는 문제
11458정성태2/21/201819475오류 유형: 452. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. [1]
... 91  92  93  94  95  96  97  [98]  99  100  101  102  103  104  105  ...