From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacs from head segfaults when run with -nw Date: Mon, 05 Apr 2010 09:52:43 -0400 Message-ID: References: <83bpdyz2vz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270475655 24226 80.91.229.12 (5 Apr 2010 13:54:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 13:54:15 +0000 (UTC) Cc: ams@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 05 15:54:11 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nymk0-0005Rp-97 for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 15:53:24 +0200 Original-Received: from localhost ([127.0.0.1]:60500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nymjv-0001CL-B1 for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 09:53:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NymjU-00017x-IH for emacs-devel@gnu.org; Mon, 05 Apr 2010 09:52:52 -0400 Original-Received: from [140.186.70.92] (port=51713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NymjR-00017Y-VI for emacs-devel@gnu.org; Mon, 05 Apr 2010 09:52:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NymjR-0006qW-17 for emacs-devel@gnu.org; Mon, 05 Apr 2010 09:52:49 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:50339 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NymjM-0006pk-CL; Mon, 05 Apr 2010 09:52:44 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAKKHuUvO+K6K/2dsb2JhbACbSnK0YIUHBIsq X-IronPort-AV: E=Sophos;i="4.51,366,1267419600"; d="scan'208";a="60219427" Original-Received: from 206-248-174-138.dsl.teksavvy.com (HELO pastel.home) ([206.248.174.138]) by ironport2-out.pppoe.ca with ESMTP; 05 Apr 2010 09:52:43 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A0EAA8053; Mon, 5 Apr 2010 09:52:43 -0400 (EDT) In-Reply-To: <83bpdyz2vz.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 05 Apr 2010 12:04:32 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123186 Archived-At: > I think I see a similar problem on MS-Windows, and I'd like to compare > the backtraces we see. The segfault only happens for me in an > optimized build, btw. It seems to happen when GC tries to mark the > value of Buffer-menu-mode-map. > I cannot reproduce the segfault on GNU/Linux. I think I've seen the same crash on my GNU/Linux system. But I've had difficulty reproducing it (it was in an unusal situation and I can't quite remember what I did to get there). Stefan