The latest build from the Integration_3.0.0 ( d6e315d ) and master ( 50fbc36 ) fails to launch, and fails the tests at the Ctrl-C cancellation by hanging indefinitely, under Cygwin.
Running fish -d5 leaves me with an infinitely-looping output that finishes up like this:
<4> fish: proc::read_try('status current-command')
<4> fish: io_buffer_t::read: blocking read on fd 5
<4> fish: Created pipe using fds 5 and 6
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/fish_title.fish
<4> fish: Created pipe using fds 7 and 8
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/fish_title.fish
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/__fish_pwd.fish
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/fish_title.fish
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/__fish_pwd.fish
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/__fish_pwd.fish
<4> fish: Created pipe using fds 9 and 10
<5> fish: intern /home/zanchey/src/fish-shell/share/functions/__fish_pwd.fish
<5> fish: path_get_path( 'uname' )
<4> fish: env_export_arr() recalc
<4> fish: Fork #1, pid 5984: spawn external command '/usr/bin/uname' from '/home/zanchey/src/fish-shell/share/functions/__fish_pwd.fish'
<3> fish: Created job 5 from command 'uname' with pgrp 5384
<4> fish: Start job 5, gid 5384 (uname), UNCOMPLETED, NON-INTERACTIVE
<4> fish: select_try on fd 9
<4> fish: select_try hit timeout
<4> fish: select_try: no fds returned valid data within the timeout
<4> fish: select_try on fd 9
<4> fish: proc::read_try('uname')
<5> fish: Skipping wait on incomplete job 4 (source ...)
<5> fish: Skipping wait on incomplete job 1 (fish_title ...)
<4> fish: select_try on fd 9
<4> fish: select_try hit timeout
<4> fish: select_try: no fds returned valid data within the timeout
<5> fish: Skipping wait on incomplete job 4 (source ...)
<5> fish: Skipping wait on incomplete job 1 (fish_title ...)
(repeats from select_try on fd 9 forever)
Getting builds on Cygwin involves an astonishing amount of yak-shaving for me (recent searches include "freebsd nfs tuning", "roaming profile gpo samba 4", "ipv6 preferred address", and "tomcat log"), so I don't even want to think what getting a debugging build is going to involve. @mqudsi, any thoughts?