emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs segfaulting on FreeBSD 9.1-RELEASE (amd64) during bootstrap


From: Eli Zaretskii
Subject: Re: Emacs segfaulting on FreeBSD 9.1-RELEASE (amd64) during bootstrap
Date: Wed, 03 Jul 2013 19:48:15 +0300

> From: address@hidden (Ashish SHUKLA)
> Organisation: alt.religion.emacs
> Date: Wed, 03 Jul 2013 21:42:43 +0530
> 
> I tried bzr revision r113270 on my FreeBSD 9.1-RELEASE (amd64), and it
> segfaulted during bootstrap process, (the compilation of files in "lisp"
> directory). It generated a core-file lisp/bootstrap-emacs.core which has more
> than 3-million (that's when I lost patience) recurring stack frames like
> following:

Can you show the stack frames starting from the other end?  Like this:

 (gdb) bt -100

This will display the 100 outermost frames.  I think it's important to
see where this infinite recursion started, and why.

Thanks.



reply via email to

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