Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2009 20:57:20 +0800
From:      Sagara Wijetunga <sagara@tomahawk.com.sg>
To:        freebsd-stable@freebsd.org
Cc:        "Carlos A. M. dos Santos" <unixmania@gmail.com>, Roland Smith <rsmith@xs4all.nl>
Subject:   Re: FreeBSD child process die for root [SOLVED]
Message-ID:  <4A4F51B0.2050103@tomahawk.com.sg>
In-Reply-To: <e71790db0907021628k19f9ebxcc89f94d56a903cd@mail.gmail.com>
References:  <20090701070409.7740.qmail@us1.tomahawkonline.net>	 <20090701174930.GC37269@slackbox.xs4all.nl>	 <20090702012352.17934.qmail@us1.tomahawkonline.net>	 <20090702062738.GA58158@slackbox.xs4all.nl>	 <20090702041707.19651.qmail@us1.tomahawkonline.net> <e71790db0907021628k19f9ebxcc89f94d56a903cd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

   Dear all
   The issue was solved. It was a our side mistake. On a modification we
   made to libutils, we execute following line without checking whether
   the group is empty or not. In our case, it was empty, therefore,
   crashes:
   running = strdup(*(grp->gr_mem));
   So that now login, su and cron work well.
   Thank you for all those who helped us.
   Best regards
   Sagara



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A4F51B0.2050103>