all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Fabian Ezequiel Gallina <galli.87@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: emacsclient hangs
Date: Mon, 05 Nov 2012 05:39:08 +0200	[thread overview]
Message-ID: <838vag4t2b.fsf@gnu.org> (raw)
In-Reply-To: <CABq4mQvzAsCuAiiE2zD1qg8JkU8H=-655cg+sbA9tYz3i4zs6g@mail.gmail.com>

> Date: Sun, 4 Nov 2012 22:04:22 -0300
> From: Fabian Ezequiel Gallina <galli.87@gmail.com>
> 
> 2012/11/3 Eli Zaretskii <eliz@gnu.org>:
> >> Date: Sat, 3 Nov 2012 12:10:48 -0300
> >> From: Fabian Ezequiel Gallina <galli.87@gmail.com>
> >>
> >> 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.



  parent reply	other threads:[~2012-11-05  3:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-03 15:10 emacsclient hangs Fabian Ezequiel Gallina
2012-11-03 15:34 ` Eli Zaretskii
     [not found]   ` <CABq4mQvzAsCuAiiE2zD1qg8JkU8H=-655cg+sbA9tYz3i4zs6g@mail.gmail.com>
2012-11-05  3:39     ` Eli Zaretskii [this message]
2012-11-06  0:12       ` Fabian Ezequiel Gallina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=838vag4t2b.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=galli.87@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.