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 expla

FNCE Attendees register portal

2018-10-29 Thread Jeannine Mason
Dear Exhibitors, May we wish you every success in the forthcoming exhibition. Use of the mailing list is meant to facilitate your company's pre-show and post-show marketing efforts for the 2018 Food & Nutrition Conference & ExpoT (FNCER). This License Agreement allows for a unlimited of the

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 Cygwi

Cross build of newlib-cygwin release tag cygwin-2_11_1-release.

2018-10-29 Thread cyg Simple
I'm trying to cross build the Cygwin source on a VirtualBox Arch Linux with GCC-7.3.0 and Binutils 2.31. The process I am using clones the master repository and then does a checkout of the release tag. Here is the configure command from the head of the config.log. ``` $ head /home/cygsimple/src/s

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 gues

Re: Supplying a patched package

2018-10-29 Thread Ken Brown
On 10/28/2018 12:43 PM, Rob Arthan wrote: > I have an application that is available for the main UN*X implementations > and uses the OpenMotif library. It currently works fine on Cygwin using > the motif-2.3.6-1 package. I am working on enhancing it to use Unicode > and UTF-8 to display mathematica

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 th