Go to file
David Sommerseth 2617f03d5b Add ulimit -s 16384 to avoid segfault on PPC64 during make check
The issue is related to the stack being too small when running the
ok-errors.R test case.  This test will cause an infinite recursion
loop, which should be interrupted by R.  On x86_64, this works as
expected.  On ppc64, the stack size needs to be doubled to 16384
(ulimit -s 16384) to be able to run successfully, otherwise the
segfault will happen.

RHBZ: 1136388

Signed-off-by: David Sommerseth <davids@redhat.com>
2014-09-16 23:10:40 +02:00
.gitignore 3.1.1 2014-07-15 16:42:38 -04:00
macros.R Add scripts and macros to make R packaging easier. 2007-07-06 22:07:47 +00:00
R-3.0.1-arm-compile-fix.patch fix arm compile 2013-08-12 14:02:22 -04:00
R-3.0.2-system-tre.patch add support for using system tre on f21+, el7+ 2014-02-07 15:57:15 -05:00
R-make-search-index.sh 3.0.1 2013-05-17 16:55:52 -04:00
R.csh fix profile scripts to handle case where R_HOME is already defined 2009-03-28 16:42:48 +00:00
R.sh fix profile scripts to handle case where R_HOME is already defined 2009-03-28 16:42:48 +00:00
R.spec Add ulimit -s 16384 to avoid segfault on PPC64 during make check 2014-09-16 23:10:40 +02:00
sources 3.1.1 2014-07-15 16:42:38 -04:00