From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs from head segfaults when run with -nw Date: Mon, 05 Apr 2010 12:04:32 +0300 Message-ID: <83bpdyz2vz.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1270458348 4551 80.91.229.12 (5 Apr 2010 09:05:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 09:05:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 05 11:05:41 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 1NyiFZ-00018q-B0 for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 11:05:41 +0200 Original-Received: from localhost ([127.0.0.1]:55755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyiFY-0001kM-PA for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 05:05:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyiFR-0001jZ-2e for emacs-devel@gnu.org; Mon, 05 Apr 2010 05:05:33 -0400 Original-Received: from [140.186.70.92] (port=45540 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyiFP-0001ho-6i for emacs-devel@gnu.org; Mon, 05 Apr 2010 05:05:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyiFN-0002dp-Su for emacs-devel@gnu.org; Mon, 05 Apr 2010 05:05:30 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:45051) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyiFC-0002cb-QE; Mon, 05 Apr 2010 05:05:18 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L0E00500BRSW100@a-mtaout20.012.net.il>; Mon, 05 Apr 2010 12:04:26 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0E003CFBVDMZ50@a-mtaout20.012.net.il>; Mon, 05 Apr 2010 12:04:26 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123181 Archived-At: > From: "Alfred M. Szmidt" > Date: Fri, 02 Apr 2010 15:02:23 -0400 > > When I start emacs with -nw, it segfaults, if I run with -Q it > segfaults in a different place, Does this still happen with current bzr, and after you make a clean bootstrap? If so, could you please post a backtrace from the segfault you get in "emacs -Q"? 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. Thanks.