On Sat, Jun 22, 2013 at 5:22 PM, Nicholas Clark <nick@ccl4.org> wrote: > On Sat, Jun 22, 2013 at 02:20:26PM -0700, Father Chrysostomos via RT wrote: >> On Sat Jun 22 13:10:53 2013, nicholas wrote: > >> > --- a/sv.h >> > +++ b/sv.h >> > @@ -531,7 +531,7 @@ struct xpvgv { >> > union _xnvu xnv_u; >> > }; >> > >> > -typedef U16 cv_flags_t; >> > +typedef U32 cv_flags_t; >> > >> > #define _XPVCV_COMMON \ >> > HV * xcv_stash; \ >> >> Yes, that is it. > > I've bisected on a big endian linux machine I have access to, and that's it. > Running tests on a fix... > > Nicholas Clark Ugh, doubly my fault, first for the patch, and second for not getting round to setting up the big-endian smoker - I have a Solaris 10 / new-ish SPARC box I bought for the task and hadn't set up yet. I'll start poking at that tonight (and if anyone can give me pointers, off list, I'd appreciate it).Thread Previous | Thread Next