thanks, applied (r8164)
On 5/24/05, Vladimir Lipsky <[EMAIL PROTECTED]> wrote:
> > I notice that building with Perl 5.6.1 (on Win32 with Perl 5.6.1
> > ActiveState-build 635 and MinGW) causes problem.
> >
> > $ parrot
> > Assertion failed: (int)io->image->bufused >= 0, file src/pmc_freeze.c,
> >
I notice that building with Perl 5.6.1 (on Win32 with Perl 5.6.1
ActiveState-build 635 and MinGW) causes problem.
$ parrot
Assertion failed: (int)io->image->bufused >= 0, file src/pmc_freeze.c,
line 478
abnormal program termination
This assertion occurs in parrot_get_config_string().
The data p
François" PERRAD <[EMAIL PROTECTED]> wrote:
> I notice that building with Perl 5.6.1 (on Win32 with Perl 5.6.1
> ActiveState-build 635 and MinGW) causes problem.
A different Perl works?
> $ parrot
> Assertion failed: (int)io->image->bufused >= 0, file src/pmc_freeze.c, line
> 478
> abnormal pr