From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: still seeing semi-regular lockups Date: Fri, 27 Jun 2014 14:56:15 +0200 Message-ID: <87vbrmwlxs.fsf@nicolasgoaziou.fr> References: <87siocrbyb.fsf@ericabrahamsen.net> <87siobtn1i.fsf@bzg.ath.cx> <87ha4r1j91.fsf@tanger.home> <87k39hdf2o.fsf@tanger.home> <87ppj86elt.fsf@ericabrahamsen.net> <874n0kde2y.fsf@tanger.home> <87bnus4s5n.fsf@ericabrahamsen.net> <87egye7kx3.fsf@nicolasgoaziou.fr> <87a992mleu.fsf@ericabrahamsen.net> <87mwd1hbpx.fsf@fastmail.fm> <877g45jv61.fsf@tanger.home> <87zjh0qsw5.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0VhO-00070D-JB for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 08:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0VhG-0004sR-HB for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 08:56:14 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:45457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0VhG-0004sD-BW for emacs-orgmode@gnu.org; Fri, 27 Jun 2014 08:56:06 -0400 In-Reply-To: <87zjh0qsw5.fsf@fastmail.fm> (Matt Lundin's message of "Wed, 25 Jun 2014 21:58:02 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: Daimrod , emacs-orgmode@gnu.org Hello, Matt Lundin writes: > With "killall -USR2 emacs", the following backtrace popped up, which > highlights flyspell as the culrpit. Note: I have flyspell turned on in > all text buffers, but I have (for several months) only experienced > lockups when using org-mode. I spend more time in TeX buffers than in > org-mode, and I have never had a lockup with AUCTeX. > > * (setq quit-flag t) > (condition-case nil (let ((inhibit-quit nil)) (let ((command > this-command) deactivate-mark) (if (flyspell-check-pre-word-p) > (save-excursion (quote (flyspell-debug-signal-pre-word-checked)) > (goto-char flyspell-pre-point) (flyspell-word))) (if [...] Thank you for the report. Unfortunately, this backtrace doesn't help much. Even if it referred explicitly to a cache-related function, it would likely not explain the reasons behind the cache corruption. I need an ECM (even if the bug isn't 100 % reproducible) for that. In the meantime, if you can, please update Org regularly, as I'm reviewing the code and will probably make changes along the way. Regards, -- Nicolas Goaziou