From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: Re: It is time for a feature freeze (it is NOW or never). Date: Fri, 14 May 2004 09:03:50 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <29311467.1084518230922.JavaMail.www@wwinf0803> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084518323 29853 80.91.224.253 (14 May 2004 07:05:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 May 2004 07:05:23 +0000 (UTC) Cc: emacs-devel , storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 14 09:05:14 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOWks-0007jC-00 for ; Fri, 14 May 2004 09:05:14 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOWkr-0005ja-00 for ; Fri, 14 May 2004 09:05:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOWkn-0004c9-QF for emacs-devel@quimby.gnus.org; Fri, 14 May 2004 03:05:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOWkO-00048s-I1 for emacs-devel@gnu.org; Fri, 14 May 2004 03:04:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOWjZ-0002qY-6v for emacs-devel@gnu.org; Fri, 14 May 2004 03:04:25 -0400 Original-Received: from [193.252.22.23] (helo=mwinf0801.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOWjY-0002nE-4h for emacs-devel@gnu.org; Fri, 14 May 2004 03:03:52 -0400 Original-Received: from wwinf0803 (wwinf0803 [172.22.139.30]) by mwinf0801.wanadoo.fr (SMTP Server) with ESMTP id E4D8A1800173; Fri, 14 May 2004 09:03:50 +0200 (CEST) Original-To: monnier@iro.umontreal.ca X-Originating-IP: [194.2.245.141] X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~||~| X-WUM-REPLYTO: |~| X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23386 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23386 Hi Stefan and Kim, >>>>Let's make USE_LSB_TAG the default for now, and if the bug you >>>>have not found does not get fixed, we can back it out later. >>> >>>I have now made it the default on systems where I know it should work. >> >>I have installed a fix to mark_kboards to avoid marking x and y members >>of an input_event when it is overloaded by a selection_input_event. > > > Eww.... I didn't know about this overloading. Pretty ugly. > Thanks for figuring it out. I strongly suspect that it is the problem that > David Ponce had and that I couldn't reproduce (his backtraces always passed > through mark_kboards). It looks you're right. Without Kim's fix I experienced again the crash with USE_LSB_TAG enabled, and the backtrace passed through mark_kboards. Since I applied Kim's fix, Emacs no more crashed :-) Thank you very much Kim! David