As reported in https://bugzilla.redhat.com/show_bug.cgi?id=1040576, the default stack trace needs to be also increased on s390 platforms to prevent rhino segfault.
---- Pushed as a one-liner (verified in Bugzilla) to master, ipa-3-3. Rawhide and F20 builds were kicked off as well. -- Martin Kosek <mko...@redhat.com> Supervisor, Software Engineering - Identity Management Team Red Hat Inc.
From 4173615f8d6c6bc55171100ca5b3e072871a723b Mon Sep 17 00:00:00 2001 From: Martin Kosek <mko...@redhat.com> Date: Fri, 3 Jan 2014 13:52:54 +0100 Subject: [PATCH] Increase Java stack size on s390 platforms As reported in https://bugzilla.redhat.com/show_bug.cgi?id=1040576, the default stack trace needs to be also increased on s390 platforms to prevent rhino segfault. --- freeipa.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 0e320ed3ae2d0e9d8471614c0475257f0a301985..acbbcfcbeff3127aca7a178ca9410df5dabec110 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -322,8 +322,8 @@ This package contains tests that verify IPA functionality. %setup -n freeipa-%{version} -q %build -%ifarch ppc %{power64} -# UI compilation segfaulted on ppc platforms when stack was lower (#1040576) +%ifarch ppc %{power64} s390 s390x +# UI compilation segfaulted on some arches when the stack was lower (#1040576) export JAVA_STACK_SIZE="8m" %endif export CFLAGS="%{optflags} $CFLAGS" -- 1.8.4.2
_______________________________________________ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel