Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
crash
crash-crosscrash-hint.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor