Re: "Bad address" error with redirection (stdout and stderr) in background process

2012-01-12 Thread Christopher Faylor
On Fri, Jan 13, 2012 at 05:32:02AM +, Heiko Elger wrote: >Christopher Faylor >> > >> >No need to answer that. The upcoming snapshot should fix the problem. >> >> I forgot to say: Thanks for the simple test case. Those are always >> much appreciated. >> > >thanks a lot for your great work.

Re: "Bad address" error with redirection (stdout and stderr) in background process

2012-01-12 Thread Heiko Elger
Christopher Faylor > > >No need to answer that. The upcoming snapshot should fix the problem. > > I forgot to say: Thanks for the simple test case. Those are always > much appreciated. > thanks a lot for your great work. Is it possible to create a new snapshot til monday? best regards Heik

trouble with cgreen test runner in cygwin

2012-01-12 Thread Matt
Hi gang, Long time no post :) We wrote a kind of "reflective" test runner for the cgreen unit testing framework, which uses dlopen() and dlsym(). We're getting a failure under Cygwin and could use some guidance on how to debug the issue. While we suspect it's related to this post, http://cyg

Re: Opening new cygwin window with arguments

2012-01-12 Thread Paul Allen Newell
On 1/11/2012 10:38 PM, Paul Allen Newell wrote: On 1/11/2012 10:26 PM, Daniel Colascione wrote: Are you using Cygwin vim or a native win32 vim? Win32 console programs generally aren't happy in mintty, and you should use their Cygwin equivalents. Daniel: Thanks for the prompt reply. I just di

Re: MinGW gfortran and OpenMP issues...

2012-01-12 Thread Nick Chilton
Andrey, I have done this, but no difference. I copied the pthreadGC2.dll from the appropriate MinGW lib in cygwin to the folder and it runs fine! There is another problem however. While the program says it is running with 3 threads, it only runs using 25% cpu, spread over 3 cores (Core i5, quad c

Intermittent crashes of tcsh...

2012-01-12 Thread Paul Breslin
As described in several reports over the past couple of years, such as: http://cygwin.com/ml/cygwin/2011-01/msg00390.html I too am seeing regular (once or twice per day) crashes from tcsh. I'm also running Windows 7 (64-bit) with rxvt (several running). This has been an ongoing irritation. It's

Re: Cannot implement -x switch for diff

2012-01-12 Thread Dave Korn
On 12/01/2012 09:17, Fergus wrote: > Hello, > I want to compare the contents of two large directories whilst omitting > two subdirectories console5/ and console7/ common to both. But using any > combination of > diff -rq /d1 /d2 -x console > diff -rq /d1 /d2 -x console. > diff -rq /d1 /d2 -x "conso

Re: Can't get includes untangled

2012-01-12 Thread Dave Korn
On 10/01/2012 19:25, Larry Hall (Cygwin) wrote: > On 1/10/2012 2:17 PM, Jarome wrote: >> When I make my Windows 7 cygwin project, I keep getting >> In file included from /usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../ >> include/w32api/windows.h:98:0, >> from src/tkfPusher.c:23: >>

Re: Opening new cygwin window with arguments

2012-01-12 Thread Andy Koppe
On 12 January 2012 03:07, Jon Hughes wrote: > What I want to do is open a new cygwin window with a tail command, so > I have the parent process still running, and this runoff process in > another window. I've found cygstart, but I can't figure out the syntax > to do essentially this: > > cygstart s

Cannot implement -x switch for diff

2012-01-12 Thread Fergus
Hello, I want to compare the contents of two large directories whilst omitting two subdirectories console5/ and console7/ common to both. But using any combination of diff -rq /d1 /d2 -x console diff -rq /d1 /d2 -x console. diff -rq /d1 /d2 -x "console./" (and several others I thought might wor