Refs #696. Turn off stack limit setting on Linux.
I cannot reproduce SEGFAULT of lapack-test with default stack size on ARM Linux.
This commit is contained in:
parent
74b0672223
commit
6b85dbb6dc
|
@ -1365,7 +1365,8 @@ void CONSTRUCTOR gotoblas_init(void) {
|
||||||
gotoblas_memory_init();
|
gotoblas_memory_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(OS_LINUX)
|
//#if defined(OS_LINUX)
|
||||||
|
#if 0
|
||||||
struct rlimit curlimit;
|
struct rlimit curlimit;
|
||||||
if ( getrlimit(RLIMIT_STACK, &curlimit ) == 0 )
|
if ( getrlimit(RLIMIT_STACK, &curlimit ) == 0 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue