On Fri, Nov 21, 2014 at 12:37 AM, Seth Bollinger <[email protected]> wrote: > Hello All, > > We recently ran into a deadlock in init. The window is small, but I figured > I would post to the list anyway. > > There are syslog messages in the signal handler for reboot and shutdown. > Internally this function grabs a lock. If the main loop is trying to grab > this lock at exactly the same time (also posting a syslog message), then a > deadlock is possible.
You are right. Init code was careless inside signal handlers. Fixed in git (hopefully), thanks! _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
