bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#366: Problem executing emacs


From: Glenn Morris
Subject: bug#366: Problem executing emacs
Date: Sun, 10 Jul 2011 21:40:33 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

This bug is being closed because it refers to what is now an old version
of Emacs, and because we need more information to be able to do anything
and it has not been provided. If you still see this problem with the
latest Emacs release, 23.3, please reply with the requested information
and we can reopen this report if needed.

You can view the whole report at http://debbugs.gnu.org/BUGNUMBER

Stefan Monnier wrote:

> 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),





reply via email to

[Prev in Thread] Current Thread [Next in Thread]