> [davem - Tue Sep 23 17:09:43 2003]:
> 
> On Mon, Sep 22, 2003 at 05:01:19PM -0000, David Buckley wrote:
> > use threads;
> > use threads::shared;
> > use Data::Dumper;
> > our $a : shared;
> > $a = \$a;
> > print Data::Dumper::Dumper( $a );
> > 
> > This produces a short pause, then a segfault.
> 
> The segfault is due to stack or memory exhaustion caused by infinite
> recursion. The problem is due to the 'proxy' per-thread variables
> failing to detect a loop caused by mg_get().

This is still an issue in [EMAIL PROTECTED]

Reply via email to