2012/3/19 Diego Iastrubni
> On יום שני 19 מרץ 2012 12:22:15 Erez D wrote:
> > On Mon, Mar 19, 2012 at 12:20 PM, Nadav Har'El
> wrote:
> > > On Mon, Mar 19, 2012, Erez D wrote about "Re: what happens if":
> > > > my reason for fork is only for exec() - to protect the first program
> > > > from the
On יום שלישי 20 מרץ 2012 10:45:19 Erez D wrote:
> > All theory I read before implementing this said this was a bad idea. The
> > theory says that libc may maintain some mutex inside malloc() which is
> > called
> > from printf() for example. This means that even trivial things may kill
> > your
> >