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: Stefan Monnier
Subject: Re: Crash when visiting source file
Date: Tue, 31 May 2005 08:33:19 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

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





reply via email to

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