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]

Re: C++ hang! Possibly alias-related


I'd just like to see what I believe is the same bug seen by Chip
Salzenberg; latest CVS (3/6/2000 about 2pm BST) hands while building
stdstreams.cc and gdb shows:

#0  splay_tree_splay_helper (sp=0x120462870, key=220, node=0x120463030, 
    parent=0x120462870, grandparent=0x0) at splay-tree.c:89
#1  0x1201a08b8 in splay_tree_splay_helper (sp=0x120462870, key=220, 
    node=0x120462870, parent=0x0, grandparent=0x0) at splay-tree.c:109
#2  0x1201a0a68 in splay_tree_splay (sp=0x120462870, key=220)
    at splay-tree.c:196
#3  0x1201a0c30 in splay_tree_insert (sp=0x120462870, key=220, value=0)
    at splay-tree.c:269
#4  0x1200bb6e8 in insert_subset_children (node=0x1, data=0xdc) at
alias.c:273
#5  0x1201a0adc in splay_tree_foreach_helper (sp=0x120462870, 
    node=0x120462f90, fn=0x1200bb6c0 <insert_subset_children>, 
    data=0x120462870) at splay-tree.c:221
#6  0x1201a0ac8 in splay_tree_foreach_helper (sp=0x120462870, 
    node=0x120462f90, fn=0x1200bb6c0 <insert_subset_children>, 
    data=0x120462870) at splay-tree.c:217
#7  0x1201a0ac8 in splay_tree_foreach_helper (sp=0x120462870, 
    node=0x120462ff0, fn=0x1200bb6c0 <insert_subset_children>, 
    data=0x120462870) at splay-tree.c:217

many, many times.

(Linux/Alpha)

Dave

-- 
 ---------------- Have a happy GNU millennium! ----------------------   
/ Dr. David Alan Gilbert      | Running GNU/Linux on       |  Happy  \ 
\   gro.gilbert @ treblig.org |  Alpha, x86, ARM and SPARC |  In Hex /
 ____________________________|___ http://www.treblig.org  |________/


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