in reply to Filter ::Handle segfaults 5.8.1

Just wanted to mention that you should perlbug this. There are two bugs here. First, recursion like
$ perl -we'sub TIEHANDLE {bless []} sub PRINT { &PRINT(@_) } tie *FOO, + "main"; print FOO "Bar"'
shouldn't segfault. Second, if possible, what Filter::Handle is doing shouldn't recurse.

Replies are listed 'Best First'.
Re: Re: Filter ::Handle segfaults 5.8.1
by leriksen (Curate) on Nov 17, 2003 at 23:30 UTC
    OK. I'll do that today - I have also emailed the author, hopefully he still works for pair.com, who host perlmonks.


    /#!/usr/bin/perl
    use warnings;use strict;use brain;