Ticket #230 (new defect)

Opened 4 months ago

Last modified 4 months ago

avahi-daemon hangs on avr32 / buildroot

Reported by: mpfj Assigned to: lennart
Priority: major Milestone:
Component: avahi-daemon Version:
Keywords: Cc:

Description

Building the standard avahi package under buildroot (on AVR32 platforms, mine is Atmel's NGW100 dev kit), avahi-daemon hangs while sending out data to a socket.

I have attached an strace output for someone to help me diagnose the problem.

Thanks Mark

Attachments

avahi-segfault.txt (15.8 kB) - added by mpfj on 07/31/08 17:32:53.

Change History

07/31/08 17:32:53 changed by mpfj

  • attachment avahi-segfault.txt added.

07/31/08 17:35:16 changed by mpfj

The output gets to this point and then I get ...

BUG: soft lockup - CPU#0 stuck for 11s! [:428]

I can still ping the target device, so it would appear that just avahi-daemon has stopped.

07/31/08 17:53:24 changed by lennart

We send a request to a netlink socket which apparently freezes on your setup. Netlink is a facility to get information from the kernel, in this case the network configuration.

There's probably a kernel bug you are triggering, which is unrelated to Avahi.