From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: Emacs trunk crash Date: Sun, 22 Mar 2015 23:37:45 +0100 Message-ID: References: <834mpevkao.fsf@gnu.org> <837fu8srym.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2a8acfe0c080511e8333a X-Trace: ger.gmane.org 1427063901 28198 80.91.229.3 (22 Mar 2015 22:38:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Mar 2015 22:38:21 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 22 23:38:17 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 1YZoVa-0005WX-ET for ged-emacs-devel@m.gmane.org; Sun, 22 Mar 2015 23:38:14 +0100 Original-Received: from localhost ([::1]:52823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZoVZ-00024c-Kk for ged-emacs-devel@m.gmane.org; Sun, 22 Mar 2015 18:38:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZoVV-00024U-SB for emacs-devel@gnu.org; Sun, 22 Mar 2015 18:38:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZoVU-0006H0-M0 for emacs-devel@gnu.org; Sun, 22 Mar 2015 18:38:09 -0400 Original-Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:34607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZoVS-0006GV-R1; Sun, 22 Mar 2015 18:38:06 -0400 Original-Received: by obbgg8 with SMTP id gg8so111217017obb.1; Sun, 22 Mar 2015 15:38:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=z1fI5eN3x4Kk63Pu9tSVVK0hoLmaw5Avp9f9MHZ37Xo=; b=i2cJUpi1CwVklNVnx2fvDxcqQ8EgH/SL9qUHYW0lttVO5KG85mBE6ZU2M8/elrTTi8 UnYON8ZchNyHsYVjiH1msZckZ+W+Ma8X74IptINV4hxMsoZvtYOtc6hr7KK02f+RsNfo 2uR2eT3PYNy/uH5BfKrOx/YFSFMShET0Xdm35OucZS4FBX0wql+O39wZvItAxPCd8AiE +czngIDAgsxpF4egRZpw6nlWQYAdwCyjKMh6Sncfhb4Xovm3d8pEmfVN8DOm9Rg8MXLV +MkPYjxHxTuShP2UaqNAMoRQFzMkDrjKEk845H804UHZ6rRxaTnehveWF0jp2cVxslyV XKcw== X-Received: by 10.182.248.161 with SMTP id yn1mr64002789obc.25.1427063885923; Sun, 22 Mar 2015 15:38:05 -0700 (PDT) Original-Received: by 10.202.196.207 with HTTP; Sun, 22 Mar 2015 15:37:45 -0700 (PDT) In-Reply-To: <837fu8srym.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::235 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:184132 Archived-At: --001a11c2a8acfe0c080511e8333a Content-Type: text/plain; charset=UTF-8 2015-03-22 21:22 GMT+01:00 Eli Zaretskii : > > From: Fabrice Popineau > > Date: Sun, 22 Mar 2015 19:59:41 +0000 (UTC) > > > > There is lots of bytecode which is executed during the backtrace. > > I don't know much about exploring those frames. > > Ca you reproduce the problem by first starting "emacs -Q" and then > manually invoking 'desktop-read' to restore session from the offending > file? > > I have not yet been able to do that. The culprit is this entry in my .emacs.desktop file: (desktop-create-buffer 208 "c:/Home/Research/Georges/indigolog/indigolog/indigolog-linux-0.8beta/lib/ eclipse_swi.pl" "eclipse_swi.pl" 'prolog-mode '( ) 2570 '(2359 nil) nil nil '((buffer-file-coding-system . undecided-unix) (truncate-lines)) '((mark-ring (2570)))) I have removed all the minor modes which do not make a difference. I have tried to change prolog-mode to fundamental-mode with no difference either. I can give the eclipse_swi.pl to whoever wants to debug this, but I suspect that the bug is triggered by something in my configuration. I'll try to find it. (The file i available here http://sourceforge.net/p/indigolog/code/ci/master/tree/lib/eclipse_swi.pl ) Fabrice --001a11c2a8acfe0c080511e8333a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2015-03-22 21:22 GMT+01:00 Eli Zaretskii <eliz@gnu.org>:
=
> From: Fabrice Popineau <fabrice.popineau@gmail.com>
> Date: Sun, 22 Mar 2015 19:59:41 +0000 (UTC)
>
> There is lots of bytecode which is executed during the backtrac= e.
> I don't know much about exploring those frames.

Ca you reproduce the problem by first starting "emacs -Q" and the= n
manually invoking 'desktop-read' to restore session from the offend= ing
file?

I have not yet been able to do that.
The cu= lprit is this entry in my .emacs.desktop file:

(de= sktop-create-buffer 208
=C2=A0 "c:/Home/Research/Georges/ind= igolog/indigolog/indigolog-linux-0.8beta/lib/eclipse_swi.pl"
=C2=A0 'prolog-mode
=
=C2=A0 '( )
=C2=A0 2570
=C2=A0 '(2359 nil)=
=C2=A0 nil
=C2=A0 nil
=C2=A0 '((buffer-f= ile-coding-system . undecided-unix) (truncate-lines))
=C2=A0 '= ;((mark-ring (2570))))

I have removed all the mino= r modes which do not make a difference.
I have tried to change pr= olog-mode to fundamental-mode with no difference either.

I can give the eclipse_swi.pl = to whoever wants to debug this, but I suspect that the bug
is tri= ggered by something in my configuration. I'll try to find it.
(The file i available here http://sourceforge.net/p/indigolog/c= ode/ci/master/tree/lib/eclipse_swi.pl )

Fabric= e

--001a11c2a8acfe0c080511e8333a--