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

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 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-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

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

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

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: [PATCH 0/1] Fix deadlocks related to child processes

2018-10-29 Thread Corinna Vinschen
On Oct 28 16:22, David McFarland wrote: > For a long time I've been struggling with intermittent deadlocks and > segfaults in emacs, seemingly related to invoking child processes. I > recently found a reliable way to reproduce one such deadlock: > > - install clean cygwin with: emacs-w32, clang

[newlib-cygwin] Cygwin: Fix cygheap corruption caused by cloned atomic buffer

2018-10-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=af85fdd73f6ac87e02ee2872e415e7e89d7111f4 commit af85fdd73f6ac87e02ee2872e415e7e89d7111f4 Author: David McFarland Date: Sun Oct 28 16:22:44 2018 -0300 Cygwin: Fix cygheap corruption caused by cloned atomic buffer The

[newlib-cygwin] Cygwin: fix memory corruption/SEGV if certain socket functions fail

2018-10-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2bbe8697d8f14eca88d8d45c11a5a58e879a3c0f commit 2bbe8697d8f14eca88d8d45c11a5a58e879a3c0f Author: Corinna Vinschen Date: Mon Oct 29 16:12:54 2018 +0100 Cygwin: fix memory corruption/SEGV if certain socket functions fail