When I was trying to profile my program with POE it crashed on 'use POE'
statement under solaris.
Cygwin is somewhat... better, and the program only dies. Have anyone
experienced that? Is it known issue?
Thanks,
Waldemar.

########################### sunos 5.6 / perl 5.8.4 / poe 0.2802
> uname -a
SunOS btsview 5.6 Generic_105181-33 sun4u sparc SUNW,Ultra-Enterprise
> perl -d:DProf -MPOE -e ''
Segmentation fault
>

########################### sunos 5.8 / perl 5.8.4 / poe 0.2802
> uname -a
SunOS kajko-lab0 5.8 Generic_108528-21 sun4u sparc SUNW,Ultra-5_10
> perl -d:DProf -MPOE -e ''
Segmentation fault
>

########################### cygwin / perl 5.8.2 / poe 0.2802
$ uname -a
CYGWIN_NT-5.1 WIR 1.5.9(0.112/4/2) 2004-03-18 23:05 i686 unknown unknown
Cygwin
$ perl -d:DProf -MPOE -e ''
Can't call method "*POE::Kernel::poe_kernel" on an undefined value at
(eval 1) line 1.
Compilation failed in require at (eval 1) line 1.
BEGIN failed--compilation aborted at (eval 1) line 1.
could not import qw(Kernel) at -e line 0
BEGIN failed--compilation aborted.


Reply via email to