Re: non-blocking accept() can hang.

2013-02-19 Thread Corinna Vinschen
On Feb 20 07:16, Tanaka Akira wrote: > 2013/2/19 Corinna Vinschen > > > > I debugged your example code, and it can't work on Cygwin. The problem > > is that accept/connect on AF_LOCAL sockets performs a handshake > > operation to make sure that the other side of the socket is a Cygwin > > process

Re: Weird threading / __thread behavior

2013-02-19 Thread Ryan Johnson
On 19/02/2013 6:07 PM, Zach Saw wrote: Zach Saw gmail.com> writes: Thank you so much for your help. Really appreciate it. I'll give the config flags a go and see how it turns out. Appreciate the explanations/notes too! Especially the bits about using the flags from Cygwin gcc. Gave the confi

Re: Weird threading / __thread behavior

2013-02-19 Thread Zach Saw
Zach Saw gmail.com> writes: > Thank you so much for your help. Really appreciate it. I'll give the config > flags a go and see how it turns out. Appreciate the explanations/notes too! > Especially the bits about using the flags from Cygwin gcc. > Gave the config flags a go and GCC 4.7.2 __thr

Re: non-blocking accept() can hang.

2013-02-19 Thread Tanaka Akira
2013/2/19 Corinna Vinschen > > I debugged your example code, and it can't work on Cygwin. The problem > is that accept/connect on AF_LOCAL sockets performs a handshake > operation to make sure that the other side of the socket is a Cygwin > process as well, and to propagate credential information

Re: non-blocking accept() can hang.

2013-02-19 Thread Corinna Vinschen
On Feb 12 10:52, Tanaka Akira wrote: > 2013/2/8 marco atzeri : > > > you can also test by yourself > > http://cygwin.com/snapshots/ > > I see. I re-tested after replacing /bin/cygwin1.dll. > > Unfortunately, the program still block. > (Good news is that ^C is effective. > I don't need to kill t

Re: psql crashes with snapshot - after rebase

2013-02-19 Thread marco atzeri
On 2/19/2013 6:51 AM, marco atzeri wrote: From a DOS prompt: psql --version 1 [main] psql 3196 exception::handle: Exception: STATUS_ACCESS_VIOLATION 626 [main] psql 3196 open_stackdumpfile: Dumping stack trace to psql.exe.stackdump And from a bash prompt: $ psql --version Segmentation faul

[ANNOUNCEMENT] Updated: cygport-0.11.3-1

2013-02-19 Thread Yaakov (Cygwin/X)
I have just released cygport-0.11.3 for the Cygwin distribution and the Fedora Cygwin repository. New in this release: * Preliminary support for x86_64-cygwin host. * Cross-compiling to x86_64-cygwin from either i686-Cygwin or Linux can be enabled with cygport --64 foo.cygport [command(s)]. * N