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: emacsclient hangs Date: Mon, 05 Nov 2012 05:39:08 +0200 Message-ID: <838vag4t2b.fsf@gnu.org> References: <831uga66p6.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1352086769 26903 80.91.229.3 (5 Nov 2012 03:39:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2012 03:39:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Fabian Ezequiel Gallina Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 04:39:39 2012 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 1TVDXE-0001U3-87 for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2012 04:39:36 +0100 Original-Received: from localhost ([::1]:55130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVDX5-0005Eh-5o for ged-emacs-devel@m.gmane.org; Sun, 04 Nov 2012 22:39:27 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVDX2-0005EP-Bm for emacs-devel@gnu.org; Sun, 04 Nov 2012 22:39:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVDX1-0003xj-8G for emacs-devel@gnu.org; Sun, 04 Nov 2012 22:39:24 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:65295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVDX1-0003xG-0O for emacs-devel@gnu.org; Sun, 04 Nov 2012 22:39:23 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MCZ00D00WL4U400@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 05 Nov 2012 05:39:15 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MCZ00D6IWTFSH20@a-mtaout22.012.net.il>; Mon, 05 Nov 2012 05:39:15 +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.172 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:154679 Archived-At: > Date: Sun, 4 Nov 2012 22:04:22 -0300 > From: Fabian Ezequiel Gallina > > 2012/11/3 Eli Zaretskii : > >> Date: Sat, 3 Nov 2012 12:10:48 -0300 > >> From: Fabian Ezequiel Gallina > >> > >> BTW I was trying to get a backtrace, but for some reason I can't > >> source the src/.gdbinit file, I get this all the time: > >> > >> .gdbinit:21: Error in sourced command file: > >> No symbol table is loaded. Use the "file" command. > > > > Please tell how you invoke GDB, and what commands did you type inside > > GDB since its invocation until "source .gdbinit". > > I just issue source .gdbinit or even better, I just start gdb like > this so the .gdbinit file gets sourced automatically: > > gdb -iex "set auto-load safe-path /usr:/bin:$(pwd)" You should do this: gdb -iex "set auto-load safe-path /usr:/bin:$(pwd)" ./emacs IOW, you need to tell GDB from which executable to load the debug info, including symbols.