At 4:58 PM -0500 7/2/01, Patrick Spinler wrote:
>I figured this out.  The rest of my perl installation was compiled
>/debug/noopt, the dbd-ingres module was compiled with /optimize.

The difference in compiler option caused shareable image loading to fail?  Eesh.

>I can try to remember how to cause the VMS debugger to
>break on entry into a module which hasn't been loaded yet, and thus get
>useful debugging info on the VMS-Queue module to Dan S.

The general incantation in the debugger is something like

set image imagename
set module modulename
set break Routine_Name

You might have to step past the PERL_SYS_INIT in perlmain before you
can do that.  On occasion I think I've had to step past the loading
of the shareable image in DL_VMS and then set break for a particular
routine in the image just loaded.
-- 
____________________________________________
Craig A. Berry                  
mailto:[EMAIL PROTECTED]

Reply via email to