summaryrefslogtreecommitdiff
path: root/open_issues/crash_server.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/crash_server.mdwn')
-rw-r--r--open_issues/crash_server.mdwn26
1 files changed, 14 insertions, 12 deletions
diff --git a/open_issues/crash_server.mdwn b/open_issues/crash_server.mdwn
index 6b73a8a8..d97f5458 100644
--- a/open_issues/crash_server.mdwn
+++ b/open_issues/crash_server.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -54,17 +54,17 @@ one...
* ... does not always produce a useful backtrace:
- abort();
+ `abort();`
$ gdb test core
- warning: core file may not match specified executable file.
-[New Thread 86678]
- warning: Wrong size fpregset in core file.
- ...
- Core was generated by `./test'.
- Program terminated with signal 6, Aborted.
- warning: Wrong size fpregset in core file.
- (gdb) bt
+ warning: core file may not match specified executable file.
+ [New Thread 86678]
+ warning: Wrong size fpregset in core file.
+ ...
+ Core was generated by `./test'.
+ Program terminated with signal 6, Aborted.
+ warning: Wrong size fpregset in core file.
+ (gdb) bt
#0 0x00000000 in ?? ()
#1 0x011f593f in __msg_sig_post (process=72, signal=6, sigcode=0, refport=1)
at /build/buildd-eglibc_2.10.2-7-hurd-i386-iGL6op/eglibc-2.10.2/build-tree/hurd-i386-libc/hurd/RPC_msg_sig_post.c:144
@@ -76,9 +76,9 @@ one...
#6 0x0109de59 in abort () at abort.c:88
#7 0x0804849f in main ()
- char *foo = 0; *foo = 1;
+ `char *foo = 0; *foo = 1;`
- $ gdb test core
+ $ gdb test core
Program terminated with signal 11, Segmentation fault.
warning: Wrong size fpregset in core file.
#0 0x00000000 in ?? ()
@@ -89,6 +89,8 @@ one...
stack_end=0x1023e5c) at libc-start.c:251
#2 0x080483d1 in _start ()
+ `raise (SIGABRT);`
+
$ gdb a.out core
warning: core file may not match specified executable file.
[New Thread 76651]