Philippe M. Chiasson wrote:
>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()
>
Makes no difference :(
(And I have noticed since that the failure only happens sometimes.
Other times the test sequence runs OK.)
- Steve
>
>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);
> }
>
>
------------------------------------------------
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]