Re: no stdout/stderr from cygwin compiled exe

2013-06-02 Thread Balaji Venkataraman
On Fri, May 31, 2013 at 9:42 PM, marco atzeri wrote: > Are you running the program inside mintty or what ? That was genius IMO. I am using Console2 (have been using it for a long time now) to run Cygwin since I usually have multiple tabs open (cygwin, cygwin64, mingw, msvc etc.). But I never tho

pthread_join() problem

2013-06-02 Thread David Stacey
I'm trying to get Poco[1] working under Cygwin, and have hit a problem with the way it manages its threads. A short example (attached) shows what's going on. Poco creates a global object that is used for managing various threads. In the destructor, the class calls pthread_join() to wait for th

[ANNOUNCEMENT] Updated: flac-1.3.0-1

2013-06-02 Thread David Rothenberger
A new version the flac, flac-devel, libFLAC8, and libFLAC++6 packages are now available for download. The HTML documentation has been moved to a new flac-doc package. NEWS: = This is a new upstream release. Please see http://flac.sourceforge.net/changelog.html#flac_1_3_0 for the list of chang

[ANNOUNCEMENT] Updated: subversion-1.7.10-1

2013-06-02 Thread David Rothenberger
NEWS: = See CHANGES (URL below) for more information about the differences between 1.7.10 and previous Subversion releases. IMPORTANT: Please read the release notes (URL below) before upgrading from a previous major release. 1.7 includes a new working copy format with a manual upgrade operatio

[ANNOUNCEMENT] Updated: {libogg,libogg-devel,libogg0}-1.3.1-1

2013-06-02 Thread David Rothenberger
A new version the libogg, libogg-devel, and libogg0 packages are now available for download. NEWS: = This is a new upstream release, with upstream changes listed below. DESCRIPTION: Ogg project codecs use the Ogg bitstream format to arrange the raw, compressed bitstream into a mo

Re: sqlite3: bug with monotone

2013-06-02 Thread Corinna Vinschen
On Jun 2 12:31, Corinna Vinschen wrote: > [...] > fcntl (fd, F_LCK_MANDATORY, 1); > [...] > I'm just about to generate a 2013-06-02 developer snapshot for 32 bit, > a 64 bit DLL will follow tomorrow. 64 bit test release 1.7.19-9 uploaded. > Please give the 32 bit snapshot a try ASAP. I intend

Re: sqlite3: bug with monotone

2013-06-02 Thread Corinna Vinschen
Hi Warren, On Jun 1 12:57, Corinna Vinschen wrote: > If F_MDLCK is not such a bright idea, maybe another fcntl is? Something > along these lines: > > fd = open ("my.db", ...); > #ifdef __CYGWIN__ > fcntl (fd, F_SETLK_MAND, 1); > #endif > > As for the user, we could add the g+S,g-x

Re: Please merge the patch posted in cygwin mail archive.

2013-06-02 Thread Corinna Vinschen
On Jun 2 15:39, Toshiaki Shimoi wrote: > If right and available, please merge the patch into cygwin. > > Mail archive title libsigsegv progress: SIGSEGV and siginfo_t.si_addr > URL http://cygwin.com/ml/cygwin/2009-07/msg00817.html The patch has gone lost accidentally, as far as I can see. I r

Re: Shadowcopy volume block devices

2013-06-02 Thread Micky
> Thanks, but my "implementation" just opens the device and reads from > it. There's no other magic involved. If it doesn't copy zero blocks, > it's an OS feature. Quite interesting. If it's reading blocks from start to end of the device, I wonder what's different with dd on cmd.exe using win32

Re: Using native symlinks

2013-06-02 Thread Corinna Vinschen
On May 30 09:28, Jeffrey Altman wrote: > On 5/30/2013 5:03 AM, Corinna Vinschen wrote: > > > On the other hand, in the same situation the UAC-crippled admins's token > > does not contain the "Create symbolic links" right: > > > > $ /cygdrive/c/Windows/System32/whoami /priv > > > > PRIVILEGES

Re: Shadowcopy volume block devices

2013-06-02 Thread Corinna Vinschen
On Jun 1 19:46, Micky wrote: > > I'm looking forward to your feedback. > > This is now working like a charm! On the upside, I noticed one more > thing. Unlike dd on traditional cmd, your implementation doesn't copy > the zero blocks -- which to its considerable benefit is a humongous > time saver