From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; Crash after emacsclient -n foo.txt Date: Sat, 02 Feb 2008 10:54:29 -0800 Message-ID: <200802021854.m12IsYZX008649@sallyv1.ics.uci.edu> References: <200802021758.m12HwpTi020776@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201978511 6023 80.91.229.12 (2 Feb 2008 18:55:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 18:55:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 19:55:33 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JLNWR-0003KR-O1 for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 19:55:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLNW0-00057W-5t for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 13:55:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLNVw-00056y-1m for emacs-devel@gnu.org; Sat, 02 Feb 2008 13:54:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLNVu-00056Y-5H for emacs-devel@gnu.org; Sat, 02 Feb 2008 13:54:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLNVt-00056V-VY for emacs-devel@gnu.org; Sat, 02 Feb 2008 13:54:54 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JLNVt-0000YT-KV for emacs-devel@gnu.org; Sat, 02 Feb 2008 13:54:53 -0500 X-ICS-MailScanner-Watermark: 1202583279.71425@roTEoxPSjkN9pOsX3VUW3g Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m12IsYZX008649 for ; Sat, 2 Feb 2008 10:54:39 -0800 (PST) In-Reply-To: (Reiner Steib's message of "Sat, 02 Feb 2008 19:24:01 +0100") Original-Lines: 47 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.146, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FB_WORD2_END_DOLLAR 1.29) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88044 Archived-At: Reiner Steib writes: > On Sat, Feb 02 2008, Dan Nicolaescu wrote: > > > Reiner Steib writes: > > > M-x report-emacs-bug RET wrote: > > > > > > > Please describe exactly what actions triggered the bug > > > > and the precise symptoms of the bug: > > > > > > After `M-x server-start RET' and running `emacsclient' from an xterm, > > > Emacs crashed: > [...] > > > The emacsclient binary belongs to Emacs 22.1, not to the CVS trunk as > > > the running emacs server instance. > > > > This works fine for me. But instead of: > > > > > > In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.10.6) > > > > I have: > > GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.3)) > > I can't reproduce the crash (I still have in a screen session, > though), but I get an error from emacsclient: > > | [...]/cvs-HEAD/emacs$ [...]/cvs-HEAD/i686/src/emacs -Q > | > | [1]+ Stopped [...]/cvs-HEAD/i686/src/emacs -Q > | [...]/cvs-HEAD/emacs$ bg > | [1]+ [...]/cvs-HEAD/i686/src/emacs -Q & > | > | [`M-x server-start RET' in Emacs] > | > | [...]/cvs-HEAD/emacs$ /usr/bin/emacsclient vpath.sed > | Waiting for Emacs... > | -error Unknown&_command:&_[...]/cvs&-HEAD/emacs/vpath.sed > > When adding `-n', I get no error, but the file isn't opened in the > emacs server session. (I don't think that the client tries to talk to > the crashed server, since the socket's timestamp is new. IIRC, `M-x > server-start RET' overrides previous sessions.) That's better given that you don't see any crash. After the multi-tty merge emacsclient used to refuse to connect to a different server version. It doesn't seem to do it anymore. But IMHO there are more interesting issues to solve than this.