mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
minicoredumper: upgrade 2.0.3 -> 2.0.6
Changelog:
===========
* Support comm names with spaces.
* Also dump write-only memory segments.
* Abort memory read if the crashed program is killed while the
minicoredumper is actively reading memory. This fixes a possible
endless loop in said scenario.
* Known problems:
- If tar is active, core files larger than 8GB will be
truncated. If it is known that the core files will be >8GB and
the full core file is needed, tar must be disabled.
- If tar is active, core files larger than 8GB will be
truncated. If it is known that the core files will be >8GB and
the full core file is needed, tar must be disabled.
- If tar is active, core files larger than 8GB will be
truncated. If it is known that the core files will be >8GB and
the full core file is needed, tar must be disabled.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7d59e01161
commit
91efc432e4
|
|
@ -9,7 +9,7 @@ DEPENDS = "elfutils dbus dbus-glib-native glib-2.0 dbus-glib util-linux json-c"
|
|||
|
||||
inherit autotools pkgconfig ptest systemd update-rc.d
|
||||
|
||||
SRCREV = "e4706bf28a0699094add5d77a4b97145c2292c47"
|
||||
SRCREV = "da62115c0fab3a4608e4b0ee0c8aa0cf134c14ca"
|
||||
|
||||
SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \
|
||||
file://minicoredumper.service \
|
||||
Loading…
Reference in New Issue
Block a user