Patch from Darwin, Bbug 2785519
by Arthur Bergman other posts by this author
Jan 30 2002 1:06PM messages near this date
RE: op/winsystem.t - Borland too helpful
|
Re: Patch from Darwin, Bbug 2785519
In apple bug database I found the following, and it does not seem to be applied to bleadperl
. Shall I apply it?
How can we make sure apple sends back patches to us?
Arthur
<GMT04-Oct-2001 23:38:20GMT> R.B.:
Perl has the same problem Apache did for loading modules. It leaves a copy of the loaded ima
ge in memory.
<GMT04-Oct-2001 23:40:32GMT> R.B.:
Index: dl_dyld.xs
===================================================================
RCS file: /cvs/Darwin/Scripting/perl/perl/ext/DynaLoader/dl_dyld.xs,v
retrieving revision 1.3
diff -u -d -r1.3 dl_dyld.xs
--- dl_dyld.xs 2000/04/01 01:45:03 1.3
+++ dl_dyld.xs 2001/10/04 23:39:29
@@ -118,6 +118,7 @@
// NSLinkModule will cause the run to abort on any link error's
// not very friendly but the error recovery functionality is limited.
handle = NSLinkModule(ofile, path, TRUE);
+ NSDestroyObjectFileImage(ofile);
}
Thread:
Arthur Bergman
=?ISO-8859-1?Q?Wilfredo_S=E1nchez?=
|