summaryrefslogtreecommitdiff
path: root/open_issues/crash_server.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-05-19 00:48:15 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-05-19 00:48:15 +0200
commit99d3b853da264d672aedefe478ecb34bd712e436 (patch)
tree5a83360f29ee2c5933a1a54bd540b7e56f789c96 /open_issues/crash_server.mdwn
parentdb3f476cf1591b1b593c1271bd81ca0d388d942e (diff)
provide the source code being used
Diffstat (limited to 'open_issues/crash_server.mdwn')
-rw-r--r--open_issues/crash_server.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/crash_server.mdwn b/open_issues/crash_server.mdwn
index e6738766..6b73a8a8 100644
--- a/open_issues/crash_server.mdwn
+++ b/open_issues/crash_server.mdwn
@@ -54,6 +54,8 @@ one...
* ... does not always produce a useful backtrace:
+ abort();
+
$ gdb test core
warning: core file may not match specified executable file.
[New Thread 86678]
@@ -74,6 +76,8 @@ one...
#6 0x0109de59 in abort () at abort.c:88
#7 0x0804849f in main ()
+ char *foo = 0; *foo = 1;
+
$ gdb test core
Program terminated with signal 11, Segmentation fault.
warning: Wrong size fpregset in core file.