From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Emacs current-time-string core dump on 64-bit hosts Date: Tue, 21 Mar 2006 14:25:47 -0500 Message-ID: References: <873bhgeg3d.fsf@penguin.cs.ucla.edu> <87fylfnp2i.fsf@penguin.cs.ucla.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1142969160 30210 80.91.229.2 (21 Mar 2006 19:26:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2006 19:26:00 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 21 20:25:59 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLmUG-0002v1-44 for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Mar 2006 20:25:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLmUP-0006md-7t for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Mar 2006 14:25:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FLmUM-0006mT-GQ for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2006 14:25:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FLmUL-0006m3-OT for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2006 14:25:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLmUL-0006ln-DT for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2006 14:25:53 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FLmUO-00023G-FV for bug-gnu-emacs@gnu.org; Tue, 21 Mar 2006 14:25:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FLmUF-00075k-2y; Tue, 21 Mar 2006 14:25:47 -0500 Original-To: Paul Eggert In-reply-to: <87fylfnp2i.fsf@penguin.cs.ucla.edu> (message from Paul Eggert on Sat, 18 Mar 2006 18:30:45 -0800) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14979 Archived-At: In the meantime our best bet by far is to tell people this simple rule: Don't use ctime. Such a rule is much easier to remember than this one: Don't use ctime unless you have sufficient control over its argument time stamps to know that they won't generate more than 26 bytes when one naively applies the algorithm on page 341 of the 1999 edition of the C Standard. I'd prefer just to fix ctime, using the method I told you.