Getting some weird coredumps, recompile with debugging, and breakpoint
on Perl_croak gave me this.
#0 Perl_croak (pat=0xae7ca0 "Assertion ((sv)->sv_flags &
(0x2000|0x4000|0x8000)) failed: file \"%s\", line %d") at
util.c:1349
#1 0x00a0176c in S_save_magic (mgs_ix=20, sv=0x50d7dc
Thanks ayhan for the detailed report, but had you used the latest cvs version,
it would have been much shorter ;)
I have been working on an output filter, using the bucket brigade API --
since the stream API still seems to have a flew kludges left to hammer
out.
You have to be more explicit of
Hi,
I have been working on an output filter, using the bucket brigade API --
since the stream API still seems to have a flew kludges left to hammer
out.
What I first thought would be a simple task has turned out to be quite a
deal though...
Here is some feedback that could perhaps be useful :