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: Crash using text property 'composite on w32 Date: Mon, 11 Jun 2007 18:32:03 +0200 Message-ID: <466D7903.6040508@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 1181579530 30567 80.91.229.12 (11 Jun 2007 16:32:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 16:32:10 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 18:32:08 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 1HxmoK-0004uX-BS for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 18:32:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxmoJ-0001fH-N5 for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 12:32:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxmoH-0001do-UY for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 12:32:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxmoG-0001bL-HL for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 12:32:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxmoG-0001aq-8q for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 12:32:04 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HxmoF-0002td-Op for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 12:32:04 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:62783 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1HxmoE-00005o-3o for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 18:32:02 +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 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 1HxmoE-00005o-3o. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HxmoE-00005o-3o d6354516ad01bb55df758de41f937d75 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:15844 Archived-At: Evaluating the code below in the scratch buffer makes Emacs crash for me. There is no backtrace. I start with "emacs -Q": (let ((s "text")) (put-text-property 0 2 'composition ?A s) (insert s)) If the crash comes in (insert s). In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-04 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'