From owner-freebsd-current Fri May 7 6:49: 1 1999 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id BF63514DC6 for ; Fri, 7 May 1999 06:49:00 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id GAA99204 for ; Fri, 7 May 1999 06:49:31 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: current@FreeBSD.ORG Subject: Re: somebody has broken sysctlbyname() in -current In-reply-to: Your message of "Fri, 07 May 1999 05:58:41 PDT." <96660.926081921@zippy.cdrom.com> Date: Fri, 07 May 1999 06:49:31 -0700 Message-ID: <99200.926084971@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > sysctlbyname("machdep.uc_devlist", buf, &len, NULL, NULL); Sorry for the vague first bug report; I hadn't collected a reasonable crashdump yet. It's in sysctl_machdep_uc_devlist(), specifically where it copies id->id_driver->name into a temporary stack variable. First time through, this thing's NULL and *boom* we're gone. I'm looking into it. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message