crash-dumps
C++ Crash Dumps on POSIX
I have a big C++ code (server for some application). This application is big, and catch a crash per 2 months in average.[详细]
2023-03-11 07:02 分类:问答Android crash dump
I have the following crash log and complete source code of app. All I see is call to abort in libc while calling free (which was probably called from libstdc++ delete which is not even shown.) How d[详细]
2023-03-09 23:48 分类:问答What to do with !address -filter Windbg
I am currently looking into an issue where an application is using alot of private memory for a C++ app. It looks like alot is in commited and reserve m开发者_运维知识库emory based on the dump analysi[详细]
2023-03-05 07:35 分类:问答Azure crash dumps not appearing
The code below produces a crash dump when I run it in Azure development fabric, but not when I deploy it to the cloud.I have:[详细]
2023-02-27 12:29 分类:问答Invalid call stack in crash dump due to mismatched/missing *system* binary file?
Got this callstack when I open a Windows crash dump in Visual Studio 2005: >myprog.exe!app_crash::CommonUnhandledExceptionFilter(_EXCEPTION_POINTERS * pExceptionInfo=0x0ef4f318)Line 41C++[详细]
2023-02-27 04:15 分类:问答Google Breakpad fails to compile
I am attempting to bui开发者_开发百科ld google-breakpad and I am getting the error File \"C:\\google-breakpad\\src\\tools\\gyp\\pylib\\gyp\\generator\\msvs.py\", line 907, in _GetPathDict[详细]
2023-02-24 22:15 分类:问答What was the exception that crashed my app, given a call stack with UnhandledExceptionFilter?
I was testing my app, and it crashed. I wasn\'t debugging it, so Windows Error Reporting kicked in (I was testing on a Windows XP virtual machine which doesn\'t have VS installed, so I think that\'s w[详细]
2023-02-23 07:20 分类:问答Setting up automatic crash dump generation on Windows
I\'ve been looking around S开发者_如何学GoO, but didn\'t find the definitive answer. I want to set up automatic crash dump generation on a production machine so that whenever a crash or hang happens,[详细]
2023-02-22 07:57 分类:问答understanding iOS thread dump that has no application calls
So I have an app that is live in the app store that I\'ve modified to send back crash reports. This has helped me get rid of most of my bugs, but I\'m having hard time identifying this one. Below is a[详细]
2023-02-19 05:46 分类:问答What to do with .mdump/.hdump files?
I am working on a MySQL开发者_如何学运维 user-defined function (UDF) that is basically a wrapper for a Windows system function. My problem is that the UDF works as intended for certain inputs, but cau[详细]
2023-02-16 17:12 分类:问答