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

Conference pamsrc::decmessageq

Title:NAS Message Queuing Bus
Notice:KITS/DOC, see 4.*; Entering QARs, see 9.1; Register in 10
Moderator:PAMSRC::MARCUSEN
Created:Wed Feb 27 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2898
Total number of notes:12363

2788.0. "PAMS__FATAL occurring" by OZROCK::HUNTER (Ma Renault est un citron) Wed Feb 26 1997 02:21

Can anyone give me any insight why my code is receiving 
a PAMS__FATAL error?

My code is using the IMS sl_main_loop which must be doing
a pams_get_msgw.

Here is an excerpt from the PAMS and IPI trace.

PAMS 21996:PAMS-Received unblocking msg
PAMS 21996:PAMS-PAMS_put_cleanup
PAMS 21996:PAMS-PAMS_deq
IPI  21996:IPI-IPIdequeue_message
IPI  21996:IPI-IPI_deq_dmq_qe
IPI  21996:IPI-IPI_ipcdeq entered
IPI  21996:IPI-SPIread_q failed, -162 (FFFFFF5E)
IPI  21996:IPI-IPI_ipcdeq failed, -39 (FFFFFFD9)
PAMS 21996:IPI-Dequeue Message failed, -39 (FFFFFFD9)
PAMS 21996:PAMS-PAMS_get_cleanup
PAMS 21996:PAMS-pams_exit
PAMS 21996:PAMS-deleting pams context
PAMS 21996:PAMS-Locking Q Info on Exit
PAMS 21996:PAMS-Unlocking Q Info after Exit

Any help appreciated.

Warwick.
T.RTitleUserPersonal
Name
DateLines
2788.1OZROCK::HUNTERMa Renault est un citronWed Feb 26 1997 02:375
Oops I forgot to mention that the environment is
exactly the same as that mentioned by Craig in
2786. This error is occurring on the same machine.

Warwick.
2788.2XHOST::SJZKick Butt In Your Face Messaging !Wed Feb 26 1997 13:036
    
    very bizarre. the -162 is a translation of EAGAIN on an msgsnd
    operation when the IPC_NOWAIT flags  is  set,  only  we  don't
    ever set the IPC_NOWAIT flag in ourcode.
    
    _sjz.