Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 23:35:10 +0200
From:      Hanspeter Roth <hanspeter_roth@hotmail.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: Fatal trap 12
Message-ID:  <20020930233510.A498@snoopy.cablecom.ch>
In-Reply-To: <XFMail.20020930171937.jhb@FreeBSD.org>; from jhb@FreeBSD.ORG on Mon, Sep 30, 2002 at 05:19:37PM -0400
References:  <20020930225528.A272@snoopy.cablecom.ch> <XFMail.20020930171937.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  On Sep 30 at 17:19, John Baldwin spoke:

> 
> On 30-Sep-2002 Hanspeter Roth wrote:
> > 416 and 556 denote linenumbers in kern_exec.c.
> 
> Thanks!  That's here:
> 
>         if (ps_arg_cache_limit >= i + sizeof(struct pargs)) {
>                 bcopy(imgp->stringbase, newargs->ar_args, i);
>                 p->p_args = newargs;
>                 newargs = NULL;
>         }

Yes.

> BTW, is this on DP1?

No. This one is an attempt to upgrade from 4-Stable.
(I'm trying to find out which approach is less painful. Thus I also
tried the DP1 image on a different slice.)

-Hanspeter

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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