I am sad to inform you that this patch is obsolete. The CLEAR_ARGARRAY
has evolved a lot since this message. It is now in 5.6.0

#define CLEAR_ARGARRAY(ary) \
    STMT_START {       \
 AvMAX(ary) += AvARRAY(ary) - AvALLOC(ary);   \
 SvPVX(ary) = (char*)AvALLOC(ary);    \
 AvFILLp(ary) = -1;      \
    } STMT_END

without any conditioning on the USE_ITHREADS #define.

So, my problem is still hurting me.
(To catchup, see this thread earlier at
        http://forum.swarthmore.edu/epigone/modperl/spilwhudimp )
V.

-----Original Message-----
From: Khachaturov, Vassilii 
Sent: Thursday, December 14, 2000 4:58 PM
To: 'Dave Rolsky'; '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: Trouble with AxKit at runtime - XML parsing stage


Yes, indeed, it's mentioned on
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-06/msg00200.html
in GSAR's own message! 

P5P: why is the bug mentioned in the Orig Msg below still open then?

Thanks a lot to all that helped or tried to! Sorry for missing this on the
AxKit FAQ earlier.
(I will be posting further if this doesn't close the problem in my AxKit
case. It's possible
as there are # of bizarre copy bugs in different contexts)

Reply via email to