From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mathieu Geli Newsgroups: gmane.emacs.bugs Subject: draging scrollbar ABORT emacs Date: Fri, 9 Jul 2004 23:57:07 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040709235707.2eddaf1e.geli@enseirb.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089403083 3371 80.91.224.253 (9 Jul 2004 19:58:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2004 19:58:03 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 09 21:57:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bj1VE-0002AX-00 for ; Fri, 09 Jul 2004 21:57:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bj1XP-00010C-HI for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Jul 2004 16:00:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bj1XM-0000zo-IA for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2004 16:00:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bj1XL-0000zY-IY for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2004 16:00:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bj1XL-0000zO-Ex for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2004 15:59:59 -0400 Original-Received: from [147.210.18.138] (helo=neouvielle.enseirb.fr) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bj1Um-0007CI-Ta for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2004 15:57:21 -0400 Original-Received: from geli.mds (geli.mds [172.16.8.119]) by neouvielle.enseirb.fr (8.12.10/8.12.10) with SMTP id i69JvIwj026050 for ; Fri, 9 Jul 2004 21:57:18 +0200 (MET DST) Original-To: bug-gnu-emacs@gnu.org X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-pc-linux-gnu) X-Virus-Scanned: by amavisd-new 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8383 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8383 Hi, my emacs receive a SIGABRT in this situation : I open a simple emacs typing 'emacs' in a shell. I got a *scratch* buffer in front of me. Type something e.g "blabla" Split the main frame vertically ( C-x 3 ) Change the focused buffer to be the right one. Move the cursor to the end of the line ( C-e ) Drag the bottom handle of the scrollbar horizontally to the right slowly At a certain point I should begin to see my text begginning with a left arrow '<-bla' If I go further than the step '<- ' with the mouse, my emacs is aborted by a SIGABRT. If the left arrow '<-' is not here, the bug is not happening. (That's why we have done the C-e before) That's it. I hope I'm clear enough, and that I'm not bothering you with an already known bug... Versions tested : GNU Emacs 21.3.1 (sparc-sun-solaris2.7, X toolkit) of 2003-12-10 GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-04-07 on raven, modified by Debian --- Mathieu