From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nix Date: Mon, 16 May 2011 21:14:44 +0000 Subject: Re: [PATCH] Fix crash on termination before udev queue initialization Message-Id: <87d3ji9wl7.fsf@spindle.srvr.nix> List-Id: References: <87wrhqbcr4.fsf_-_@spindle.srvr.nix> In-Reply-To: <87wrhqbcr4.fsf_-_@spindle.srvr.nix> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: linux-hotplug@vger.kernel.org On 16 May 2011, Kay Sievers stated: >> --- a/udev/udevd.c >> +++ b/udev/udevd.c >> @@ -69,7 +69,7 @@ static void log_fn(struct udev *udev, int priority, >>  } >> >>  static struct udev_rules *rules; >> -static struct udev_queue_export *udev_queue_export; >> +static struct udev_queue_export *udev_queue_export = NULL; > > That's not needed for static vars. Oh yes. *slaps self* Obviously I am too tired to be working on Hello World, let alone stuff running as root... btw, that patch might have worked. I had a trouble-free boot without pausing this time... but of course this is an intermittent bug so it is hard to be sure. I'll yell if it goes wrong again. -- NULL && (void)