emacs-devel
[Top][All Lists]
Advanced

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

Re: branch master segfault (2019-02-05)


From: Eli Zaretskii
Subject: Re: branch master segfault (2019-02-05)
Date: Wed, 06 Feb 2019 17:44:25 +0200

> From: Philippe Vaucher <address@hidden>
> Date: Wed, 6 Feb 2019 10:30:06 +0100
> 
> Okay, Emacs works if I in term.c:753 if I use this:
> 
> ```
> coding = FRAME_TERMINAL_CODING (f);
> ```
> 
> instead of:
> 
> ```
> coding = (FRAME_TERMINAL_CODING (f)->common_flags & 
> CODING_REQUIRE_ENCODING_MASK ?
> FRAME_TERMINAL_CODING (f) : &safe_terminal_coding);
> ```
> 
> I know docker allocates a "pseudo TTY", so probably that there's a 
> misdetection happening here.

No, it isn't misdetection.  The problem is that safe_terminal_coding
is not set up.



reply via email to

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