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 02:30:23 +0200 Message-ID: <466DE91F.5030409@gmail.com> References: <466D7903.6040508@gmail.com> <466DDFA5.3090202@gnu.org> 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 1181608234 32610 80.91.229.12 (12 Jun 2007 00:30:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 00:30:34 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 02:30:32 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 1HxuHH-0001vc-27 for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 02:30:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxuHG-0004Pi-Ho for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 20:30:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxuHE-0004Mt-9W for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:30:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxuHC-0004LA-TR for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:30:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxuHC-0004L1-Pw for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:30:26 -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 1HxuHB-0005Va-F9; Mon, 11 Jun 2007 20:30:25 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:61135 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1HxuH9-0000lw-75; Tue, 12 Jun 2007 02:30:24 +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 1HxuH9-0000lw-75. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1HxuH9-0000lw-75 662d913f3a9f1f0b8d038ba53bfeedac 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:15855 Archived-At: 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.