Subject: | cvspoe fails make test on freebsd |
t/30_loops/50_tk/k_selects......................dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 15-16
Failed 2/16 tests, 87.50% okay
...
t/30_loops/50_tk/ses_session....................dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 31-43
Failed 13/43 tests, 69.77% okay
...
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/30_loops/50_tk/k_selects.t 0 139 16 4 25.00% 15-16
t/30_loops/50_tk/ses_session.t 0 139 43 26 60.47% 31-43
14 tests and 7 subtests skipped.
Failed 2/132 test scripts, 98.48% okay. 15/4669 subtests failed, 99.68%
okay.
1) eyrie:~/perl/poe% perl -v
This is perl, v5.8.2 built for i386-freebsd
1) eyrie:~/perl/poe% perl -MTk -wle 'print $Tk::VERSION'
804.027
---
The core dumps seem to occur when run() is called a second time within
the same program. Perhaps Tk is not as forgiving as POE regarding
restarting the main loop?