Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Corinna Vinschen
On Jul 15 09:08, Eric Blake wrote: > On 07/15/2015 08:24 AM, Ken Brown wrote: > >> Got it. What's needed is a Cygwin-specific fault-*.h file which exposes > >> how to fetch the stack pointer register from mcontext_t. As you can see > >> from the plethora of fault-*.h files in the src subdir, this

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Eric Blake
On 07/15/2015 08:24 AM, Ken Brown wrote: >> Got it. What's needed is a Cygwin-specific fault-*.h file which exposes >> how to fetch the stack pointer register from mcontext_t. As you can see >> from the plethora of fault-*.h files in the src subdir, this is highly >> system-specific anyway. >> >>

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Ken Brown
On 7/15/2015 8:44 AM, Corinna Vinschen wrote: On Jul 15 09:51, Corinna Vinschen wrote: Hi guys, On Jul 14 22:07, Ken Brown wrote: Entering directory '/home/kbrown/src/cyglibsigsegv/libsigsegv-2.10-1.x86_64/build/tests' Test passed. PASS: sigsegv1.exe Test passed. PASS: sigsegv2.exe Doing SIGSE

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Corinna Vinschen
On Jul 15 09:51, Corinna Vinschen wrote: > Hi guys, > > On Jul 14 22:07, Ken Brown wrote: > > Entering directory > > '/home/kbrown/src/cyglibsigsegv/libsigsegv-2.10-1.x86_64/build/tests' > > Test passed. > > PASS: sigsegv1.exe > > Test passed. > > PASS: sigsegv2.exe > > Doing SIGSEGV pass 1. > > S

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Corinna Vinschen
Hi guys, On Jul 14 22:07, Ken Brown wrote: > On 7/14/2015 6:03 PM, Eric Blake wrote: > >On 07/08/2015 01:39 PM, Warren Young wrote: > >>A search for "sigaltstack” on code.openhub.net found only 95 projects with > >>this string in their source code, almost entirely consisting of *receivers* > >>o

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-14 Thread Ken Brown
On 7/14/2015 6:03 PM, Eric Blake wrote: On 07/08/2015 01:39 PM, Warren Young wrote: - New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ, SIGSTKSZ. Since these were entirely missing before, this can’t be tested without rebuilding software, right? Whe

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-14 Thread Eric Blake
On 07/08/2015 01:39 PM, Warren Young wrote: >> - New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, >> SS_DISABLE, >> MINSIGSTKSZ, SIGSTKSZ. > > Since these were entirely missing before, this can’t be tested without > rebuilding software, right? When rebuilt, existing Cygwin pa

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-09 Thread Corinna Vinschen
On Jul 8 13:39, Warren Young wrote: > On Jul 5, 2015, at 3:34 PM, Corinna Vinschen > wrote: > > ...RLIMIT_STACK...RLIM_INFINITY. > > This should fix the Emacs crash you reference later in this message > without rebuilding Emacs, right? > > I’m not an Emacs user, as you know, but is there an ST

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-08 Thread Ken Brown
On 7/8/2015 3:39 PM, Warren Young wrote: On Jul 5, 2015, at 3:34 PM, Corinna Vinschen wrote: ...RLIMIT_STACK...RLIM_INFINITY. This should fix the Emacs crash you reference later in this message without rebuilding Emacs, right? I’m not an Emacs user, as you know, but is there an STC for the

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-08 Thread Warren Young
On Jul 5, 2015, at 3:34 PM, Corinna Vinschen wrote: > ...RLIMIT_STACK...RLIM_INFINITY. This should fix the Emacs crash you reference later in this message without rebuilding Emacs, right? I’m not an Emacs user, as you know, but is there an STC for the Emacsizens to try on their systems? > - N