From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: working with tables freezes emacs
Date: Sat, 26 Jul 2014 21:55:32 +0200 [thread overview]
Message-ID: <87egx7hp3f.fsf@gmail.com> (raw)
In-Reply-To: CAOQHXPpuUMhkg+XVRxO+eBdALA2tqs1iQAJfw+iOZ2exgiBLYw@mail.gmail.com
Xebar Saram <zeltakc@gmail.com> writes:
> Hi all
>
> i was wondering if anyone else have had these problems (using latest
> emacs and org-mode from git): whenever i start working with tables and
> start editing a cell emacs starts freezing, all emacscleint instances
> are frozen and i have to kill emacs to get things back to work
>
> anyone else encountered this? is there a way i can try to debug this
> (im not technically savvy at all)
I recently encountered an (infloop) bug in org-element, and the tip to
get a useful backtrace from the apparently frozen emacs is:
[0. when on GNU/Linux, call 'top' to see if emacs uses 100pc CPU]
1. emacs -Q
2. M-x load-library org-element.el
3. do what you do to make emacs freeze
4. call on the cmd-line
,----
| kill -s usr2 4352
`----
(get the PID with 'ps -e | grep emacs')
or, equivalently (?)
,----
| pkill --signal usr2 emacs
`----
5. study/copy/paste/send *Backtrace* buffer from (not frozen anymore)
Emacs
--
cheers,
Thorsten
prev parent reply other threads:[~2014-07-26 19:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-26 18:59 working with tables freezes emacs Xebar Saram
2014-07-26 19:37 ` Rasmus
2014-09-28 22:10 ` Nicolas Goaziou
2014-09-28 22:46 ` Rasmus
2014-10-25 19:07 ` Rasmus
2014-10-26 13:02 ` Nicolas Goaziou
2014-10-26 15:04 ` Rasmus
2014-07-26 19:55 ` Thorsten Jolitz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87egx7hp3f.fsf@gmail.com \
--to=tjolitz@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).