From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: strange error from global-ede-mode Date: Fri, 11 Sep 2015 11:58:36 -0500 Message-ID: <86zj0szydf.fsf@stephe-leake.org> References: <868u8e128e.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441990757 28355 80.91.229.3 (11 Sep 2015 16:59:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2015 16:59:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 11 18:59:04 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 1ZaRfD-0001cY-HB for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2015 18:59:03 +0200 Original-Received: from localhost ([::1]:57502 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaRfD-0000GM-0q for ged-emacs-devel@m.gmane.org; Fri, 11 Sep 2015 12:59:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaRf9-0000Fb-Sr for emacs-devel@gnu.org; Fri, 11 Sep 2015 12:59:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaRf4-0007Xw-NJ for emacs-devel@gnu.org; Fri, 11 Sep 2015 12:58:59 -0400 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:35187) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZaRf4-0007XJ-F6 for emacs-devel@gnu.org; Fri, 11 Sep 2015 12:58:54 -0400 Original-Received: (qmail 8586 invoked by uid 0); 11 Sep 2015 16:58:49 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy5.mail.unifiedlayer.com with SMTP; 11 Sep 2015 16:58:49 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id Fyyh1r00R2UdiVW01yykmS; Fri, 11 Sep 2015 16:58:48 -0600 X-Authority-Analysis: v=2.1 cv=GpXRpCFC c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=ff-B7xzCdYMA:10 a=vSYTp4b_mpsZAFh9c3gA:9 Original-Received: from [76.218.37.33] (port=54396 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZaRes-0008GQ-6G for emacs-devel@gnu.org; Fri, 11 Sep 2015 10:58:42 -0600 In-Reply-To: (Stefan Monnier's message of "Thu, 10 Sep 2015 19:47:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 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:189843 Archived-At: Stefan Monnier writes: >> Enabling debug-on-error does not catch the error. > > Have you tried debug-on-signal? No help. > If that still doesn't help, try running in GDB, then putting a break > point on maybe_call_debugger and then look at "xbacktrace". Also no help. I traced thru x-create-frame in gdb; the error occurs in initialize_frame_menubar. I get the same error message by activating the menubar with F10 in the files.el buffer in the initial fraem. But debug-on-error is still no help. So I'm off to study the menu init code; I'm guessing it's something in the EDE "Development" menu. -- -- Stephe