File crash-crosscrash-hint.diff of Package crash
From: Bernhard Walle <bwalle@suse.de>
Subject: [PATCH] Add crosscrash hint
Patch-mainline: never
References: FATE #302896
This patch gives the user a hint to try the 'crosscrash' tool when he
tries to open a dump from a different architecture.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
tools.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Index: crash-6.0.7/tools.c
===================================================================
--- crash-6.0.7.orig/tools.c
+++ crash-6.0.7/tools.c
@@ -4817,7 +4817,12 @@ machine_type_mismatch(char *file, char *
fprintf(fp, " crash utility: %s\n", MACHINE_TYPE);
fprintf(fp, " %s: %s%s%s\n\n", file, e_machine,
alt ? " or " : "", alt ? alt : "");
-
+
+ fprintf(fp, "\n");
+ fprintf(fp, "NOTE: You might want to try the 'crosscrash' tool which is\n");
+ fprintf(fp, " distributed in the 'crosscrash' package on SUSE Linux.\n");
+ fprintf(fp, "\n");
+
return TRUE;
}
void