Summary: | Segfault in KInfoCenter when libpci cannot access PCI information | ||
---|---|---|---|
Product: | [Applications] kinfocenter | Reporter: | Andrew Aldridge <i80and> |
Component: | PCI | Assignee: | David Hubner <hubn3rd> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | hugo.pereira.da.costa, notmart, sitter |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=382979 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Aldridge
2015-01-29 01:45:00 UTC
While the exit() certainly is not nice, the actual crash seems to be caused by breeze style keeping global objects which reference animations for widgets that may already be deleted. Should I file another bug with debugging symbols for Qt and Breeze in the backtrace? the crash is in pci_scan_bus(PCIAccess); line 741 of kpci.cpp the weird thing is that it tests for sysfs to be available, and returns non zero, then tries a scan_bus on it, and that explodes (is not even acrash, pciutils just quits the application) fixed in master still some problems, actually *** This bug has been marked as a duplicate of bug 382979 *** |