Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I have some code, to which I added usage of posix semaphores. I am working on a solaris platform. After doing that, my process becomes unkillable, that is it will not terminate if sent a SIGTERM signal. I am not ignoring that signal. Just adding this code related to semaphores seems to be causing this problem. None of my threads is sleeping indefinitely on any semaphore wait. Any help will be appreciated. If this is not the right group for this question, it would be great if someone could guide me to the right group. Thanks, Nish.
Post Follow-up to this messageOn Thu, 30 Sep 2004 10:58:14 -0700, Nish wrote: > I have some code, to which I added usage of posix semaphores. I am > working on a solaris platform. After doing that, my process becomes > unkillable, that is it will not terminate if sent a SIGTERM signal. > I am not ignoring that signal. Just adding this code related to > semaphores seems to be causing this problem. None of my threads is > sleeping indefinitely on any semaphore wait. What version of Solaris are you using? What does "pflags <pid>" and "pstack <pid>" output? How much memory is the process using when it is ignoring you? -- mail1dotstofanetdotdk
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.