This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827

--- Comment #4 from Petr Křížek <pkrizek at tes dot cz> ---
Config commands:

configCmd="$srcDir/configure --enable-languages=c++\
    --disable-multilib\
    --prefix=$prefixDir\
    --disable-shared --enable-static\
    \
    --with-gmp=$prefixDir\
    --with-mpfr=$prefixDir\
    --with-mpc=$prefixDir\
    --with-isl=$prefixDir"

$configCmd                --with-boot-ldflags=" -static -static-libgcc "
|| exit 1

Both--disable-multilib and--enable-multilib give the same result.
At the end I need a 32bit-capable compiler.

I don't know how to debug the genautomata
and/or manipulate the system stack under Linux.

Maybe the stack really overflows?

Petr


On 3.3.2017 11:29, rguenth at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79827
>
> Richard Biener <rguenth at gcc dot gnu.org> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|UNCONFIRMED                 |WAITING
>     Last reconfirmed|                            |2017-03-03
>       Ever confirmed|0                           |1
>
> --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
> Which target did you configure for (please show the configure line).
>
> Also please try do debug the genautomata invocation -- does it maybe overflow
> your stack (any low stacklimit set?)
>



TES VSETIN s.r.o. , Jiraskova 691, 755 01 Vsetin, IC: 24815276,  DIC:
CZ24815276.
Zapsaná u rejstříkového soudu v Ostravě v oddilu C vložka 52829.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]