Re: patch@34561 VMS exec handling / cwd realpath fixes
[email protected] ("John E. Malmberg")
| Newsgroups | perl.perl5.porters,perl.vmsperl |
|---|---|
| Message-ID | <[email protected]> |
Craig A. Berry wrote: > > On Oct 24, 2008, at 9:48 PM, John E. Malmberg wrote: > >> Craig A. Berry wrote: >>> > >>> I don't think there's any reason for the opendir/readdir part of the >>> patch. Running ext/File/Glob/t/basic.t under the debugger and doing >>> a SET TRACE/CALL/NOSYS shows definitively that it's already using the >>> routines in vms.c: >>> %DEBUG-I-DYNIMGSET, setting image PL_FILE__GLOB >>> trace on calls at BSD_GLOB\g_opendir\%LINE 73519+88 in THREAD 1 >>> 73519: return(PerlDir_open(buf)); >>> %DEBUG-I-DYNIMGSET, setting image DBGPERLSHR >>> trace on calls at VMS\Perl_opendir\%LINE 120525+16 in THREAD 1 >>> 120525: Newx(dir, VMS_MAXRSS, char); >> >> Is that with a threaded build? > > Yes. Ok. I will back out that from my local copy for my next rebuild. -John