From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.bugs Subject: bug#13743: 24.2.93; Segmentation fault when trying to [s]teal a file opened elsewhere Date: Wed, 20 Feb 2013 21:16:25 -0800 Organization: UCLA Computer Science Department Message-ID: <5125ADA9.3070603@cs.ucla.edu> References: <87r4kexgx0.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361423813 27703 80.91.229.3 (21 Feb 2013 05:16:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2013 05:16:53 +0000 (UTC) Cc: 13743@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 21 06:17:13 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1U8OWu-0000UG-BW for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Feb 2013 06:17:12 +0100 Original-Received: from localhost ([::1]:45410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8OWZ-0000c8-RH for geb-bug-gnu-emacs@m.gmane.org; Thu, 21 Feb 2013 00:16:51 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8OWX-0000bX-CF for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2013 00:16:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8OWV-0008Ci-5v for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2013 00:16:49 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8OWV-0008Cd-2x for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2013 00:16:47 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U8OXh-0004LY-I2 for bug-gnu-emacs@gnu.org; Thu, 21 Feb 2013 00:18:01 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: <87r4kexgx0.fsf@yandex.ru> Resent-From: Paul Eggert Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 21 Feb 2013 05:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13743 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13743-submit@debbugs.gnu.org id=B13743.136142386316683 (code B ref 13743); Thu, 21 Feb 2013 05:18:01 +0000 Original-Received: (at 13743) by debbugs.gnu.org; 21 Feb 2013 05:17:43 +0000 Original-Received: from localhost ([127.0.0.1]:41106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U8OXP-0004L2-4O for submit@debbugs.gnu.org; Thu, 21 Feb 2013 00:17:43 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:47541) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U8OXN-0004Ku-9P for 13743@debbugs.gnu.org; Thu, 21 Feb 2013 00:17:42 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id DF4C0A60003; Wed, 20 Feb 2013 21:16:25 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MfX+9EnBHaea; Wed, 20 Feb 2013 21:16:25 -0800 (PST) Original-Received: from [192.168.1.9] (pool-71-189-154-249.lsanca.fios.verizon.net [71.189.154.249]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 9736339E8008; Wed, 20 Feb 2013 21:16:25 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71578 Archived-At: > is there an easier way to compile without optimizations than > assigning CFLAGS before running configure? Here's what I do: make clean make CFLAGS='-g3' I suggest compiling with ENABLE_CHECKING, too, i.e.: make clean make CFLAGS='-g3 -DENABLE_CHECKING'