[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
- bug#17713: First portion of `bt full`, (continued)
- bug#17713: First portion of `bt full`, Geoff Shannon, 2014/06/06
- bug#17713: First portion of `bt full`, Eli Zaretskii, 2014/06/06
- bug#17713: First portion of `bt full`, Geoff Shannon, 2014/06/06
- bug#17713: First portion of `bt full`, Eli Zaretskii, 2014/06/06
- bug#17713: First portion of `bt full`, Geoff Shannon, 2014/06/06
- bug#17713: First portion of `bt full`, Stefan Monnier, 2014/06/06
bug#17713: Compressed Forms of 'backtrace' and 'bt full' output, Geoff Shannon, 2014/06/06
bug#17713: 24.3.91; Emacs hung in GC?, Stefan Monnier, 2014/06/06