Ticket #13733 (closed defect: fixed)
socat does not work with termios on OS X 10.5
| Reported by: | ralf@… | Owned by: | md@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | leopard | Cc: | jmr@…, raimue@… |
| Port: | socat |
Description (last modified by jmpp@…) (diff)
Socat does not work correctly under OSX 10.5 anymore.
$ socat TCP4-LISTEN:2200,reuseaddr SOCKS4A:localhost:remotehost:22,socksport=9050 Assertion failed: (3 << opt_tabdly.arg3 == TABDLY), function xioinitialize, file xioinitialize.c, line 38.
A fix will be attached to this ticket shortly.
Attachments
Change History
Changed 5 years ago by jmr@…
- Attachment socat-update.diff added
update to version 1.6.0.1, and disable termios on Leopard
comment:4 Changed 5 years ago by jmr@…
- Cc jmr@… added
- Keywords leopard added
- Summary changed from socat does not work on OSX 10.5 to socat does not work with termios on OS X 10.5
I went ahead and committed just the part that disables termios on Leopard in r36246. It's a workaround rather than a real solution, and it would be good if someone who understands termios better than I could get a real fix in upstream.
comment:6 Changed 4 years ago by jmr@…
- Cc md@… removed
- Owner changed from macports-tickets@… to md@…
- Port set to socat
Note: See
TracTickets for help on using
tickets.

