|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper dumps core on specific subcommands lu, lp, pch | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | David Fleck <dcfleck> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | meissner |
| Version: | Leap 15.1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
David Fleck
2020-07-01 00:05:49 UTC
There seem to be history files with embedded NUL charactes which break the parser. Workaround, in case your file is corrupted similar to the reported ones: Backup: cp /var/log/zypp/history /var/log/zypp/history.orig Remove embedded zeros: cat /var/log/zypp/history.orig | tr -d '\000' >/var/log/zypp/history *** This bug has been marked as a duplicate of bug 1170801 *** |