From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs trunk crash Date: Mon, 23 Mar 2015 17:34:39 +0200 Message-ID: <831tkfsp68.fsf@gnu.org> References: <834mpevkao.fsf@gnu.org> <837fu8srym.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427124915 30230 80.91.229.3 (23 Mar 2015 15:35:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 15:35:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 23 16:35:06 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 1Ya4Nd-0002ta-0p for ged-emacs-devel@m.gmane.org; Mon, 23 Mar 2015 16:35:05 +0100 Original-Received: from localhost ([::1]:56644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya4Nc-0001wu-Dv for ged-emacs-devel@m.gmane.org; Mon, 23 Mar 2015 11:35:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya4NV-0001sC-Nm for emacs-devel@gnu.org; Mon, 23 Mar 2015 11:34:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya4NS-0001sQ-C2 for emacs-devel@gnu.org; Mon, 23 Mar 2015 11:34:57 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:58286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya4NR-0001qf-Rd for emacs-devel@gnu.org; Mon, 23 Mar 2015 11:34:54 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NLO00J008ET2000@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 23 Mar 2015 17:34:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLO00IQI8M4XZ80@a-mtaout23.012.net.il>; Mon, 23 Mar 2015 17:34:53 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:184141 Archived-At: > From: Fabrice Popineau > Date: Mon, 23 Mar 2015 06:32:55 +0100 > Cc: Emacs developers > > Can 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 reason I couldn't do it yet is the following : > - I run "emacs -Q" (under gdb) > - I load a couple of libraries among which "desktop.el" > - I try to evaluate (desktop-create-buffer ...) > but it fails with "void variable desktop-buffer-ok-count" > > Even if I evaluate the form: > (defvar desktop-buffer-ok-count) from the desktop.el file, > the variable is still unknown. > > What could cause that ? I don't know, I never tried invoking desktop-create-buffer directly. Did you try to invoke desktop-read, as I suggested?