gdb: interrupt program with ctrl-C works, but cannot continue

2014-01-18 Thread Kris Thielemans
Hi I'm using Cygwin gdb 7.6.50.20130728-cvs (cygwin-special) to debug my program compiled with cygwin g++ 4.8.2. I'm trying to interrupt my program with ctrl-C to see where it is (info stack), and then to use continue to keep on going. Unfortunately, after this, my program exits (gdb doesn't). I

Re: socat with IP6 support?

2014-01-18 Thread Corinna Vinschen
On Jan 17 15:39, Aaron Humphrey wrote: On Fri, Jan 17, 2014 at 3:19 PM, Corinna Vinschen wrote: Our ipv6 stuff is in cygwin/in6.h, which is included by cygwin/in.h, which in turn is included by netinet/in.h. Ah, that explains it. We could fetch FreeBSDs netinet/ip6.h. In contrast to

Corrupted tar-ball in Cygwin-x86_64

2014-01-18 Thread Angelo Graziosi
When I try to update my Cygwin64 installation (on a virtualBox Win7-64 installation) I get an error about the cygwin32-1.7.27-1.tar.xz package which seems corrupted. This is confirmed from command line on which i get: $ tar -rf cygwin32-1.7.27-1.tar.xz tar: Impossibile aggiornare archivi

Re: Corrupted tar-ball in Cygwin-x86_64

2014-01-18 Thread Marco Atzeri
On 18/01/2014 13:01, Angelo Graziosi wrote: When I try to update my Cygwin64 installation (on a virtualBox Win7-64 installation) I get an error about the cygwin32-1.7.27-1.tar.xz package which seems corrupted. This is confirmed from command line on which i get: $ tar -rf

Re: Corrupted tar-ball in Cygwin-x86_64

2014-01-18 Thread Marco Atzeri
On 18/01/2014 13:43, Marco Atzeri wrote: On 18/01/2014 13:01, Angelo Graziosi wrote: When I try to update my Cygwin64 installation (on a virtualBox Win7-64 installation) I get an error about the cygwin32-1.7.27-1.tar.xz package which seems corrupted. This is confirmed from command line on

Re: socat with IP6 support?

2014-01-18 Thread Christopher Faylor
On Sat, Jan 18, 2014 at 12:47:51PM +0100, Corinna Vinschen wrote: ...I added the ip6.h header nevertheless for the upcoming Cygwin 1.7.28. A new snapshot is building now. Should be ready soon. cgf -- Problem reports: http://cygwin.com/problems.html FAQ:

Bug: grep -P crash when grepping a file containing a byte 0xF5

2014-01-18 Thread Bill Meier
Hi: I recently noticed that cygwin 'grep -P' crashes when grepping over a file which contains a byte 0xF5. $ od -t x1 tfx.txt 000 f5 001 $ grep -P a tfx.txt Aborted (core dumped) $ grep -E a tfx.txt $ Cygwin Configuration Diagnostics Current System Time: Sat Jan 18 15:46:23

Re: Bug: grep -P crash when grepping a file containing a byte 0xF5

2014-01-18 Thread Christopher Faylor
On Sat, Jan 18, 2014 at 04:36:10PM -0500, Bill Meier wrote: Hi: I recently noticed that cygwin 'grep -P' crashes when grepping over a file which contains a byte 0xF5. $ od -t x1 tfx.txt 000 f5 001 $ grep -P a tfx.txt Aborted (core dumped) $ grep -E a tfx.txt $ This seems to be

[ANNOUNCEMENT] Updated: grep-2.16-1 (x86 / x86_64)

2014-01-18 Thread Christopher Faylor
I've made a new version of 'grep' available for download. This updates the package to the latest version available from ftp.gnu.org. Grep searches through textual input for lines which contain a match to a specified pattern and then prints the matching lines. GNU's grep utilities include grep,

Re: Corrupted tar-ball in Cygwin-x86_64

2014-01-18 Thread Yaakov (Cygwin/X)
On 2014-01-18 06:01, Angelo Graziosi wrote: When I try to update my Cygwin64 installation (on a virtualBox Win7-64 installation) I get an error about the cygwin32-1.7.27-1.tar.xz package which seems corrupted. Fixed in cygwin32-1.7.27-2. Yaakov -- Problem reports:

Updated: grep-2.16-1 (x86 / x86_64)

2014-01-18 Thread Christopher Faylor
I've made a new version of 'grep' available for download. This updates the package to the latest version available from ftp.gnu.org. Grep searches through textual input for lines which contain a match to a specified pattern and then prints the matching lines. GNU's grep utilities include grep,