Redirect APPCRASH Dumps (Or turn them off)

StrangeWill

I have an application (didn't write it) that is producing APPCRASH dumps in C:\Windows\SysWOW64. The application while dumping is crippled, but operating at bare minimum capacity to not lose data. The issue is that these dumps are so large that the system is spending most of it's time writing these and the application is falling far behind in processing and will start losing data soon.

The plan is to either entirely disable it, or mount it to a RAM drive and purge them as soon as they hit the RAM drive.

Now I've looked into using this key:

http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx

But all it does is generate a second dump now instead of redirect the original.

The dump is named:

dump-2013_03_31-15_23_55_772.dmp

This is generally the realm of developers on Windows (with stuff like C/C++) so I'd like to hit them up, don't think ServerFault could get me any answers on this.

Additionally: It's not cycling dump files (they'll fill the 20GBs left on the hard drive), so I'm not sure if this is Windows behavior or custom code in the app (if it is... ick!).

Martin Schlott

To write a DumpFile, an app has to call the function "MiniDumpWriteDump" so this is not a behavior of the system or something you can control, it is application driven. If it dumps on crashes, it uses "SetUnhandledExceptionFilter" to set its own handling routine, before(!) the OS takes over. Unfortunately I didn't found a way to overwrite this handler from an other process, so the only hope left is, that there is a register entry for the app switching the behavior or change the path (as my applications have it for exactly the reason you describe).

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Turn off spellcheck in OneNote 2010

분류에서Dev

Turn off the link hover statusbar in Google Chrome

분류에서Dev

Windows 7 does not turn off monitor displays

분류에서Dev

How to turn off Wireless power management permanently

분류에서Dev

Extension to turn off certain page element?

분류에서Dev

Turn off history for Durandal child router

분류에서Dev

Windows 10: Laptop display refuses to turn off

분류에서Dev

Android 5 turn off Interruptions filtration

분류에서Dev

Chrome - Turn off bell for find in page no results?

분류에서Dev

How to turn off screen (headless installation)

분류에서Dev

Turn off screen with password protection but no sleep

분류에서Dev

Turn off auth in ubuntu 19.10 in all components

분류에서Dev

Turn off smooth scrolling in GTK3

분류에서Dev

Monit to turn off machine when program is done

분류에서Dev

"[TTM] Buffer eviction failed" on Ubuntu turn off

분류에서Dev

Turn screen off when inactive for time period in RHEL and Debian

분류에서Dev

How do I turn off all the password prompts?

분류에서Dev

How to turn off one of SATA HDDs installed in the computer to save power?

분류에서Dev

Is it possible to turn off case insensitivity using pattern only?

분류에서Dev

How to turn off single user mode on a remote machine?

분류에서Dev

Disable "Turn off hard disk after" in windows 7

분류에서Dev

Java - Turn off TestNG's default reporters programmatically

분류에서Dev

DMX Arduino - Turn OFF lamp on Martin Exterior 600 fixture

분류에서Dev

Is it possible to turn off antialiasing in SceneKit to make pixel art images sharp?

분류에서Dev

Turn off Snap-Assist-like feature in Windows 10 (for notebooks)

분류에서Dev

turn off noise on kinesis keyboard caps-lock

분류에서Dev

How to turn off write protection in win 7 using diskpart?

분류에서Dev

Python Script to Turn Outlook E-Mail Rules on and Off

분류에서Dev

Trying to use :not to select ids and have the respective slideshows turn off

Related 관련 기사

  1. 1

    Turn off spellcheck in OneNote 2010

  2. 2

    Turn off the link hover statusbar in Google Chrome

  3. 3

    Windows 7 does not turn off monitor displays

  4. 4

    How to turn off Wireless power management permanently

  5. 5

    Extension to turn off certain page element?

  6. 6

    Turn off history for Durandal child router

  7. 7

    Windows 10: Laptop display refuses to turn off

  8. 8

    Android 5 turn off Interruptions filtration

  9. 9

    Chrome - Turn off bell for find in page no results?

  10. 10

    How to turn off screen (headless installation)

  11. 11

    Turn off screen with password protection but no sleep

  12. 12

    Turn off auth in ubuntu 19.10 in all components

  13. 13

    Turn off smooth scrolling in GTK3

  14. 14

    Monit to turn off machine when program is done

  15. 15

    "[TTM] Buffer eviction failed" on Ubuntu turn off

  16. 16

    Turn screen off when inactive for time period in RHEL and Debian

  17. 17

    How do I turn off all the password prompts?

  18. 18

    How to turn off one of SATA HDDs installed in the computer to save power?

  19. 19

    Is it possible to turn off case insensitivity using pattern only?

  20. 20

    How to turn off single user mode on a remote machine?

  21. 21

    Disable "Turn off hard disk after" in windows 7

  22. 22

    Java - Turn off TestNG's default reporters programmatically

  23. 23

    DMX Arduino - Turn OFF lamp on Martin Exterior 600 fixture

  24. 24

    Is it possible to turn off antialiasing in SceneKit to make pixel art images sharp?

  25. 25

    Turn off Snap-Assist-like feature in Windows 10 (for notebooks)

  26. 26

    turn off noise on kinesis keyboard caps-lock

  27. 27

    How to turn off write protection in win 7 using diskpart?

  28. 28

    Python Script to Turn Outlook E-Mail Rules on and Off

  29. 29

    Trying to use :not to select ids and have the respective slideshows turn off

뜨겁다태그

보관