all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Christopher Wellons <wellons@nullprogram.com>
Cc: 16152@debbugs.gnu.org
Subject: bug#16152: 24.3; Windows Emacs crash from pty EOF
Date: Sun, 15 Dec 2013 20:42:20 +0200	[thread overview]
Message-ID: <83ppoydkhf.fsf@gnu.org> (raw)
In-Reply-To: <87a9g2zv66.fsf@susie.zeus.nullprogram.com>

> From: Christopher Wellons <wellons@nullprogram.com>
> Date: Sat, 14 Dec 2013 21:48:17 -0500
> 
> The following expression causes Emacs to crash in Windows 7 (and
> probably other versions) with Emacs 24.3.1:
> 
>      (with-temp-buffer
>        (start-process "crash-emacs-bug" (current-buffer) nil)
>        (process-send-eof))
> 
> The `start-process' call here is creating a pty process (according to
> the docstring). The exact version string is (official GNU build):
> 
>     GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN

PTYs are not supported on MS-Windows.  I added some protection so that
Emacs doesn't crash (trunk revision 115538), but I doubt if Emacs will
do anything useful when start-process is called that way on Windows.

> This issue was originally discovered here:
> 
> https://github.com/skeeto/skewer-mode/issues/38

I don't use skeeto, so I have no idea what it tries to do in this
case.  So I cannot offer any advice for how to make skeeto work on
Windows in this case, nor tell if that is even possible.





  reply	other threads:[~2013-12-15 18:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-15  2:48 bug#16152: 24.3; Windows Emacs crash from pty EOF Christopher Wellons
2013-12-15 18:42 ` Eli Zaretskii [this message]
2016-06-15  1:56 ` Noam Postavsky

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ppoydkhf.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=16152@debbugs.gnu.org \
    --cc=wellons@nullprogram.com \
    /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 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.