| Summary: | master crash on startup on neon | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Harald Sitter <sitter> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | aleixpol, michael |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/discover/691a886177791f0fcf98ad6cc0e5241dddbcf7d6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Harald Sitter
2016-04-25 10:56:29 UTC
This is crashing because there's an appstream component that doesn't match into any file. How's that even possible? muondiscover(13789)/(default) PackageKitBackend::reloadPackageList: "UEFI-dummy-dev0" "UEFI Updates" () ""
the empty () is the package names list of the component
$ appstreamcli --verbose dump UEFI-dummy-dev0
** (appstreamcli:14274): DEBUG: AppSteam cache location altered to: /var/cache/app-info
<?xml version="1.0" encoding="utf-8"?>
<component type="firmware">
<id>UEFI-dummy-dev0</id>
<name>UEFI Updates</name>
<summary>Enable UEFI Update Functionality</summary>
<releases>
<release version="1" date="2016-02-29T11:04:03Z"><description><p>
Applying this update will enable the UEFI firmware reporting interface on your hardware.
</p>
<p>
You will have to restart your computer after this update is installed
to be notified of any pending firmware updates.
</p></description></release>
</releases>
</component>
probably some fake thing for ubuntu's driver thingy?
maybe relevant (haven't read it) https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1554023 Git commit 691a886177791f0fcf98ad6cc0e5241dddbcf7d6 by Aleix Pol. Committed on 26/04/2016 at 13:20. Pushed by apol into branch 'Plasma/5.6'. Don't try to create a component that isn't in a package Probably because of fwupd? M +6 -1 libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp http://commits.kde.org/discover/691a886177791f0fcf98ad6cc0e5241dddbcf7d6 *** Bug 362475 has been marked as a duplicate of this bug. *** |