From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soubhik Bhattacharya To: Puneet Singhal Cc: gcc-help@gcc.gnu.org Subject: Re: coredump Date: Sat, 17 Mar 2001 07:42:00 -0000 Message-id: References: X-SW-Source: 2001-03/msg00146.html : :Here is a snapshot of the code... : :1. pBind->pNext = (PLLBIND)( (char *)pBind + usTrueAtomSize ); :2. (pBind->pNext)->pPrev = pBind; :3. pBind = pBind->pNext; : :statement no 2 is giving core. : :pBind or pNext is Not NULL. : alignment problem?? are you sure that (pBind->pNext) is properly aligned for PLLBIND, after execution of stmt 1 ? --soubhik.