Summary: | kded4 crashed with segmentation fault during startup with "apt-get update" running simultaneously | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Periata Breatta <periatabreatta> |
Component: | libqapt | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | hello, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Periata Breatta
2014-10-13 00:05:40 UTC
That is pretty much a crash in libapt-pkg. At that point qapt will open the pkgFileCache via ReadOnlyOpen() which opens the cache read-only without a lock. Alas, apparently there are conditions where a write to the cache can then make the open action itself trip. Best file a bug against apt in debian https://www.debian.org/Bugs/ |