Following this question:Good crash reporting library in C #
Is there any library like CrashRpt.dll that does the same in Linux? That is, generate a crash report, including a core dump and any necessary environment, and let the developer know about it?
Edit: this seems to be a duplicate of this question
See Getting stack trace on Unix systems automatically for stack overflows.
, unlimit coredumpsize , coredump , . gdb/ddd - , . .
@Ionut, , .
: x86 seg-fault.
x86
, EIP, , . RichQ addr2line, , . EIP ; , , 0x00000000, , EIP.
0x00000000
, CR2, , . RichQ , . CR2 0x00000000. :
int j = *i
int j = i[2];
0x00000008 , CR2.
0x00000008
Nathan, under what circumstances are nonzero in the segment base? I have never seen this in my 5 year development of Linux applications.
Thank.
@Martin
I am performing architectural validation for x86, so I am very familiar with the architecture that the processor provides, but very unfamiliar with its use. This is what I based my comment on. If CR2 can be calculated to give the correct answer, then I am correcting myself.
Source: https://habr.com/ru/post/1696724/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1696719/how-to-save-persistent-objects-databound-to-a-datalayoutcontrol-devexpress-tools&usg=ALkJrhiEmLZ3JWAm9bJ-iSuYoDwwi0zq0AJavascript: make web browser scroll up? - javascriptProgrammatically get the creation of a database table script in .NET. - sqlAdding a command call to a Unix command-line application - javaCycle Measurement - profilingDownload files in IE6 - phpКак предотвратить привязку гиперссылки - csshow to make cruisecontrol only build one project at a time - build-automationVB.NET FormatNumber equivalent in C #? - c #Targeting with VS 2008 after installing Service Pack 1 (SP1) for .NET 3.5 - installerAll Articles