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

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

bug#17713: Compressed Forms of 'backtrace' and 'bt full' output


From: Stefan Monnier
Subject: bug#17713: Compressed Forms of 'backtrace' and 'bt full' output
Date: Fri, 06 Jun 2014 09:41:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> Correct, no SIGSEGV.  Though while the process is running it is
> keeping one of my cpu's at 100%.

My crystal ball says your problem has nothing to do with GC.
Your Emacs is stuck in an inf-loop of code that in turn runs GC on
a regular basis, so when you interrupted the process you happened to be
within GC.
Try to "finish" Fgarbage_collect to see if it does terminate.
And show us the Lisp backtrace (which you'll get if you start "gdb" from
within the .../emacs/src directory).


        Stefan





reply via email to

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