emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug#17055: 24.3.50; Emacs hangs in Org mode file
       [not found] ` <86ha6rd56s.fsf@somewhere.org>
@ 2014-03-21 16:01   ` Stefan Monnier
  2014-03-21 16:02   ` Eli Zaretskii
       [not found]   ` <83ior75ymc.fsf__18846.3120874532$1395419640$gmane$org@gnu.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2014-03-21 16:01 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: 17055

> Still no prompt but Emacs survived this infloop (not an infloop, then)
> after I don't know how much time (but more than a couple of minutes).

Then try to

M-x profiler-start RET RET
<... reproduce ...>
M-x profiler-report RET

And the C-u RET on the + to expand the display.


        Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
       [not found] ` <86ha6rd56s.fsf@somewhere.org>
  2014-03-21 16:01   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Stefan Monnier
@ 2014-03-21 16:02   ` Eli Zaretskii
  2014-03-24 13:20     ` Glenn Morris
                       ` (2 more replies)
       [not found]   ` <83ior75ymc.fsf__18846.3120874532$1395419640$gmane$org@gnu.org>
  2 siblings, 3 replies; 7+ messages in thread
From: Eli Zaretskii @ 2014-03-21 16:02 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: 17055

> From: Sebastien Vauban <sva-news@mygooglest.com>
> Date: Fri, 21 Mar 2014 14:58:19 +0100
> 
> Sebastien Vauban wrote:
> > Today, 2 to 3 new infloops when editing in Org (but that's one of the
> > two things I do: either be in Gnus, or in Org).
> >
> >   Org-mode version 8.2.5h (release_8.2.5h-818-g0de200)
> >
> > I did not have time to look at the first ones; I do for this one.
> >
> > $ gdb -p 9696
> > ...
> > [Thread 9696.0x1710 exited with code 0]
> > [Thread 9696.0x23c4 exited with code 0]
> > [Thread 9696.0x1e08 exited with code 0]
> >
> > The weird thing, here, is that my Bash terminal is stuck: I did not see
> > more than 2 threads, and I don't have any GDB prompt yet. RET'ing does
> > not change anything...
> >
> > Session still open (but no GDB prompt!).
> 
> Still no prompt but Emacs survived this infloop (not an infloop, then)
> after I don't know how much time (but more than a couple of minutes).
> 
> BTW, it outputted the message "Emergency (alloc): Warning: past 95% of
> memory limit".

I think this is a duplicate of 16832.  The same function,
org-mode-flyspell-verify, causes this, and the effect is the same: it
takes Emacs a lot of time to get out of that processing, whatever it
is.

I hope Org maintainers could take a good look on this.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
       [not found]       ` <mailman.17773.1395420613.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
@ 2014-03-21 20:09         ` Sebastien Vauban
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Vauban @ 2014-03-21 20:09 UTC (permalink / raw)
  To: Bastien; +Cc: 17055-ubl+/3LiMTaZdePnXv/OxA, Eli Zaretskii

Bastien wrote:
> Eli Zaretskii <eliz-mXXj517/zsQ@public.gmane.org> writes:
>
>> I hope Org maintainers could take a good look on this.
>
> Yes, I think Nicolas is on it.
>
> Speaking of that, this is one of the few remaining bugs
> we want to fix before 8.2.3, I hope we will have time to
> merge 8.2.3 into the emacs-24 branch then.

Regarding the "few remaining bugs we want to fix" part, I'd advocate
trying to solve the following 2 bugs as well before merging back into
Emacs:

- #16440: Some colors of the theme aren't respected in latest Emacs
- #15298: Background color lost when highlighting a string

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 16:02   ` Eli Zaretskii
@ 2014-03-24 13:20     ` Glenn Morris
  2014-03-24 13:20     ` bug#16832: " Glenn Morris
       [not found]     ` <o0ior368da.fsf@fencepost.gnu.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2014-03-24 13:20 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Sebastien Vauban, 17055, fni-news, 16832


Perhaps this is fixed now, according to comments at:

http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01176.html

(It would be great if someone would keep an eye on these Org bugs that
get reported to Emacs and update them when appropriate.

Although it seems better to report Org bugs to the Org-mode list rather
than to Emacs.)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#16832: bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 16:02   ` Eli Zaretskii
  2014-03-24 13:20     ` Glenn Morris
@ 2014-03-24 13:20     ` Glenn Morris
       [not found]     ` <o0ior368da.fsf@fencepost.gnu.org>
  2 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2014-03-24 13:20 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Sebastien Vauban, 17055, fni-news, 16832


Perhaps this is fixed now, according to comments at:

http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01176.html

(It would be great if someone would keep an eye on these Org bugs that
get reported to Emacs and update them when appropriate.

Although it seems better to report Org bugs to the Org-mode list rather
than to Emacs.)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#16832: 24.3.50; Emacs hangs in Org mode file
       [not found]     ` <o0ior368da.fsf@fencepost.gnu.org>
@ 2014-04-08 17:20       ` Glenn Morris
       [not found]       ` <mhioqjkaaa.fsf_-___12843.7314685018$1396977720$gmane$org@fencepost.gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2014-04-08 17:20 UTC (permalink / raw)
  To: 16832-done

Glenn Morris wrote:

> Perhaps this is fixed now, according to comments at:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01176.html
>
> (It would be great if someone would keep an eye on these Org bugs that
> get reported to Emacs and update them when appropriate.
>
> Although it seems better to report Org bugs to the Org-mode list rather
> than to Emacs.)

No comments in two weeks so closed, presumed fixed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#16832: 24.3.50; Emacs hangs in Org mode file
       [not found]       ` <mhioqjkaaa.fsf_-___12843.7314685018$1396977720$gmane$org@fencepost.gnu.org>
@ 2014-04-09 15:38         ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2014-04-09 15:38 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 16832-done

Glenn Morris <rgm@gnu.org> writes:

> Glenn Morris wrote:
>
>> Perhaps this is fixed now, according to comments at:
>>
>> http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01176.html
>>
>> (It would be great if someone would keep an eye on these Org bugs that
>> get reported to Emacs and update them when appropriate.
>>
>> Although it seems better to report Org bugs to the Org-mode list rather
>> than to Emacs.)
>
> No comments in two weeks so closed, presumed fixed.

I confirm the fix.  I will catch up and close other fixed Org bugs
when I have some spare time, somewhere next week.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-09 15:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.17749.1395401116.10748.bug-gnu-emacs@gnu.org>
     [not found] ` <86ha6rd56s.fsf@somewhere.org>
2014-03-21 16:01   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Stefan Monnier
2014-03-21 16:02   ` Eli Zaretskii
2014-03-24 13:20     ` Glenn Morris
2014-03-24 13:20     ` bug#16832: " Glenn Morris
     [not found]     ` <o0ior368da.fsf@fencepost.gnu.org>
2014-04-08 17:20       ` bug#16832: " Glenn Morris
     [not found]       ` <mhioqjkaaa.fsf_-___12843.7314685018$1396977720$gmane$org@fencepost.gnu.org>
2014-04-09 15:38         ` Bastien
     [not found]   ` <83ior75ymc.fsf__18846.3120874532$1395419640$gmane$org@gnu.org>
     [not found]     ` <mailman.17773.1395420613.10748.bug-gnu-emacs@gnu.org>
     [not found]       ` <mailman.17773.1395420613.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2014-03-21 20:09         ` bug#17055: " Sebastien Vauban

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