Re: Ping crashes

2018-10-30 Thread Corinna Vinschen
On Oct 29 23:59, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > > I just pushed a patch supposed to fix this issue. The bug is actually > > worse and potentially affects more than just ping. Every time a socket, > > socketpair, or accept call fails for some reason, there's a potential >

Re: Ping crashes

2018-10-30 Thread Corinna Vinschen
On Oct 29 17:39, Houder wrote: > On Mon, 29 Oct 2018 16:40:43, Corinna Vinschen wrote: > > > > On Oct 27 15:25, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > > > Hello, > > > > > > I have a problem with the ping utility on Cygwin: it keeps crashing with = > > segmentation fault. I've

Re: Ping crashes

2018-10-29 Thread Andrey Repin
Greetings, Corinna Vinschen! > I just pushed a patch supposed to fix this issue. The bug is actually > worse and potentially affects more than just ping. Every time a socket, > socketpair, or accept call fails for some reason, there's a potential > SEGV. Oh, boy, oh boy. I wonder if that

Re: Ping crashes

2018-10-29 Thread Houder
On Mon, 29 Oct 2018 16:40:43, Corinna Vinschen wrote: > > On Oct 27 15:25, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > > Hello, > > > > I have a problem with the ping utility on Cygwin: it keeps crashing with = > segmentation fault. I've checked that all my packages (including

Re: Ping crashes

2018-10-29 Thread Corinna Vinschen
On Oct 27 15:25, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > Hello, > > I have a problem with the ping utility on Cygwin: it keeps crashing with > segmentation fault. I've checked that all my packages (including Cygwin core) > are up to date. What am I missing? At any rate, I

Re: Ping crashes

2018-10-29 Thread Takashi Yano
Hello, Anton. I'm a maintainer of ping package. Thank you for your report. Ping requires administrator privilege in windows OSs older than Windows 10 build 14926. In such OSs, ping should result in error: 'ping: Lacking privilege for raw socket.' However, with cygwin 2.11.0 or later, it seems

Re: Ping crashes

2018-10-27 Thread Houder
On Sat, 27 Oct 2018 15:25:50, X wrote: > Hello, > > I have a problem with the ping utility on Cygwin: it keeps crashing with se= > gmentation fault. I've checked that all my packages (including Cygwin core) [snip] > $ ping 192.168.1.1 > Segmentation fault (core dumped) Related?

Re: Ping crashes

2018-10-27 Thread Houder
On Sat, 27 Oct 2018 15:25:50, X wrote: > Hello, > > I have a problem with the ping utility on Cygwin: it keeps crashing with se= > gmentation fault. I've checked that all my packages (including Cygwin core) [snip] > $ ping 192.168.1.1 > Segmentation fault (core dumped) Confirmed ... That