This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Failure building Ada on i686-pc-mingw32
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: jdgressett at amli-denton dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 13 Jul 2005 08:59:39 +1200
- Subject: Re: Failure building Ada on i686-pc-mingw32
- Reply-to: Danny Smith <dannysmith at users dot sourceforge dot net>
> Ada fails in stage1; the offender is gnatbind.exe. It crashes even if invoked
with no command-line arguments. > Gdb provides the following information:
>
>
> ( gdb) run
> Starting program: C:\gcc401install\gccbuild\gcc\stage1/gnatbind.exe
>Program received signal SIGSEGV,
> Segmentation fault.
> 0x004034b7 in __gnat_install_SEH_handler (ER=0xffffffff)
> at ../../gcc-4.0.1/gcc/ada/seh_init.c:219
> 219 ((int *)ER)[0] = (int)ptr; /* previous handler */
Known bug, fixed on trunk but not on 4.0 branch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20226
Danny