Re: problem

2014-04-27 Thread Adam Dinwoodie
On 27 April 2014 10:36, Farrokh Razavi wrote: > win 8.1 > > 0 [main] bash 3888 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. > please help me > thanks Help us to help you. You've given us *exceptionally* little information to work out what the problem is here. See the below link, an

problem

2014-04-27 Thread Farrokh Razavi
win 8.1 0 [main] bash 3888 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. please help me thanks -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cyg

Re: Screen crippled by applications using alternative screen

2014-04-27 Thread Houder
Hi David Ferenczy, >> I'm still having issues with applications which use alternative screen >> for output (LESS, MAN). When I exit that application, its output stays >> on screen, prompt is displayed over it. > > [snip] > >> Example steps to reproduce the issue: >> >> 1. execute "man grep" >> 2.

Bug at getsockopt when TCP_NODELAY is used as parameter

2014-04-27 Thread jdzstz
While compiling varnish 3.0.5, I have detected a possible bug at getsockopt when TCP_NODELAY is used as parameter. The issue is caused because at cygwin it returns a BOOL, instead returning INT value like at Linux. At varnish 3.0.5, the following code at "sock_test(int fd)" uses getsockopt: