zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

zedrem seems to be stuck #482

Closed abloch closed 9 years ago

abloch commented 9 years ago

I issued ./zedrem and it got stuck. using strace it seems like a server problem:

connect(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("107.170.81.21")}, 16) = -1 EINPROGRESS (Operation now in progress)
epoll_create1(O_CLOEXEC)                = 5
epoll_ctl(5, EPOLL_CTL_ADD, 4, {EPOLLIN|EPOLLOUT|EPOLLET|0x2000, {u32=2846585544, u64=139924291154632}}) = 0
epoll_wait(5, {}, 128, 0)               = 0
epoll_wait(5, {{EPOLLOUT, {u32=2846585544, u64=139924291154632}}}, 128, 4294967295) = 1
futex(0x877620, FUTEX_WAKE, 1)          = 1
getsockopt(4, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
getsockname(4, {sa_family=AF_INET, sin_port=htons(56969), sin_addr=inet_addr("5.153.4.62")}, [16]) = 0
getpeername(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("107.170.81.21")}, [16]) = 0
setsockopt(4, SOL_TCP, TCP_NODELAY, [1], 4) = 0
write(4, "\26\3\1\0\217\1\0\0\213\3\3x\252\355\342\tz\351RJ\241[\225\340\253#{\272\22E\2007"..., 148) = 148
read(4, 0xc208052800, 1024)             = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(5, {}, 128, 0)               = 0
epoll_wait(5,
creationix commented 9 years ago

I have the same problem on my boxes. FYI they are all archlinux.

zefhemel commented 9 years ago

Sorry for the late reply, does this still happen? It seems to work for me just fine.

zefhemel commented 9 years ago

Please reopen if this is still an issue.

abloch commented 9 years ago

I can confirm that it works now. thanks