From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Emacs seg fault Date: Sun, 30 Sep 2007 18:10:03 +0200 Message-ID: References: <87abr4a0nv.fsf@kfs-lx.testafd.dk> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191168704 13200 80.91.229.12 (30 Sep 2007 16:11:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2007 16:11:44 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, sdl.web@gmail.com To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 18:11:38 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 1Ic1OK-0000Wg-C2 for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 18:11:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic1OG-0007Mj-HC for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 12:11:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ic1Mw-0005Ug-UV for emacs-devel@gnu.org; Sun, 30 Sep 2007 12:10:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ic1Mv-0005Rg-4V for emacs-devel@gnu.org; Sun, 30 Sep 2007 12:10:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ic1Mu-0005RV-U7 for emacs-devel@gnu.org; Sun, 30 Sep 2007 12:10:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ic1Mu-0006Mm-JC for emacs-devel@gnu.org; Sun, 30 Sep 2007 12:10:08 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ic1M8-0005TT-OI for emacs-pretest-bug@gnu.org; Sun, 30 Sep 2007 12:09:20 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ic1Mr-0006MS-1E for emacs-pretest-bug@gnu.org; Sun, 30 Sep 2007 12:10:08 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ic1Mq-0006MG-Lm for emacs-pretest-bug@gnu.org; Sun, 30 Sep 2007 12:10:04 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-207-195.inter.net.il [84.228.207.195]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DTB97365 (AUTH halo1); Sun, 30 Sep 2007 18:10:01 +0200 (IST) In-reply-to: <87abr4a0nv.fsf@kfs-lx.testafd.dk> (storm@cua.dk) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80057 gmane.emacs.pretest.bugs:20034 Archived-At: > From: storm@cua.dk (Kim F. Storm) > Date: Sun, 30 Sep 2007 12:49:08 +0200 > Cc: emacs-pretest-bug@gnu.org > > Leo writes: > > > #1 0x08194676 in wait_reading_process_output (time_limit=30, microsecs=0, read_kbd=-1, do_display=1, wait_for_cell=137551137, > > wait_proc=0x0, just_wait_proc=0) at process.c:4880 > > I doubt that is the right line number due to compiler optimizations. > Compile with CFLAGS="-g -O0" to get max debugging info. There's no need to disable all optimizations; -O1 is usually enough.