From owner-freebsd-stable@FreeBSD.ORG Tue Sep 5 04:52:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227F916A4DD for ; Tue, 5 Sep 2006 04:52:01 +0000 (UTC) (envelope-from sthalik@tehran.lain.pl) Received: from mail.in5.pl (rollercoaster.insane.pl [213.251.173.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB3B43D45 for ; Tue, 5 Sep 2006 04:51:59 +0000 (GMT) (envelope-from sthalik@tehran.lain.pl) Received: from c182-250.icpnet.pl ([85.221.182.250] helo=enkidu.local) by mail.in5.pl with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (envelope-from ) id 1GKSuh-0008VL-Mq for freebsd-stable@freebsd.org; Tue, 05 Sep 2006 06:51:55 +0200 Received: from sthalik by enkidu.local with local (Exim 4.63) (envelope-from ) id 1GKSuT-0000FB-Gb for freebsd-stable@freebsd.org; Tue, 05 Sep 2006 06:51:41 +0200 Date: Tue, 5 Sep 2006 06:51:41 +0200 From: Stanislaw Halik To: freebsd-stable@freebsd.org Message-ID: <20060905045141.GA810@localhost.localdomain> Mail-Followup-To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-User: sthalik Subject: large system date skew on RELENG_6 changes causes select() failures X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 04:52:01 -0000 Hello, A while ago, by accident, I've changed the system date back to the '98 using date(1). To my astonishment, screen(1) barfed about EINVAL in select() and died. Programs, including opera (native FreeBSD-6 binary) kept spinning the CPU until I killed them. I have no means for debugging it. Is this somehow expected? If not (i.e. it's a bug), is it known?