https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
Petr Křížek changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #8 from Petr Křížek ---
I raised the stack to 32768 KiB.
Then the genautomata passed without segfault.
Also other GCC segfaults disappeared.
This is a bit non-intuitive behavior.
Maybe we should introduce a warning
telling the user
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #7 from Richard Biener ---
You can look at imposed limits with
> ulimit -a
and for example raise stack limit with
> ulimit -s unlimited
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
Richard Biener changed:
What|Removed |Added
Keywords||build
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #5 from Petr Křížek ---
Sorry for dupplication,
I didn't understand the warning about e-mail attachments.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #4 from Petr Křížek ---
Config commands:
configCmd="$srcDir/configure --enable-languages=c++\
--disable-multilib\
--prefix=$prefixDir\
--disable-shared --enable-static\
\
--with-gmp=$prefixDir\
--with-mpfr=$pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #3 from Petr Křížek ---
Config commands:
configCmd="$srcDir/configure --enable-languages=c++\
--disable-multilib\
--prefix=$prefixDir\
--disable-shared --enable-static\
\
--with-gmp=$prefixDir\
--with-mpfr=$pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
--- Comment #2 from Petr Křížek ---
Config commands:
configCmd="$srcDir/configure --enable-languages=c++\
--disable-multilib\
--prefix=$prefixDir\
--disable-shared --enable-static\
\
--with-gmp=$prefixDir\
--with-mpfr=$prefixDi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|