Could you try this very simple patch and lemme know if the problem still happens. I could imagine win32 having problems with modperl_sys_dlclose()
Index: src/modules/perl/modperl_util.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_util.c,v
retrieving revision 1.82
diff -u -I$Id -r1.82 modperl_util.c
--- src/modules/perl/modperl_util.c 10 Sep 2004 00:54:54 -0000 1.82
+++ src/modules/perl/modperl_util.c 15 Sep 2004 23:23:32 -0000
@@ -831,7 +831,7 @@
modperl_package_clear_stash(aTHX_ package);
modperl_package_delete_from_inc(aTHX_ package);- if (modperl_package_is_dynamic(aTHX_ package, &dl_index)) {
+ if (0 && modperl_package_is_dynamic(aTHX_ package, &dl_index)) {
modperl_package_unload_dynamic(aTHX_ package, dl_index);
}Steve Hay wrote:
Another test sequence (again involving t/modules/reload.t, although it could just be coincidence) which fails on Win32: t/modules/reload.t t/protocol/echo_nonblock.t
Nothing useful in the error_log again; here's the -verbose output:
C:\Temp\modperl-2.0>perl t/TEST -verbose t/modules/reload.t t/protocol/echo_nonblock.t
[...]
t\modules\reload............1..3
# Running under perl version 5.008005 for MSWin32
# Current time local: Wed Sep 15 09:59:55 2004
# Current time GMT: Wed Sep 15 08:59:55 2004
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.14
# writing file: C:\Temp\modperl-2.0\t\lib\Apache\Reload\Test.pm
# getting the same interp ID for /TestModules__reload
# testing : Initial
# expected: const:const
# prototype:prototype
# simple:simple
# received: const:const
# prototype:prototype
# simple:simple
ok 1
# writing file: C:\Temp\modperl-2.0\t\lib\Apache\Reload\Test.pm
# testing : Reload
# expected: const:CONST
# prototype:PROTOTYPE
# simple:SIMPLE
# received: const:CONST
# prototype:PROTOTYPE
# simple:SIMPLE
ok 2
# testing : Unregister
# expected: unregistered OK
# received: unregistered OK
ok 3
# removing file: C:\Temp\modperl-2.0\t\lib\Apache\Reload\Test.pm
# removing dir tree: C:\Temp\modperl-2.0\t\lib\Apache
# removing dir tree: C:\Temp\modperl-2.0\t\lib\Apache\Reload
ok
t\protocol\echo_nonblock....1..3
# Running under perl version 5.008005 for MSWin32
# Current time local: Wed Sep 15 09:59:56 2004
# Current time GMT: Wed Sep 15 08:59:56 2004
# Using Test.pm version 1.25
ok 1
# testing : no timeout
# expected: nonblocking
# received: nonblocking
ok 2
# Failed test 3 in t\protocol\echo_nonblock.t at line 26
# testing : timed out
# expected: TIMEUP
# received: should timeout
not ok 3
# t\protocol\echo_nonblock.t line 26 is: ok t_cmp $received, $expected, "timed out";
FAILED test 3
Failed 1/3 tests, 66.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\protocol\echo_nonblock.t 3 1 33.33% 3
------------------------------------------------ Radan Computational Ltd.
The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
