From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?UHJ6ZW15c8WCYXcgV29qbm93c2tp?= Newsgroups: gmane.emacs.devel Subject: Re: Random segfaults when using M-x. Date: Fri, 05 Jun 2015 15:24:00 +0200 Message-ID: <5571A2F0.6020600@cumego.com> References: <20150605102048.GA31678@apertron.net> <85a8we9ucc.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1433510679 12635 80.91.229.3 (5 Jun 2015 13:24:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2015 13:24:39 +0000 (UTC) To: Stephen Leake , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 05 15:24:30 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Z0rbj-0004G2-L7 for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2015 15:24:23 +0200 Original-Received: from localhost ([::1]:47301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0rbi-0003FP-Mb for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2015 09:24:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0rbW-0003F8-0P for emacs-devel@gnu.org; Fri, 05 Jun 2015 09:24:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0rbS-0005K5-Qn for emacs-devel@gnu.org; Fri, 05 Jun 2015 09:24:09 -0400 Original-Received: from smtp21.iq.pl ([86.111.242.226]:59565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0rbS-0005Ic-KQ for emacs-devel@gnu.org; Fri, 05 Jun 2015 09:24:06 -0400 Original-Received: (qmail 25971 invoked from network); 5 Jun 2015 13:24:01 -0000 Original-Received: from unknown (HELO [192.168.1.106]) (esperanto@cumego.com@[159.205.25.146]) (envelope-sender ) by smtp23.iq.pl with AES128-SHA encrypted SMTP for ; 5 Jun 2015 13:24:01 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <85a8we9ucc.fsf@stephe-leake.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.111.242.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187037 Archived-At: > When it happens, it is soon after starting Emacs, on the first use of > completion. I have (setq icomplete-show-matches-on-no-input t), so > completion is doing a lot of work after a short delay. I have not tried > disabling that to see if it helps, but I'll do that now. I also had a crash once when doing completion. AFAIR it was just a word completion in an org-mode buffer. I has happened only once. I run Emacs master on Kubuntu 15.04, so it seems not to be OS related.