emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12040: closed (24.1.50; `term' hangs on FreeBSD 10


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12040: closed (24.1.50; `term' hangs on FreeBSD 10.0-CURRENT without pty(4))
Date: Fri, 17 Aug 2012 07:31:02 +0000

Your message dated Fri, 17 Aug 2012 03:21:49 -0400
with message-id <address@hidden>
and subject line Re: bug#12040: 24.1.50; `term' hangs on FreeBSD 10.0-CURRENT 
without pty(4)
has caused the debbugs.gnu.org bug report #12040,
regarding 24.1.50; `term' hangs on FreeBSD 10.0-CURRENT without pty(4)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12040: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12040
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.1.50; `term' hangs on FreeBSD 10.0-CURRENT without pty(4) Date: Mon, 23 Jul 2012 23:31:27 +1200
Starting with FreeBSD 8.0-RELEASE the system uses new tty layer that no
longer supports old style pseudo ttys *unless* pty(4) kernel module is
loaded. However, pty(4) device is still included in GENERIC kernel on
all releases except 10.0-CURRENT (removed in r233271).

  $ emacs -Q
  M-x term
  <hangs here>

  $ sudo kldload pty
  [try again]

A few ways to solve this:
- use openpty() in -lutil like darwin
- add use posix_openpt() support

http://svn.freebsd.org/changeset/base/233271
https://pub.allbsd.org/FreeBSD-snapshots/ # for testing, seems to be down atm

Attachment: openpty.diff
Description: Text Data

Attachment: posix_openpt.diff
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#12040: 24.1.50; `term' hangs on FreeBSD 10.0-CURRENT without pty(4) Date: Fri, 17 Aug 2012 03:21:49 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.3

Thanks, I'm convinced. I installed the posix_openpt change for freebsd
and netbsd to the trunk, currently expected to be released as 24.3. I
left darwin alone for the time being.


--- End Message ---

reply via email to

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