From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.bugs Subject: Re: Crash using text property 'composite on w32 Date: Tue, 12 Jun 2007 12:28:27 +0200 Message-ID: <466E754B.8080201@gmail.com> References: <466D7903.6040508@gmail.com> <466DDFA5.3090202@gnu.org> <466DE91F.5030409@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181644129 27206 80.91.229.12 (12 Jun 2007 10:28:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 10:28:49 +0000 (UTC) Cc: lekktu@gmail.com, bug-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 12:28:48 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hy3cC-0006r7-LG for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 12:28:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy3cB-0002U0-L0 for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 06:28:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hy3c8-0002Tm-8N for bug-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:28:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hy3c5-0002Rj-FB for bug-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:28:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy3c5-0002RM-9k for bug-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:28:37 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hy3c0-00016P-Ek; Tue, 12 Jun 2007 06:28:35 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:61817 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1Hy3by-0007QQ-7X; Tue, 12 Jun 2007 12:28:31 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 000748-3, 2007-06-11), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.133.189 X-Scan-Result: No virus found in message 1Hy3by-0007QQ-7X. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Hy3by-0007QQ-7X 78d20252fe4d678683bb83b82285d893 X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15857 Archived-At: Eli Zaretskii wrote: >> Date: Tue, 12 Jun 2007 02:30:23 +0200 >> From: "Lennart Borgman (gmail)" >> Cc: bug-gnu-emacs@gnu.org >> >> Juanma Barranquero wrote: >>> Program received signal SIGSEGV, Segmentation fault. >>> 0x010c798a in run_composition_function (from=267, to=269, prop=520) >>> at composite.c:456 >>> 456 func = COMPOSITION_MODIFICATION_FUNC (prop); >>> (gdb) bt >>> #0 0x010c798a in run_composition_function (from=267, to=269, prop=520) >>> at composite.c:456 >> Ah, thanks. I am not familiar with gdb. > > You could also configure drmingw.exe (from mingw-utils-0.3.tar.gz) as > your JIT debugger. This is what I get from it if I try your recipe: Thanks Eli. I have not noticed there is such a thing as drmingw before. For those interested in downloading: This file is on the MinGW download page. Many of the other files should be downloaded from SourceForge. It seems like no one has had the time and interest to clean up the MinGW download page yet.