[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: epa problem has returned
From: |
Richard Stallman |
Subject: |
Re: epa problem has returned |
Date: |
Sun, 25 May 2014 12:01:03 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
When it hangs, can you attach GDB and show where is it looping? I
don't understand how come accept-process-output could hang when it is
called with a timeout of 1 sec.
I am running all the time under GDB.
I stopped it with a signal during that hang
and it was hung in `read', called from `emacs_read', called
from `read_process_output', called from `wait_running_process_output'.
I put a breakpoint on the line in `emacs_read' that calls read,
and it gets called over and over. `read' returns 0.
Another time it was in pselect called from xg_select called from
wait_running_process_output.
I tried stepping and saw that it went around the big loop
in wait_running_process_output (starting at line 4333)
and did not exit it.
I don't know where and how it is supposed to exit,
so I could not tell why it was wrong.
I can't recall, and can't find, the GDB command to direct
GDB output to a file.
Is the process object with which accept-process-output is called alive
at the time of the hang?
Yes. The process status is `run'.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use Ekiga or an ordinary phone call.
- epa problem has returned, Richard Stallman, 2014/05/19
- epa problem has returned, Richard Stallman, 2014/05/20
- Re: epa problem has returned, T.V Raman, 2014/05/20
- Re: epa problem has returned, Eli Zaretskii, 2014/05/24
- Re: epa problem has returned, raman, 2014/05/24
- Re: epa problem has returned,
Richard Stallman <=
- Re: epa problem has returned, Jorgen Schaefer, 2014/05/25
- Re: epa problem has returned, Eli Zaretskii, 2014/05/26
- Re: epa problem has returned, Paul Eggert, 2014/05/26
- Re: epa problem has returned, Richard Stallman, 2014/05/27
- Re: epa problem has returned, Eli Zaretskii, 2014/05/27
- Re: epa problem has returned, Paul Eggert, 2014/05/27