Re: gdb 7.8 consistently fails to run executable - error is

2016-01-14 Thread Jon Turney
On 23/11/2015 15:09, Tim Chick wrote: Am 08.10.2014 um 14:12 schrieb Corinna Vinschen: On Sep 29 14:13, Dominik Straßer wrote: Hi all, Hi Corinna, I've dug into the gdb sources. The problem is in the cygwin-only part and is not about the PATH variable but about one single DLL file name.

[ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread Jon Turney
The following package has been updated in the Cygwin distribution: * gdb-7.10.1-1 The GNU debugger allows you to debug programs written in C, C++, an other languages, by executing them in a controlled fashion and printing their data. This is an update to the latest upstream version. See

Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread Jon Turney
The following package has been updated in the Cygwin distribution: * gdb-7.10.1-1 The GNU debugger allows you to debug programs written in C, C++, an other languages, by executing them in a controlled fashion and printing their data. This is an update to the latest upstream version. See

Re: gdb 7.8 consistently fails to run executable - error is

2016-01-14 Thread Tim Chick
Jon TURNEY wrote > Can you provide some more information about what path realpath() is > failing for, and do you have any idea why? The first one which fails for me is "c:\windows\system32\dgapi.dll" I believe this is some security software installed on my machine by my employer. I guess the

[PATCH] Update FAQ question and answer about gdb and signals

2016-01-14 Thread Jon Turney
Signed-off-by: Jon Turney --- winsup/doc/faq-programming.xml | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index af6102a..7f1ffd9 100644 ---

Cygwin.ico & Cygwin-Terminal.ico cannot be deleted

2016-01-14 Thread Ming
Hi all, After installed cygwin, I tried to delete the whole directory "cygwin", everything can be deleted, however Cygwin.ico & Cygwin-Terminal.ico will be re-created automatically. After reboot the server, I can delete the directory without problem. However, anyone know why? And how to delete

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.4.0-0.18

2016-01-14 Thread Corinna Vinschen
On Jan 13 12:48, random user wrote: > >> It's a bit late now to change how Cygwin constructs and evaluates ACLs. > > Sorry, with the holidays and other issues it wasn't possible for me to > look at the test drops earlier. We're testing this Cygwin change for four(!) months now. I release the

Re: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread William M. (Mike) Miller
On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney wrote: > > The following package has been updated in the Cygwin distribution: > > * gdb-7.10.1-1 > > The GNU debugger allows you to debug programs written in C, C++, an other > languages, by executing them in a controlled

[ANNOUNCEMENT] Updated: fzf v0.11.1

2016-01-14 Thread Adam Dinwoodie
fzf 0.11.1 has been uploaded and should be coming soon to a mirror near you. This update includes the following packages: - fzf - fzf-bash - fzf-bash-completion - fzf-zsh - fzf-zsh-completion - fzf-fish - fzf-vim This is an update to the latest upstream release; the upstream

Updated: fzf v0.11.1

2016-01-14 Thread Adam Dinwoodie
fzf 0.11.1 has been uploaded and should be coming soon to a mirror near you. This update includes the following packages: - fzf - fzf-bash - fzf-bash-completion - fzf-zsh - fzf-zsh-completion - fzf-fish - fzf-vim This is an update to the latest upstream release; the upstream

Re: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread Jon Turney
On 14/01/2016 15:53, William M. (Mike) Miller wrote: On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney wrote: The following package has been updated in the Cygwin distribution: * gdb-7.10.1-1 [...] Does this version contain the fix that was discussed here a few

Re: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)

2016-01-14 Thread William M. (Mike) Miller
On Thu, Jan 14, 2016 at 6:33 PM, Jon Turney wrote: > On 14/01/2016 15:53, William M. (Mike) Miller wrote: >> >> On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney >> wrote: >>> >>> >>> The following package has been updated in the Cygwin

short C code that uses AVX and fails under Cygwin

2016-01-14 Thread Ilya Razenshteyn
Hi all, the below C code fails under Cygwin. More specifically, the environment is: Windows 8.1, Cygwin 2.3.1, GCC 4.9.3, CPU 'Intel(R) Core(TM) i7-4510U CPU @ 2.00GHz', compilation options are '-O0 -mavx'. Is it indeed a bug in Cygwin or I don't understand something? Cheers, Ilya #include

Re: Cygwin.ico & Cygwin-Terminal.ico cannot be deleted

2016-01-14 Thread Larry Hall (Cygwin)
On 1/14/2016 3:24 AM, Ming wrote: Hi all, After installed cygwin, I tried to delete the whole directory "cygwin", everything can be deleted, however Cygwin.ico & Cygwin-Terminal.ico will be re-created automatically. After reboot the server, I can delete the directory without problem. However,

Re: short C code that uses AVX and fails under Cygwin

2016-01-14 Thread Ismail Donmez
Hi, On Thu, Jan 14, 2016 at 10:20 PM, Ilya Razenshteyn wrote: > Hi all, > > the below C code fails under Cygwin. More specifically, the environment is: > Windows 8.1, Cygwin 2.3.1, GCC 4.9.3, CPU 'Intel(R) Core(TM) i7-4510U CPU @ > 2.00GHz', compilation options are '-O0 -mavx'.

Re: short C code that uses AVX and fails under Cygwin

2016-01-14 Thread Ilya Razenshteyn
Looks like this is indeed what happens! Thanks a lot! Ilya On 1/14/2016 11:49 PM, Ismail Donmez wrote: Hi, On Thu, Jan 14, 2016 at 10:20 PM, Ilya Razenshteyn wrote: Hi all, the below C code fails under Cygwin. More specifically, the environment is: Windows 8.1, Cygwin

Re: short C code that uses AVX and fails under Cygwin

2016-01-14 Thread Warren Young
On Jan 14, 2016, at 1:20 PM, Ilya Razenshteyn wrote: > > the below C code fails under Cygwin. It segfaults here. Is that what you mean by “fails”? > the environment is: Windows 8.1, Cygwin 2.3.1, GCC 4.9.3, CPU 'Intel(R) > Core(TM) i7-4510U CPU @ 2.00GHz’ It fails on my

Latest X11 and num lock key.

2016-01-14 Thread K Stahl
Performed an update today (2016-01-14) which included the a new version of X11. When I started my window manager (FluxBox) I noticed that I could not use my numeric keypad. I found this odd as my keyboard stated that num lock was indeed turned on. I performed a google search and discovered that

Re: gdb 7.8 consistently fails to run executable - error is

2016-01-14 Thread Jon Turney
On 14/01/2016 16:02, Tim Chick wrote: Jon TURNEY wrote Can you provide some more information about what path realpath() is failing for, and do you have any idea why? The first one which fails for me is "c:\windows\system32\dgapi.dll" I believe this is some security software installed on my

Re: [PATCH] Update FAQ question and answer about gdb and signals

2016-01-14 Thread Corinna Vinschen
On Jan 14 18:05, Jon Turney wrote: > Signed-off-by: Jon Turney > --- > winsup/doc/faq-programming.xml | 19 +-- > 1 file changed, 13 insertions(+), 6 deletions(-) > > diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml >

Re: cygwin.dll: bug with select on Windows console / 2.4.0-0.19

2016-01-14 Thread Corinna Vinschen
On Jan 14 16:01, Thomas Wolff wrote: > I have retested some past problems of select with -0.19 and found no > regression issues. Thank you, that's good to know! Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=88726403f89a1b1723aaa191e0563abf4f82ffb6 commit 88726403f89a1b1723aaa191e0563abf4f82ffb6 Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc

Re: cygwin.dll: bug with select on Windows console / 2.4.0-0.19

2016-01-14 Thread Thomas Wolff
I have retested some past problems of select with -0.19 and found no regression issues. Thomas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0fc10297e3a235bd1a8546d5fb7ddea7c87f27ec commit 0fc10297e3a235bd1a8546d5fb7ddea7c87f27ec Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions *

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0955cd0c88185f56ca5d6717d578a815baf9c6c3 commit 0955cd0c88185f56ca5d6717d578a815baf9c6c3 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0305266b5fcfb6776eca562014d9d38aa6efe71a commit 0305266b5fcfb6776eca562014d9d38aa6efe71a Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace

[newlib-cygwin] Created branch 'topic/posix_acl_funcs'

2016-01-14 Thread Corinna Vinschen
The branch 'topic/posix_acl_funcs' was created pointing to: 0955cd0... acl_create_entry: Don't invalidate existing entry_d and per