On Thu, Jan 22, 2004 at 10:43:39PM +0100, Kristian Nielsen wrote:
> Rocco Caputo <[EMAIL PROTECTED]> writes:
> 
> > I was not able to verify the segfault on FreeBSD, in perl 5.6.1 or 5.8.2
> > (single or multithreaded).  They all die quite normally.
> 
> I was able to reproduce the problem on FreeBSD:

[...]

> > Perl5-porters is likely to brush the problem off without confirmation of
> > a wider problem.
> 
> Yes. I've been trying to make a stand-alone reproduction that does not
> use POE::Kernel, but that has proven somewhat tricky.
> 
> Anyway, this is quickly moving out of POE territory and into
> Perl-complex-mix-of-closures-and-references territory.

Congratulations!  I don't have 5.8.3 installed, but it does dump core in
5.8.2.  It seems that threading doesn't matter here.

  2) eyrie:~/perl/support% /usr/local/perl-580/bin/perl
  kristian-segfault.perl
  HERE at kristian-segfault.perl line 15.
  POE::Kernel's run() method was never called.

  2) eyrie:~/perl/support% /usr/local/perl-580-single/bin/perl kristian-segfault.perl
  HERE at kristian-segfault.perl line 15.
  POE::Kernel's run() method was never called.

  2) eyrie:~/perl/support% /usr/local/perl-582/bin/perl kristian-segfault.perl
  HERE at kristian-segfault.perl line 15.
  zsh: segmentation fault (core dumped)  /usr/local/perl-582/bin/perl 
kristian-segfault.perl

  2) eyrie:~/perl/support% /usr/local/perl-582-multi/bin/perl kristian-segfault.perl
  HERE at kristian-segfault.perl line 15.
  zsh: segmentation fault (core dumped)  /usr/local/perl-582-multi/bin/perl 
kristian-segfault.perl

Someone from p5p might work with you on this, if you can do the
backtrace/list thing for them.

-- 
Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to