Christoph Biedl wrote... > Installing bird 1.3.7-1 (wheezy aka stable) on a DockStar (CPU ARM5TE, > Debian architecture armel) led to a hang: The bird process ran into an > endless loop, eating 100% CPU. Before detaching, so bird.postinst was > stuck.
The actual place of the hang is iface.c:366
| WALK_LIST_DELSAFE(a, b, i->addrs)
| if (!(a->flags & IF_UPDATED))
| ifa_delete(a);
where i->addrs is a circular list, appearently due to broken
optimization, and therefore never left.
Christoph
signature.asc
Description: Digital signature

