From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: Crash using text property 'composite on w32 Date: Tue, 12 Jun 2007 02:07:48 +0200 Message-ID: References: <466D7903.6040508@gmail.com> <466DDFA5.3090202@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181606876 29467 80.91.229.12 (12 Jun 2007 00:07:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 00:07:56 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Jason Rumney" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 02:07:55 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 1HxtvN-0007So-EL for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 02:07:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxtvM-0003GF-W5 for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 20:07:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxtvL-0003G0-SG for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:07:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxtvK-0003Fo-Dt for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:07:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxtvK-0003Fl-Au for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:07:50 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxtvJ-00038K-R2 for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 20:07:50 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 55so1125734wri for ; Mon, 11 Jun 2007 17:07:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rgQ11XQIq/trMpWFI3ajwP3H3A70Qn2o8b91EAsR/S1ripukR02GX7Ztbd50UJSVq5Mqd7qAiqGoJHXUe0DlfFtfu4D4mD+Lv80wAZbs/OxcfOjcoWqwrBqAR6fO6zR0oh6B6nQTQQwSnxbMyBUtAlIbJsri1cDiE1vd4RfbR/0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ce8gC5P71wErer3Md7GgeTpalbaxPbttW9XZ4OysjNig25Nec9Dyx40EBRfc16hhwia0TkvgY48CRJUUd+d/58evrZRhKhBfxWTW4wl5mBQGPEDJZE8BMh+x245NLyiUcpPBBW4fqD4f8e5e+w9Z3reQ1G7JiIg4BTQY/scgbG4= Original-Received: by 10.90.98.3 with SMTP id v3mr5984007agb.1181606868735; Mon, 11 Jun 2007 17:07:48 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Mon, 11 Jun 2007 17:07:48 -0700 (PDT) In-Reply-To: <466DDFA5.3090202@gnu.org> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:15854 Archived-At: 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 #1 0x010c7d1c in update_compositions (from=269, to=271, check_mask=3) at composite.c:514 #2 0x01088a00 in general_insert_function (insert_func=0x10e8e95 , insert_from_string_func=0x10e8c24 , inherit=0, nargs=1, args=0x82f4d0) at editfns.c:2167 #3 0x01088a98 in Finsert (nargs=1, args=0x82f4d0) at editfns.c:2211 #4 0x0100b668 in Feval (form=26046389) at eval.c:2331 #5 0x0100b936 in Fprogn (args=26046397) at eval.c:447 #6 0x0100dbc9 in Flet (args=26033181) at eval.c:1064 #7 0x0100b72f in Feval (form=26033213) at eval.c:2275 #8 0x0100c13c in Ffuncall (nargs=2, args=0x82f7a0) at eval.c:2997 #9 0x0110c9a3 in Fbyte_code (bytestr=18775043, vector=18775060, maxdepth=64) at bytecode.c:679 #10 0x0100ba26 in funcall_lambda (fun=18775004, nargs=1, arg_vector=0x82f8f4) at eval.c:3184 #11 0x0100bf1b in Ffuncall (nargs=2, args=0x82f8f0) at eval.c:3054 #12 0x0110c9a3 in Fbyte_code (bytestr=18775539, vector=18775556, maxdepth=32) at bytecode.c:679 #13 0x0100ba26 in funcall_lambda (fun=18775500, nargs=1, arg_vector=0x82fa84) at eval.c:3184 #14 0x0100bf1b in Ffuncall (nargs=2, args=0x82fa80) at eval.c:3054 #15 0x0110b634 in Fcall_interactively (function=24232633, record_flag=23803905, keys=23867396) at callint.c:860 #16 0x01055a20 in Fcommand_execute (cmd=24232633, record_flag=23803905, keys=23803905, special=23803905) at keyboard.c:10119 #17 0x0105c7da in command_loop_1 () at keyboard.c:1873 #18 0x0100a347 in internal_condition_case (bfun=0x105c486 , handlers=23872137, hfun=0x105645e ) at eval.c:1481 #19 0x01050656 in command_loop_2 () at keyboard.c:1329 #20 0x0100a27c in internal_catch (tag=23862273, func=0x1050633 , arg=23803905) at eval.c:1222 #21 0x010504a3 in command_loop () at keyboard.c:1308 #22 0x01050537 in recursive_edit_1 () at keyboard.c:1006 #23 0x0105061c in Frecursive_edit () at keyboard.c:1067 #24 0x01002a2b in main (argc=3, argv=0xf726e0) at emacs.c:1768 #25 0x01001247 in __mingw_CRTStartup () #26 0x01001298 in mainCRTStartup () #27 0x7c816fd7 in _end__ ()