all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17055: 24.3.50; Emacs hangs in Org mode file
       [not found] ` <mailman.17749.1395401116.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
@ 2014-03-21 13:58   ` Sebastien Vauban
  2014-03-21 16:01     ` Stefan Monnier
                       ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Sebastien Vauban @ 2014-03-21 13:58 UTC (permalink / raw)
  To: 17055-ubl+/3LiMTaZdePnXv/OxA

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

Best regards,
  Seb

-- 
Sebastien Vauban





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

* bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 13:58   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Sebastien Vauban
@ 2014-03-21 16:01     ` Stefan Monnier
  2014-03-21 16:01     ` Stefan Monnier
                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 15+ 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] 15+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 13:58   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Sebastien Vauban
  2014-03-21 16:01     ` Stefan Monnier
@ 2014-03-21 16:01     ` Stefan Monnier
  2014-03-21 16:02     ` Eli Zaretskii
  2014-03-21 16:02     ` Eli Zaretskii
  3 siblings, 0 replies; 15+ 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] 15+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 13:58   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Sebastien Vauban
                       ` (2 preceding siblings ...)
  2014-03-21 16:02     ` Eli Zaretskii
@ 2014-03-21 16:02     ` Eli Zaretskii
  2014-03-21 16:49       ` Bastien
       [not found]       ` <mailman.17773.1395420613.10748.bug-gnu-emacs@gnu.org>
  3 siblings, 2 replies; 15+ 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] 15+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 13:58   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Sebastien Vauban
  2014-03-21 16:01     ` Stefan Monnier
  2014-03-21 16:01     ` Stefan Monnier
@ 2014-03-21 16:02     ` Eli Zaretskii
  2014-03-24 13:20       ` bug#16832: " Glenn Morris
                         ` (2 more replies)
  2014-03-21 16:02     ` Eli Zaretskii
  3 siblings, 3 replies; 15+ 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] 15+ messages in thread

* bug#17055: 24.3.50; Emacs hangs in Org mode file
  2014-03-21 16:02     ` Eli Zaretskii
@ 2014-03-21 16:49       ` Bastien
       [not found]       ` <mailman.17773.1395420613.10748.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 15+ messages in thread
From: Bastien @ 2014-03-21 16:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Sebastien Vauban, 17055

Eli Zaretskii <eliz@gnu.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.

-- 
 Bastien





^ permalink raw reply	[flat|nested] 15+ 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
@ 2014-03-21 20:09           ` Sebastien Vauban
  1 sibling, 0 replies; 15+ messages in thread
From: Sebastien Vauban @ 2014-03-21 20:09 UTC (permalink / raw)
  To: Bastien; +Cc: 17055-ubl+/3LiMTaZdePnXv/OxA

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] 15+ 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
  2014-03-21 20:09           ` Sebastien Vauban
  1 sibling, 0 replies; 15+ 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] 15+ 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       ` bug#16832: " Glenn Morris
@ 2014-03-24 13:20       ` Glenn Morris
  2014-04-08 17:20         ` bug#16832: " Glenn Morris
  2014-04-08 17:20         ` Glenn Morris
  2014-03-24 13:20       ` bug#17055: " Glenn Morris
  2 siblings, 2 replies; 15+ 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] 15+ 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       ` bug#16832: " Glenn Morris
  2014-03-24 13:20       ` Glenn Morris
@ 2014-03-24 13:20       ` Glenn Morris
  2 siblings, 0 replies; 15+ 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] 15+ 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
  2014-03-24 13:20       ` bug#17055: " Glenn Morris
  2 siblings, 0 replies; 15+ 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] 15+ messages in thread

* bug#16832: 24.3.50; Emacs hangs in Org mode file
  2014-03-24 13:20       ` Glenn Morris
@ 2014-04-08 17:20         ` Glenn Morris
  2014-04-09 15:38           ` Bastien
  2014-04-09 15:38           ` Bastien
  2014-04-08 17:20         ` Glenn Morris
  1 sibling, 2 replies; 15+ 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] 15+ messages in thread

* bug#16832: 24.3.50; Emacs hangs in Org mode file
  2014-03-24 13:20       ` Glenn Morris
  2014-04-08 17:20         ` bug#16832: " Glenn Morris
@ 2014-04-08 17:20         ` Glenn Morris
  1 sibling, 0 replies; 15+ 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] 15+ messages in thread

* bug#16832: 24.3.50; Emacs hangs in Org mode file
  2014-04-08 17:20         ` bug#16832: " Glenn Morris
@ 2014-04-09 15:38           ` Bastien
  2014-04-09 15:38           ` Bastien
  1 sibling, 0 replies; 15+ 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] 15+ messages in thread

* bug#16832: 24.3.50; Emacs hangs in Org mode file
  2014-04-08 17:20         ` bug#16832: " Glenn Morris
  2014-04-09 15:38           ` Bastien
@ 2014-04-09 15:38           ` Bastien
  1 sibling, 0 replies; 15+ 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] 15+ messages in thread

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

Thread overview: 15+ 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] ` <mailman.17749.1395401116.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2014-03-21 13:58   ` bug#17055: 24.3.50; Emacs hangs in Org mode file Sebastien Vauban
2014-03-21 16:01     ` Stefan Monnier
2014-03-21 16:01     ` Stefan Monnier
2014-03-21 16:02     ` Eli Zaretskii
2014-03-24 13:20       ` bug#16832: " Glenn Morris
2014-03-24 13:20       ` Glenn Morris
2014-04-08 17:20         ` bug#16832: " Glenn Morris
2014-04-09 15:38           ` Bastien
2014-04-09 15:38           ` Bastien
2014-04-08 17:20         ` Glenn Morris
2014-03-24 13:20       ` bug#17055: " Glenn Morris
2014-03-21 16:02     ` Eli Zaretskii
2014-03-21 16:49       ` Bastien
     [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           ` Sebastien Vauban
2014-03-21 20:09           ` Sebastien Vauban

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.