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: Stak dump with tar.[bz2/gz] files (Cygwin) Date: Fri, 13 Jun 2008 19:41:20 +0300 Message-ID: References: <48511871.1090203@alice.it> <4851806A.6070104@alice.it> <48519B79.1010300@alice.it> <48529804.80901@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213375436 31949 80.91.229.12 (13 Jun 2008 16:43:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 16:43:56 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 18:44:39 2008 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 1K7CO7-0005Mm-6R for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 18:44:31 +0200 Original-Received: from localhost ([127.0.0.1]:46905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7CNJ-00048h-Bv for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 12:43:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7CLa-0003Tt-AY for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:41:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7CLZ-0003TU-Dt for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:41:53 -0400 Original-Received: from [199.232.76.173] (port=38276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7CLZ-0003TP-7n for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:41:53 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:56162) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7CLX-00013x-N4 for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:41:52 -0400 Original-Received: from HOME-C4E4A596F7 ([84.228.241.111]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K2E00D18V1Z5XJ0@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Fri, 13 Jun 2008 19:56:24 +0300 (IDT) In-reply-to: <48529804.80901@alice.it> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:99124 Archived-At: > Date: Fri, 13 Jun 2008 17:53:40 +0200 > From: Angelo Graziosi > CC: monnier@iro.umontreal.ca, emacs-devel@gnu.org > > _sigbe in section .text > (gdb) info symbol 0x0056A345 > r_re_alloc + 149 in section .text > (gdb) info symbol 0x004C7C6F > enlarge_buffer_text + 47 in section .text > (gdb) info symbol 0x004D188C > make_gap_larger + 60 in section .text > (gdb) info symbol 0x004D2850 > insert_from_string_1 + 544 in section .text Looks like memory allocation problem is back. Perhaps fiddle with SHEAP again? > If the above infos are useful, we are very fortunate... Why "fortunate"? What I suggested is a standard method of using GDB commands to translate addresses into symbols and source code listing.