Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSGRCV - MSGSND

Status
Not open for further replies.

gjuan

Programmer
Sep 8, 2002
3
GH
When executing program that msgrcv has the function, the program remains hoping and it does not do anything. the function msgsnd is executed well, returns 0. I am working with solaris. As it can be the problem, configuration problem? Thanks for the answer
 
which solaris?

for solaris 7:
Patch-ID# 106980-19
Keywords: sleep libthread UNBOUND msgrcv resume mutex JTG dbx SEGV mp Sybase
Synopsis: SunOS 5.7: libthread patch

for solaris 8:
Patch-ID# 108827-30
Keywords: security libthread malloc libc libnsl libthread_db lipthread POSIX
Synopsis: SunOS 5.8: /usr/lib/libthread.so.1 patch

regards ph
 
i am using solaris 2.6, on calling the solaris message queue function msgrcv the process hangs for an indefinite period... anyone aware of what the problem could be , the following is the output of my truss on the process ...

$ truss -p 4250
msgrcv(1, 0xEFFFF06C, 12, 4250, 0) (sleeping...)

I would appreciate your assistance .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top