Bug 242816
| Summary: | Defunct hcid processes after resume from S3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Saou <matthias> |
| Component: | bluez-utils | Assignee: | David Woodhouse <dwmw2> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | CC: | bnocera |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-17 13:20:29 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matthias Saou
2007-06-05 22:35:48 UTC
Oh, it's actually two new defunct processes for each suspend, as can be seen by the nearby pids (3 suspends for this result) : 3844 ? Ss 0:00 /usr/sbin/hcid 4302 ? Z 0:00 \_ [hcid] <defunct> 4303 ? Z 0:00 \_ [hcid] <defunct> 4838 ? Z 0:00 \_ [hcid] <defunct> 4847 ? Z 0:00 \_ [hcid] <defunct> 5193 ? Z 0:00 \_ [hcid] <defunct> 5194 ? Z 0:00 \_ [hcid] <defunct> There's been 10 releases of bluez-utils since then, and I can't find any relevant changes for that particular problem. Would you mind trying upgrading bluez-utils and bluez-libs to their current rawhide versions and seeing whether you see the same problem? I updated the 3 following packages on F7 i386 : bluez-gnome-0.14-7.fc8.i386.rpm bluez-libs-3.20-1.fc8.i386.rpm bluez-utils-3.20-2.fc8.i386.rpm # /usr/sbin/hcid -s -n hcid[8544]: Bluetooth HCI daemon /usr/sbin/hcid: symbol lookup error: /usr/sbin/hcid: undefined symbol: dbus_watch_get_unix_fd So it looks like the bluez-gnome package could use an explicit dbus dependency on some higher version... or dbus could have used some soname bump at some point. ...and since the F8 dbus requires a newer libexpat, the packages can't be updated as-is on F7. I'll try a rebuild when I have some time. This is no longer happening with Fedora 8, so closing. |