help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Process shell finished" on Windows


From: Galen Boyer
Subject: Re: "Process shell finished" on Windows
Date: Fri, 13 Jan 2023 17:42:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)

Galen Boyer <galendboyer@gmail.com> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
>
>>> From: Galen Boyer <galendboyer@gmail.com>
>>> Date: Fri, 13 Jan 2023 09:49:07 -0500
>>> 
>>> Just hoping someone might be able to give me some pointers on where to
>>> turn to debug this?  
>>
>> I would start by looking in the Windows Event Log, under Applications.
>> It sounds like the shell dies for some reason, and the Windows Event
>> Log could have some hint about the reason(s).
>
> I'm already seeing very helpful information.
>
> Thank you so much!

Not done, but decided I would try to get some information from edebug.  

In comint.el, line #1914 we see the following code.

        (set-marker comint-accum-marker nil)
        (let ((comint-input-sender-no-newline no-newline))
          (funcall comint-input-sender proc input).)

When the command prompt first displayed "Process shell finished"
the cursor was at the `.' above.

I'm not sure how useful the above might be but maybe long-term Elisp
folks as yourself might be able to let me know if digging further this
route might be helpful?

--
Galen Boyer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]