From owner-freebsd-stable@freebsd.org Thu Jun 30 11:57:38 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FFEFB85A98 for ; Thu, 30 Jun 2016 11:57:38 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 546D0260A for ; Thu, 30 Jun 2016 11:57:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from mr185083 (mr185083.univ-rennes1.fr [129.20.185.83]) by mx.zohomail.com with SMTPS id 1467287856427871.794561558828; Thu, 30 Jun 2016 04:57:36 -0700 (PDT) Date: Thu, 30 Jun 2016 13:57:32 +0200 From: Patrick Lamaiziere To: freebsd-stable@freebsd.org Subject: 10.3-RELEASE amd64 segmentation faults in wc, sh... Message-ID: <20160630135732.76f27305@mr185083> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 11:57:38 -0000 Hello, I'm building a pair of firewall with 10.3 and I see some rare segmentation faults (5 in a week) in processes like wc, sh or ifstated. wc, sh are used by some scripts who check the state of the interfaces and the state of bgp sessions. Ifstated called theses scripts too. I thought there was a bug in ifstated so I made a small program in perl to do the same thing but the problem is not in ifstated. The machines are some Dell R730, I've checked the memory with memtest86 for one week without error. The problem occurs on both firewalls so i don't think this is a hardware problem. Any idea? Thanks, regards. ifstated -------- Core was generated by `ifstated'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libevent-2.0.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libevent-2.0.so.5 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800e23a67 in pthread_getspecific () from /lib/libthr.so.3 Cannot find new threads: generic error sh -- Core was generated by `sh'. Program terminated with signal 11, Segmentation fault. Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x000000080063351b in _rtld_atfork_post () from /libexec/ld-elf.so.1 wc -- Core was generated by `wc'. Program terminated with signal 11, Segmentation fault. Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800612524 in _rtld_atfork_post () from /libexec/ld-elf.so.1