From owner-freebsd-current Wed Sep 20 15:05:32 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02054 for current-outgoing; Wed, 20 Sep 1995 15:05:32 -0700 Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA02041 for ; Wed, 20 Sep 1995 15:05:22 -0700 Received: from ugen (ugen-tr.worldbank.org [138.220.101.58]) by mail1.access.digex.net (8.6.12/8.6.12) with SMTP id SAA21834; for ; Wed, 20 Sep 1995 18:05:13 -0400 Date: Wed, 20 Sep 95 18:04:14 PDT From: "Ugen J.S.Antsilevich" Subject: RE: 2.2 looking up To: Thomas Sparrevohn Cc: current@FreeBSD.org, Mark Hittinger X-Mailer: Chameleon - TCP/IP for Windows by NetManage, Inc. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-current@FreeBSD.org Precedence: bulk >No. It is even worse than before. After a while the entire system >begins to core dump. None of the staticly linked files seems to >generate sig 11. I noticed that myself... Guys, seems to me that kernel is not the reason for the sig-11. It's out there in libc in some commonly used function. Somebody probably screwed something basic like strcmp. I'll try to build libc with debug and go through it but if someone can do it faster - try. --Ugen