summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-10-04 23:59:45 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-10-04 23:59:45 +0000
commit47e881f460cfb441be64a1ff17295357fb02d0ad (patch)
treea0e48ec820c059d71be2abb0573393ef76052ea7 /CRT.c
parente6c6d7fbf7c463c7e8c877b60059c47f1841e9c0 (diff)
Add IO priority support ('i' key)
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 880f4dd1..97f2144e 100644
--- a/CRT.c
+++ b/CRT.c
@@ -129,7 +129,7 @@ static void CRT_handleSIGSEGV(int sgn) {
fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at http://htop.sf.net\n");
#ifdef HAVE_EXECINFO_H
size_t size = backtrace(backtraceArray, sizeof(backtraceArray) / sizeof(void *));
- fprintf(stderr, "Backtrace: \n");
+ fprintf(stderr, "\n Please include in your report the following backtrace: \n");
backtrace_symbols_fd(backtraceArray, size, 2);
fprintf(stderr, "\nAdditionally, in order to make the above backtrace useful,");
fprintf(stderr, "\nplease also run the following command to generate a disassembly of your binary:");

© 2014-2024 Faster IT GmbH | imprint | privacy policy