[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-15 Thread pkrizek at tes dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827 Petr Křížek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-15 Thread pkrizek at tes dot cz
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

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread rguenth at gcc dot gnu.org
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

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827 Richard Biener changed: What|Removed |Added Keywords||build Target|

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread pkrizek at tes dot cz
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.

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread pkrizek at tes dot cz
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

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread pkrizek at tes dot cz
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

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread pkrizek at tes dot cz
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

[Bug c++/79827] genautomata segmentation fault on NI-RT Linux

2017-03-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|