unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: iran@astro.ugto.mx
Cc: bug-gnu-emacs@gnu.org, 366@emacsbugs.donarmstrong.com
Subject: bug#366: Problem executing emacs
Date: Fri, 13 Jun 2008 12:08:57 -0400	[thread overview]
Message-ID: <jwv3anh1g34.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <35317.148.214.40.115.1212700604.squirrel@noether.astro.ugto.mx> (iran@astro.ugto.mx's message of "Thu, 5 Jun 2008 16:16:44 -0500 (CDT)")

> I'm trying to install emacs 22.1 on my workstation SUN with Solaris 10, so
> when I try to execute emacs -q to test if emacs works before install it,
> this message is displayed: Variable binding depth exceeds
> max-specpdl-size.

> Could you help me telling me how can I to resolve it and to continue with
> the installation of Emacs on my machine?

Do you get the same result with "emacs -Q -nw"?  How 'bout
"emacs -Q --batch" (which should just exit without doing anything)?

It is of course possible that the installation target already contains
some files and that these interact poorly, so that `make install' would
actually fix your problem.  It seems highly unlikely, tho.

If you really wan tto track down this problem, then go to ../emacs/src,
start "gdb emacs" from there, then do "b Fsignal", then "r -Q" and
whenever you get a signal do "xbacktrace" which will give you both
a C and a (crude) Lisp backtrace.  These are likely to be very long and
repetitive (and you may also hit the Fsignal breakpoint before the
actual problem, so try continuing afterwards to see if that really was
the problematic error, rather than an expected signal caught and handled
somewhere).
Then please send us the backtraces (especially the Lisp one, but the
C one as well),


        Stefan






  parent reply	other threads:[~2008-06-13 16:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-05 21:16 bug#366: Problem executing emacs iran
2008-06-06 16:05 ` Stefan Monnier
2008-06-13 16:08 ` Stefan Monnier [this message]
2011-07-11  1:40   ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=jwv3anh1g34.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=366@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=iran@astro.ugto.mx \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).