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 ada/37034] /bin/sh: line 1: 26087 Aborted (core dumped) ./xsinfo ../../sinfo.h



------- Comment #3 from charlet at adacore dot com  2008-08-07 06:41 -------
Subject: Re:  /bin/sh: line 1: 26087 Aborted  (core dumped)
        ./xsinfo ../../sinfo.h

> > > mkdir -p ada/bldtools/einfo
> > > (cd ada/bldtools/sinfo && gnatmake -q xsinfo && ./xsinfo ../../sinfo.h )
> > > rm -f ada/bldtools/einfo/einfo.ads ada/bldtools/einfo/einfo.adb
> > > ada/bldtools/einfo/xeinfo.adb
> > > cp -p ../../gcc/gcc/ada/einfo.ads ../../gcc/gcc/ada/einfo.adb
> > > ../../gcc/gcc/ada/xeinfo.adb ada/bldtools/einfo
> > > (cd ada/bldtools/einfo && gnatmake -q xeinfo && ./xeinfo ../../einfo.h )
> > > /bin/sh: line 1: 26087 Aborted                 (core dumped) ./xsinfo
> > 
> > Sounds like your base Ada compiler may be corrupted, since the line above
> > calls 'gnatmake', it does not use the newly built compiler.
> 
> I belive it is xeinfo that's dropping core.  This occurs in stage2.

Right, and xeinfo is built with your base compiler. I'd try with an older
or more recent base GNAT version. It's more likely a latent bug in
GCC 4.3.1 only showing now because xeinfo dependencies have changed.

> > chatr xeinfo
> 
> This is debian linux.  I will try debug xeinfo when the current build
> completes.

Ooops, what about "ldd xeinfo" then ?

Arno


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37034


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