Help for this page

Select Code to Download


  1. or download this
    'Assertion ((svtype)((sv)->sv_flags & 0xff)) != 0xff failed: f...'
    
  2. or download this
    /* Sadly there are some parts of the core that have pointers to alread
    +y-freed
       SV heads, and rely on being able to tell that they are now free. So
    + mark
       them all by using a consistent macro.  */
    #define SvIS_FREED(sv)  ((sv)->sv_flags == SVTYPEMASK)
    
  3. or download this
    /* delete a back-reference to ourselves from the backref magic associa
    +ted
     * with the SV we point to.
    ...
    {
    ...
        assert(!SvIS_FREED(av));