From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Andrus Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116836: Avoid GC crashes. Date: Sun, 23 Mar 2014 23:50:21 -0600 Message-ID: <2BCDF120-7A30-424B-AE26-60D0706C56B8@gmail.com> References: <532CCE2F.1030406@dancol.org> <532CE5CE.8090607@dancol.org> <532CE93F.4010900@dancol.org> <87y50220rh.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1395640241 6777 80.91.229.3 (24 Mar 2014 05:50:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2014 05:50:41 +0000 (UTC) Cc: David Kastrup , rms@gnu.org, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 24 06:50:50 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WRxma-0007eR-Ec for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 06:50:48 +0100 Original-Received: from localhost ([::1]:34576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRxma-0002Zp-1X for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2014 01:50:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRxmT-0002U5-LW for emacs-devel@gnu.org; Mon, 24 Mar 2014 01:50:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRxmO-0002v9-TH for emacs-devel@gnu.org; Mon, 24 Mar 2014 01:50:41 -0400 Original-Received: from mail-ig0-x22d.google.com ([2607:f8b0:4001:c05::22d]:50056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRxmE-0002tj-Es; Mon, 24 Mar 2014 01:50:26 -0400 Original-Received: by mail-ig0-f173.google.com with SMTP id t19so6850402igi.0 for ; Sun, 23 Mar 2014 22:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=8dcTfagMGT9VxulW0pUgn/kP15hWPpkeue3OBxmGxFY=; b=uD4a4oNQBfUbILG0NxmyvRtYrPh6UflD63lRjeqjwQt14G7Ah9VFL41j6V4yGPfu7r uhnmrhh/JfhpZeSkHyxL44D9KFRj9w+wjPFc5LN6SnHW0M+yl0o2hnks69qXkYuqSSgz TuP/a9ttRtyredRV+Di1KA1gMWr/6bGFntw3CGqJAFam2XVsPZw+6qRFFVORMhmwW2cq 5Quv6oEz9An2HrLHSeUk4Lw5i11f9vUupNGq3XF/riXVxN8BClqent6OYRME6KCdTg9o ep8w/V5HRkIeBhU3B5nYzs5MVCU2vGQgIAAFSkBohNZFcQ81iWi9BsQxtKCGcZ69Dk1m 4bHg== X-Received: by 10.43.155.84 with SMTP id lh20mr41508icc.81.1395640225055; Sun, 23 Mar 2014 22:50:25 -0700 (PDT) Original-Received: from [192.168.0.3] (75-162-186-145.slkc.qwest.net. [75.162.186.145]) by mx.google.com with ESMTPSA id dz8sm21591163igb.5.2014.03.23.22.50.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 23 Mar 2014 22:50:24 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1874) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:170900 Archived-At: On Mar 23, 2014, at 1:12 AM, Andreas Schwab = wrote: > Richard Stallman writes: >=20 >> So there is no point bothering users of the trunk (including me) with >> unpredictable and unavoidable crashes. >=20 > Are there any other people seeing this crash? I think I=92ve experienced the same crash. I noticed the backtrace was = in GC a few times. But I can=92t reproduce the problem reliably (or = really at all anymore). There as a time a few months ago when it was = much easier for me to reproduce it. It would happen after an hour or so = of use. It=92s much less common now=97I just had an uptime of 13 days. I=92m on OS X 10.9.2 using the NS version that I build periodically from = trunk. I experienced the problem more when I was on 10.8. -Ivan=