About 147,000 results
Open links in new tab
  1. What is Google Crash Handler.exe? - Windows 10 Help Forums

    Sep 2, 2018 · What is Google Crash Handler.exe? Noticed 2 instances in Task Manager, one 64 bit and one not. Google search is silent on the topic, but talks a lot about Googlecrashhandler …

  2. c++ - What actions do I need to take to get a crash dump in ALL …

    Nov 28, 2012 · signal handler for SIGABRT must set itself back as a SIGABRT handler! Without this if you get crashes happening at the same time from other threads you process will exit …

  3. How to automatically generate a stacktrace when my program …

    Here's an example program that installs a SIGSEGV handler and prints a stacktrace to stderr when it segfaults. The baz() function here causes the segfault that triggers the handler:

  4. c++ - Cross-platform crash handler - Stack Overflow

    I'm looking for a cross-platform crash handler. Google Breakpad looks promising, but it is sorely lacking any documentation, and requires a reasonable amount of fiddling to actually get going. …

  5. How to catch ALL exceptions/crashes in a .NET app [duplicate]

    Keep in mind that there are many ways for a process to "crash", each of which might require special tricks to catch - all of these are in addition to ways for a managed exception to bring …

  6. TortoiseSVN SendRpt.exe can't be found - Stack Overflow

    Aug 21, 2015 · It's a native crash handler of Tortoise, but its exe is not in the bin folder for some reason. Tortoise works, it's not a blocking issue, but a very annoying one. Wanted to attach a …

  7. What is the easiest way to make a C++ program crash?

    Dec 13, 2011 · It will crash in exactly the same way as a normal SIGSEGV within the application (which is the way most applications crash). It is well defined what it does (by default it exits the …

  8. Detecting a process crash in C++/Win32 - Stack Overflow

    Aug 2, 2018 · Detecting a process crash in C++/Win32 Asked 7 years, 4 months ago Modified 7 years, 4 months ago Viewed 4k times

  9. c# - Executing code on application crash - Stack Overflow

    Mar 19, 2010 · It depends on what you mean by "crash". If you want to deal with any unhandled exceptions that would otherwise bring down an application, you can attach an event handler to …

  10. android: Handle Application Crash and start a particular Activity

    26 I have an app and if the app crashes in a particular activity, it restarts at one of the intermediate parent activities. This is a problem for me since I have some inputted user info …