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

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

Re: Crash when visiting source file


From: Steven T. Hatton
Subject: Re: Crash when visiting source file
Date: Tue, 31 May 2005 19:08:17 -0400
User-agent: KMail/1.8

On Tuesday 31 May 2005 08:33, Stefan Monnier wrote:
> > The backtrace I get when I type bt is 84000+ lines.
>
> When?  If Emacs seems to hang, it means it's stuck in an (almost-)inf-loop,
> and you can try stopping it a few times and compare the backtraces.
> The one you show was taken from within the GC, which always leads to such
> long lists of `mark_object', so better skip that backtrace and try
> another one.
> In any case the backtrace you show seems not to be from a regexp-match.
> You could try and check the value of Vinhibit_quit with
>
>     (gdb) p Vinhibit_quit
>     NNNNNNN
>     (gdb) xtype
>     <should say it's a symbol>
>     (gdb) xsymbol
>     <could say "nil" or "t">
>
>
>         Stefan
>
>
> PS: It's also useful sometimes to show the result of xbacktrace (see
>     etc/DEBUG as well for more info about debugging in general).

The attached file contains the top and bottom of a Lisp backtrace I got from 
C-g, after enabling enter debugger on quit.  I tried to send the whole thing, 
but the mail server bounced it.  It's pretty clear to me that EDE is going 
into (potentially) infinite recursion.  I'm not sure if it is really related 
to svn, or simply to its trying to visit every Makefile.am in the source 
tree. I try playing around with GDB to see if I can get anything interesting 
that way, but I really believe the problem is clearly revealed by the 
attached backtrace.
-- 
Regards,
Steven

Attachment: backtrace2
Description: Binary data


reply via email to

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