Search code examples
clinuxcrashrpt

Crash reporting in C for Linux


Following this question:
Good crash reporting library in c#

Is there any library like CrashRpt.dll that does the same on Linux? That is, generate a failure report including a core dump and any necessary environment and notify the developer about it?

Edit: This seems to be a duplicate of this question


Solution

  • See Getting stack traces on Unix systems, automatically on Stack Overflow.