From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Murray Newsgroups: gmane.emacs.bugs Subject: bug#10159: bug#10263: 24.0.92; emacs crash with auto-complete plugin [SEC=UNCLASSIFIED] Date: Wed, 05 Sep 2012 11:01:12 +0930 Message-ID: <1346808672.27776.29.camel@apm.dsto.defence.gov.au> References: <831uscmc8b.fsf@gnu.org> <83zkf0kuej.fsf@gnu.org> <87iplniirx.fsf@live.com> <4EE534CA.10907@dsto.defence.gov.au> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346808613 25735 80.91.229.3 (5 Sep 2012 01:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2012 01:30:13 +0000 (UTC) Cc: 10159@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 05 03:30:15 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T94RT-00088h-Ct for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Sep 2012 03:30:07 +0200 Original-Received: from localhost ([::1]:50862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T94RP-0004DM-Rs for geb-bug-gnu-emacs@m.gmane.org; Tue, 04 Sep 2012 21:30:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T94RM-0004D8-Az for bug-gnu-emacs@gnu.org; Tue, 04 Sep 2012 21:30:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T94RL-000494-1Z for bug-gnu-emacs@gnu.org; Tue, 04 Sep 2012 21:30:00 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T94RK-00048z-Tp for bug-gnu-emacs@gnu.org; Tue, 04 Sep 2012 21:29:58 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1T94RO-0006p5-6g for bug-gnu-emacs@gnu.org; Tue, 04 Sep 2012 21:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alex Murray Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 05 Sep 2012 01:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10159 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10159-submit@debbugs.gnu.org id=B10159.134680858326160 (code B ref 10159); Wed, 05 Sep 2012 01:30:02 +0000 Original-Received: (at 10159) by debbugs.gnu.org; 5 Sep 2012 01:29:43 +0000 Original-Received: from localhost ([127.0.0.1]:39140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T94R3-0006no-CI for submit@debbugs.gnu.org; Tue, 04 Sep 2012 21:29:43 -0400 Original-Received: from actmail.defence.gov.au ([203.6.68.1]:56837 helo=defence.gov.au) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T94Qz-0006nV-NE for 10159@debbugs.gnu.org; Tue, 04 Sep 2012 21:29:40 -0400 In-Reply-To: <4EE534CA.10907@dsto.defence.gov.au> x-protective-marking: VER=2005.6, NS=gov.au, SEC=UNCLASSIFIED, ORIGIN=alex.murray@dsto.defence.gov.au x-evolution-security-classifier-version: 0.1 X-Mailer: Evolution 3.4.3 (3.4.3-2.fc17) X-OriginalArrivalTime: 05 Sep 2012 01:29:27.0100 (UTC) FILETIME=[E377F7C0:01CD8B05] X-TM-AS-Product-Ver: SMEX-10.0.0.1412-6.800.1017-19162.000 X-TM-AS-Result: No--21.162500-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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 Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:63750 Archived-At: UNCLASSIFIED Okay I seem to be able to reproduce this fairly easily with the following init.el settings and the recipe below: ;; install auto-complete from melpa since is pretty much the ;; latest development version (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) (package-initialize) (package-install 'auto-complete) ;; auto-complete (require 'auto-complete-config) (ac-config-default) (setq ac-auto-start 1) ; autostart with a single character (setq ac-auto-show-menu ac-delay)) ; show menu autoomatically ;; quick help has to be after menu so again set to 10ms more (setq ac-quick-help-delay (+ ac-auto-show-menu 0.01)) --------------------------------------------------- With the above init.el launch emacs and then switch to the scratch buffer. Now type anything to get auto-complete to show up completions - say just a single letter such as d - and then hit space very quickly after that - it may take a bunch of tries to get it to crash but eventually it seems that if you hit space just after auto-complete has popped up the menu (and by just after I am talking fractions of a second) emacs can crash. I think hitting space causes auto-complete to hide the popup menu and then in redrawing the display emacs now crashes... On Mon, 2011-12-12 at 09:25 +1030, Alex Murray wrote: > Sadly I have been unable to reproduce this bug [#10159] since > recompiling Emacs with no optimisations - however, I will certainly try > to keep reproducing it - I am not so sure the fix in > revision 106658 will fix this bug [#10159] since the crash is not at the > same location, but I will also try and see if I can reproduce the crash > with the latest trunk too. > > On Sun 11 Dec 2011 21:01:24 CST, Eli Zaretskii wrote: > > > >> > >> From: > >> Date: Sun, 11 Dec 2011 18:01:38 +0900 > >> > >> Eli Zaretskii writes: > >> > >>> > >>> > >>> It could be. But then it could be not: the crash in 10159 is in a > >>> different place and is not reproducible. We can only deduce it's a > >>> duplicate if the OP will report that it no longer crashes for them. > >>> > >> > >> > >> @Eli > >> I am the reporter of this bug. if you are referring me as OP here, > >> I already sent an email confirming that this bug is fixed. But some how > >> that mail didn't show up in the list. > > > > > > Your mail did show up, but I was not talking about this bug (#10263), > > I was talking about bug #10159, which AFAIK was filed by someone > > else. Glenn was wondering whether 10159 was the same bug, and is > > therefore also fixed. We'd need confirmation from Alex Murray about > > that. IMPORTANT: This email remains the property of the Department of Defence and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email.