[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

3511.0. "opcode reserved to DIGITAL fault at PC=0002EB72" by OSLACT::SIGURDA_P () Tue Nov 09 1993 11:17

This error message appears when a customer tries to access an image from
ALL-IN-1, using the follwing command:  $run 'image'

<spawn run 'image' works fine.
I can do a $run oa$lib:mailcount inhouse, with no errors.

My customer is also very interested in knowing exactly what is the difference
between <spawn and $.  

$ does not create a sub process, right? So, you do not have to set process count
>1?


The stack dump is attached below.


Thanks,

Sigurd.


------------------------------------ Stack dump --------------------------------
%SYSTEM-F-OPCDEC, opcode reserved to DIGITAL fault at PC=0002EB72, PSL=03C00000

  Improperly handled condition, image exit forced.

        Signal arguments              Stack contents

        Number = 00000003                00000000
        Name   = 0000043C                00000000
                 0002EB72                0002EE90
                 03C00000                7FEA1AC4
                                         811CC555
                                         00000005
                                         0000000C
                                         00000001
                                         00000001
                                         7FFEDE06

        Register dump

        R0 = 84D98000  R1 = 0002EB70  R2 = 00000000  R3 = 84B017AB
        R4 = 82A50FBC  R5 = 82A50FB0  R6 = 7FF9ECC0  R7 = 00000002
        R8 = 83B31CC8  R9 = 84B01780  R10= 82A50FB0  R11= 83B31C90
        AP = 7FEA1A64  FP = 7FEA1A24  SP = 7FEA1A98  PC = 0002EB72
        PSL= 03C00000

------------------------------- End of dump ---------------------------------
T.RTitleUserPersonal
Name
DateLines
3511.1BOOZER::MARTIN::BELLMartin Bell, NETCC, Birmingham UKTue Nov 09 1993 11:4614
Sigurd,

<SPAWN creates a sub-process with SYS$INPUT and SYS$OUTPUT pointing to
your terminal, but $ has them pointing to a VMS mailbox (in EXEC mode)
and the terminal (in SUPER mode).

There are many IO calls that cannot be used on VMS mailboxes, so if your
image is trying to user one then something is going to break!


Oh, and $ _does_ create a sub-process, but it usually sticks around
in between calls unless you specifically close it.

mb