This is the mail archive of the gcc@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]

Re: Failure building Ada on i686-pc-mingw32


> 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


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