------- Comment #55 from jv244 at cam dot ac dot uk  2007-02-12 18:26 -------

> Nonetheless, I do not see it being associated with my doo-doo in module.c, do
> you?

I'm not an expert, but this is a traceback, leading to module.c:
Program received signal SIGSEGV, Segmentation fault.
gfc_insert_bbt (root=0x0, new=0x7a23c80, compare=0x459ed0 <compare_symtree>)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/bbt.c:137
137       *r = insert (n, *r, compare);
(gdb) bt
#0  gfc_insert_bbt (root=0x0, new=0x7a23c80, compare=0x459ed0
<compare_symtree>)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/bbt.c:137
#1  0x0000000000459d34 in gfc_new_symtree (root=0x0, name=0x7fbfffe980
"@20233")
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/symbol.c:1909
#2  0x000000000043a44a in get_unique_symtree (ns=0x0)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:1775
#3  0x000000000043ca1a in read_cleanup (p=0x7c7f9f0)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3290
#4  0x000000000043c9db in read_cleanup (p=0x7922d50)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3284
#5  0x000000000043c9db in read_cleanup (p=0x7a26300)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3284
#6  0x000000000043c9db in read_cleanup (p=0x7c77ec0)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3284
#7  0x000000000043c9db in read_cleanup (p=0x79dfbf0)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3284
#8  0x000000000043c9db in read_cleanup (p=0x7af9f20)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3284
#9  0x000000000043c9db in read_cleanup (p=0x7af2390)
    at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3284
#10 0x000000000043d10d in read_module () at
/scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:3563
#11 0x000000000043d555 in gfc_use_module () at
/scratch/vondele/gcc_trunk/gcc/gcc/fortran/module.c:4164
#12 0x0000000000442b98 in accept_statement (st=Variable "st" is not available.
) at /scratch/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:1255
#13 0x0000000000443625 in parse_spec (st=ST_USE) at
/scratch/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:1887
#14 0x0000000000444e9a in gfc_parse_file () at
/scratch/vondele/gcc_trunk/gcc/gcc/fortran/parse.c:3063
#15 0x00000000004631ae in gfc_be_parse_file (set_yydebug=Variable "set_yydebug"
is not available.


-- 


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

Reply via email to