IMHO the patches seem to be correct and required.
Helge
On 2019-08-12 3:14 p.m., John David Anglin wrote:
> @@ -573,6 +582,7 @@ get_stack(void **addr, size_t *size)
> # ifdef HAVE_PTHREAD_ATTR_GETSTACK
> CHECK_ERR(pthread_attr_getstack(&attr, addr, size));
> STACK_DIR_UPPER((void)0, (void)(*addr = (char *)*addr + *size));
> +*size *= 4;
>
On 2019-08-10 6:17 p.m., John David Anglin wrote:
> I tend to think get_main_stack should be modified to
> reflect that the main stack is growable. Possibly, the size obtained by
> get_main_stack should
> be modified based on the setting of one of the RUBY_THREAD_VM_STACK_SIZE
> defines.
The at
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 2018-04-01 10:17 a.m., Antonio Terceiro wrote:
> On Sat, Mar 31, 2018 at 04:42:36PM -0400, John David Anglin wrote: >> Source:
> ruby2.5 >> Version: 2.5.x >> Followup-For: Bug #881773 >> >> Dear Maintainer,
> >> >> In the 2.5.1 build, test #3
On 2018-04-01 10:17 AM, Antonio Terceiro wrote:
I don't think working around this in the tests is the correct solution
to the issue. There was a similar problem on ppc64el recently, maybe you
can find a similar solution for hppa:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881772
I played
On Sat, Mar 31, 2018 at 04:42:36PM -0400, John David Anglin wrote:
> Source: ruby2.5
> Version: 2.5.x
> Followup-For: Bug #881773
>
> Dear Maintainer,
>
> In the 2.5.1 build, test #361 fails as follows:
>
> #361 test_insns.rb:389:in `block in ' F 0.090
> stderr output is not empty
>bootstrap
Source: ruby2.5
Version: 2.5.x
Followup-For: Bug #881773
Dear Maintainer,
In the 2.5.1 build, test #361 fails as follows:
#361 test_insns.rb:389:in `block in ' F 0.090
stderr output is not empty
bootstraptest.tmp.rb:3:in `once': stack level too deep (SystemStackError)
from bootstra
Source: ruby2.5
Version: 2.5.0~preview1-1
Severity: important
Tags: upstream
Justification: fails to build from source
The build of ruby2.5 for hppa (admittedly not a release architecture)
failed per the below excerpt from
https://buildd.debian.org/status/fetch.php?pkg=ruby2.5&arch=hppa&ver=2.5.0%
8 matches
Mail list logo