Public bug reported:

Commit 38fe0c8f41fd (Support compressing the dumpfile) [1] 
changes the call to makedumpfile : 
- makedumpfile $MAKEDUMP_ARGS $vmcore_file "$KDUMP_CORETEMP"
+ makedumpfile $MAKEDUMP_ARGS $vmcore_file | compress > "$KDUMP_CORETEMP"

This introduces a regression because makedumpfile is called with the wrong 
arguments and as a result instead of creating a real dumpfile it creates
a file which contains an error message : 

# cat /var/crash/202103181853/dump.202103181853 
makedumpfile: version 1.6.8++ (released on 16 Nov 2020)
command line: makedumpfile -c -d 31 -D /proc/vmcore 

Commandline parameter is invalid.
Try `makedumpfile --help' for more information.

makedumpfile Failed.


[1] 
https://salsa.debian.org/debian/kdump-tools/-/commit/38fe0c8f41fd0deeafa3719ab5e82d8b536d8b17

** Affects: kdump-tools (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: kdump-tools (Ubuntu Hirsute)
     Importance: Undecided
         Status: New

** Also affects: kdump-tools (Ubuntu Hirsute)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920759

Title:
  kdump-tools passes wrong arguments to makedumpfile

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdump-tools/+bug/1920759/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to