On Sun, 5 Mar 2000, Dan Sugalski wrote:
> At 08:53 PM 3/3/00 -0800, [EMAIL PROTECTED] wrote:
> >Dan asked:
> >
> >$ miniperl :== $Sys$Disk:[]miniperl.exe
> >$ DEBUG/KEEP
> >
> > OpenVMS Alpha DEBUG Version V7.1-000
> >
> >
> >DBG> RUN/COMMAND="miniperl"/ARGUMENTS="""-I[.lib]"" [.VMS]Writemain.pl
> >""DynaLoader Socket"""
> >Fatal VMS error (status=114762) at DKB100:[VMSPERL]VMS.C;1, line 4653.
> >%RMS-E-DNF, directory not found
> >-NONAME-W-NOMSG, Message number 00000000
> >DBG> GO
> >%DEBUG-W-NOPROGRAM, function GO requires a running program.
> >DBG> quit
> >
> >Suggestions?
>
> Throw a breakpoint in at vms.c line 4653 and see what it's doing in there.
> Might give us more info.
>
> I have this nasty feeling we've got a wild pointer somewhere, either
> because of us or some odd Dec C-ism. I'm not particularly happy about that
> thought. :(
OK will do. It'll have to wait for one or more days though since
there are several other things I have to take care of. I do find it
ironic that vms.c is having trouble at a time when Sarathy
recently announce that all of perl (presumably not includng vms
specific stuff) was Purify clean. :-)
Peter Prymmer