From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs crashes, 07nov16 Date: Fri, 23 Nov 2007 15:54:11 +0100 Message-ID: <4746E993.3070902@swipnet.se> References: <4742CE2C.8000809@swipnet.se> <4743E151.9050405@swipnet.se> <47452A98.8000408@swipnet.se> <47458076.6050408@swipnet.se> <4746A143.50300@swipnet.se> <85d4u1cepc.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195829702 6646 80.91.229.12 (23 Nov 2007 14:55:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 14:55:02 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 23 15:55:06 2007 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.50) id 1IvZvs-0000SZ-HC for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 15:55:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvZvd-0004s0-T8 for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 09:54:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvZvW-0004ov-KT for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:54:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvZvW-0004oS-4n for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:54:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvZvW-0004oN-2i for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:54:42 -0500 Original-Received: from av9-2-sn3.vrr.skanova.net ([81.228.9.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvZvS-0001tc-6x; Fri, 23 Nov 2007 09:54:38 -0500 Original-Received: by av9-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 4E151390D5; Fri, 23 Nov 2007 15:54:37 +0100 (CET) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 7AAD6390DA; Fri, 23 Nov 2007 15:54:36 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 2DBF237E6B; Fri, 23 Nov 2007 15:54:33 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: <85d4u1cepc.fsf@lola.goethe.zz> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:83963 Archived-At: David Kastrup skrev: > Sigh. You did compile with -fno-crossjumping? If you didn't, > tracebacks from noreturn functions like "abort" are quite useless since > the compiler will happily recycle a single abort call for all > opportunities. > Crossjumping is only on when -O2 or higher is given acc. to the gcc docs. So if this was an -O0 compile, it should be OK. > -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1 >> >> #0 0xffffe410 in __kernel_vsyscall () >> #1 0xb7483c26 in kill () from /lib/i686/cmov/libc.so.6 >> #2 0x080f906b in abort () at emacs.c:431 >> >> although the only breakpoint was at xterm.c:1374 That is OK, it breaks on abort automatically. Jan D.