From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Crash in face_at_buffer_position Date: Mon, 21 Apr 2008 00:46:03 +0200 Message-ID: <480BC7AB.5020506@gmail.com> References: <480362A7.4010403@gmail.com> <480378C7.5050904@gmail.com> <87tzi3e01s.fsf@stupidchicken.com> <4804E93D.3090406@gmail.com> <4804F4E5.8070104@gmail.com> <871w56n0zb.fsf@stupidchicken.com> <87prsk88n4.fsf@stupidchicken.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: ger.gmane.org 1208731590 3495 80.91.229.12 (20 Apr 2008 22:46:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 22:46:30 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Stefan Monnier To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 21 00:47:05 2008 connect(): Connection refused 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 1JniJL-0000op-KF for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2008 00:47:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JniIg-0006hF-Ar for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 18:46:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JniIZ-0006fM-RW for emacs-devel@gnu.org; Sun, 20 Apr 2008 18:46:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JniIY-0006eq-VJ for emacs-devel@gnu.org; Sun, 20 Apr 2008 18:46:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JniIY-0006ec-NG for emacs-devel@gnu.org; Sun, 20 Apr 2008 18:46:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JniIY-00040D-Vw for emacs-devel@gnu.org; Sun, 20 Apr 2008 18:46:15 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JniIY-0008Eb-2i for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 18:46:14 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JniIU-0003zk-Hm for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 18:46:14 -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 1JniIT-0003zZ-Uc for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 18:46:10 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:60785 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JniIR-000538-8l; Mon, 21 Apr 2008 00:46:08 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87prsk88n4.fsf@stupidchicken.com> X-Antivirus: avast! (VPS 080420-0, 2008-04-20), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-ACL-Warn: Too high rate of unknown addresses received from you X-Scan-Result: No virus found in message 1JniIR-000538-8l. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1JniIR-000538-8l e593ae8de1ebcec53086644bea8c0fa4 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:95565 gmane.emacs.pretest.bugs:22092 Archived-At: Chong Yidong wrote: > Chong Yidong writes: > >> "Lennart Borgman (gmail)" writes: >> >>> Eh, and now I know how to reproduce that crash. I just have to make >>> certain that (font-lock-mode -1) is executed too. >>> >>> I have no simple example though. Would it ok if I upload a zip file to >>> my server containing this and some other (unrelated) things and give >>> some very simple instructions? >>> >>> That is the quickest way for me and I think it is easy for you too. >> That will be fine. > > Any luck making the test-case? Sorry for not coming back. I wanted to build a new Emacs to test with before making the test-case, but I had a lot of other trouble on the way so I had not had time to do it yet. I have not forgotten it.