[Bug other/15026] Sporadic crash when application exits on Solaris 5.9

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Apr 20 15:25:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-20 14:59 -------
I wonder if this is crashing because the segments are unmapped already.
It is crashing in this loop:
static struct object *unseen_objects;

  for (p = &unseen_objects; *p ; p = &(*p)->next)
    if ((*p)->u.single == begin) 
      {
        ob = *p;
        *p = ob->next;
        goto out;
      }

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |other


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



More information about the Gcc-bugs mailing list