Bug 279301
Summary: | avahi-daemon initscript is failing on boot of the desktop spin live image | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zack Cerza <zcerza> |
Component: | avahi | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | katzj, lpoetter |
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: | 2007-09-25 00:22:32 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: | |||
Bug Depends On: | |||
Bug Blocks: | 257221 |
Description
Zack Cerza
2007-09-05 20:06:29 UTC
on the rawhide live cd from 05.09.2007 avahi-daemon: segfault at 00000000 eip 0804cc50 esp bfc78460 error 4 on boot up, but is restartable without segfault Hmm, this is really difficult to debug without a proper backtrace. Could you please try to generate one via a gdb script? Also, what does syslog say before the crash happens? It's difficult, since I'm booting from a live image, and the second time it starts it doesn't segfault. I don't think I'll be able to get you a backtrace until I can install it, which is blocked by bug #278711. Zack, any update on this? I'll check today. Ok, I had a look, and it seems that the absence of /etc/resolv.conf makes avahi-daemon segfault. I've booted the live cd in single user mode, and started dbus. then /usr/sbin/avahi-daemon segfaults, but touch /etc/resolv.conf /usr/sbin/avahi-daemon succeeds Fixed in 0.6.21-6 which I just commited to Rawhide. |