On Fri, 2014-05-02 at 12:52 +0200, Samuel Thibault wrote: > Svante Signell, le Fri 02 May 2014 12:45:56 +0200, a écrit : > > On Fri, 2014-05-02 at 12:00 +0200, Samuel Thibault wrote: > > > Samuel Thibault, le Fri 02 May 2014 11:57:53 +0200, a écrit : > > > > So we just need to fix guardsize in our libpthread. > > > > > > (And I'll have a look at it). > > > > Maybe this can fix the around 40 segfaults (of 50 failures) when split > > stack is disabled too? The segfaults are always around the same place in > > libpthread. > > Possibly, if libgo uses small stacks already.
Status update: For some (yet) unknown reason all libgo tests fails with a segfault when run in the build tree: make, sh or something else, the test commands are rather hard to track. However, running the tests manually, sigh!, after installing gccgo and libgo5 from gcc-4.9-4.9.0-1 with split stack support the result is as follows: Total: 122 PASS: 95 FAIL: 27 Number of tests succeeding with libpthread's stack guard fixed: 33 (and the other libc fixes) Note: In many of the failing tests, only a small subset of each test fails. GNU/Hurd should now to be considered for upstream inclusion? Updated patches will be sent again to gcc-patches for review.