This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: ICE seg fault


On Mon, Jul 30, 2007 at 09:00:50PM +0200, Florian Ladstaedter wrote:
> 
> gdb --args /usr/local/libexec/gcc/i686-pc-linux-gnu/4.3.0/f951 
> AtmoIonoSphere.f90 -quiet -dumpbase AtmoIonoSphere.f90 -mtune=generic 
> -auxbase AtmoIonoSphere  -J../include -fintrinsic-modules-path 
> /usr/local/lib/gcc/i686-pc-linux-gnu/4.3.0/finclude -o /tmp/ccGaibCk.s
> GNU gdb 6.4.90-debian
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain 
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i486-linux-gnu"...Using host libthread_db 
> library "/lib/i686/cmov/libthread_db.so.1".
> 
> (gdb) run
> Starting program: /usr/local/libexec/gcc/i686-pc-linux-gnu/4.3.0/f951 
> AtmoIonoSphere.f90 -quiet -dumpbase AtmoIonoSphere.f90 -mtune=generic 
> -auxbase AtmoIonoSphere -J../include -fintrinsic-modules-path 
> /usr/local/lib/gcc/i686-pc-linux-gnu/4.3.0/finclude -o /tmp/ccGaibCk.s
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x08064563 in check_specification_function (e=<value optimized out>) at 
> ../../gcc/gcc/fortran/expr.c:696
> 696       sym = e->symtree->n.sym;

Florian,

Can you issue the 'bt' command at the (gdb) prompt and report
the back trace?


-- 
Steve


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