From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Emacs current-time-string core dump on 64-bit hosts Date: Tue, 28 Mar 2006 12:20:44 +0200 Message-ID: References: <87k6arnqsx.fsf@penguin.cs.ucla.edu> <87fyle6luu.fsf@penguin.cs.ucla.edu> <87fyl71sj5.fsf@penguin.cs.ucla.edu> <874q1lu698.fsf@penguin.cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143541282 31183 80.91.229.2 (28 Mar 2006 10:21:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 10:21:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, eggert@CS.UCLA.EDU Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 28 12:21:20 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 1FOBK7-0006Gh-Ps for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Mar 2006 12:21:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOBK7-0002Vv-8w for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Mar 2006 05:21:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOBK3-0002Vq-W0 for bug-gnu-emacs@gnu.org; Tue, 28 Mar 2006 05:21:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOBK3-0002Vd-AT for bug-gnu-emacs@gnu.org; Tue, 28 Mar 2006 05:21:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOBK3-0002Va-6J for bug-gnu-emacs@gnu.org; Tue, 28 Mar 2006 05:21:11 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FOBLk-0003j7-1l; Tue, 28 Mar 2006 05:22:56 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-34-33.inter.net.il [80.230.34.33]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CZM58480 (AUTH halo1); Tue, 28 Mar 2006 12:20:40 +0200 (IST) Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Mon, 27 Mar 2006 17:29:24 -0500) 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:15004 Archived-At: > From: Richard Stallman > CC: eggert@CS.UCLA.EDU, bug-gnu-emacs@gnu.org > Date: Mon, 27 Mar 2006 17:29:24 -0500 > > The core dumps were not mentioned in the documentation, so I doubt > that some code was relying on that. OTOH, it's quite possible that > some code _does_ rely on the fact that it never threw an error. > > To signal an error in a kind of case which formerly could sometimes > crash does not seem like a problem to me. Do you think this change of behavior is worth mentioning in NEWS? How about mentioning the possibility of the signal in the doc string?