Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 875286

Summary: crash parameters are swapped
Product: [Retired] Fedora Documentation Reporter: Kiyoaki Matsugae <matsugae.kiyoaki>
Component: system-administrator's-guideAssignee: Stephen Wadeley <swadeley>
Status: CLOSED CURRENTRELEASE QA Contact: Pete Travis <me>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: me
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-12 20:08:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fix for #875286 none

Description Kiyoaki Matsugae 2012-11-10 05:08:53 UTC
Description of problem:

crash parameters are swapped


Version-Release number of selected component (if applicable):

16

Description:

http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/System_Administrators_Guide/s1-kdump-crash.html

at 23.2.1. Running the crash Utility, the crash command line is
crash <path to vmcore> <path to debug vmlinux>

in the example at Example 23.3. Running the crash utility
the crash command is invoked like this
crash <path to debug vmlinux> <path to vmcore>

Comment 1 Kiyoaki Matsugae 2012-11-14 19:31:46 UTC
Created attachment 645075 [details]
fix for #875286

Here is the patch vs origin/master

Comment 2 Jaromir Hradilek 2012-11-14 23:09:41 UTC
Thank you very much for taking the time to report this error and write the patch!

Comment 3 Jaromir Hradilek 2013-08-25 00:31:09 UTC
Your patch has been applied to master as commit f9ee785e [1].
______

[1] https://git.fedorahosted.org/cgit/docs/system-administrators-guide.git/commit/?id=f9ee785eb3cd662b2dfb5ebeea4e74d8ac939364

Comment 4 Pete Travis 2014-01-18 22:07:56 UTC
Fix verified.