Unkillable process because of using semaphores?
From: Nish (nish.parikh_at_gmail.com)
Date: 09/30/04
- Next message: Martin Eisenberg: "Re: Principle Engineer needed"
- Previous message: Howard: "Re: fstream ?"
- Next in thread: Victor Bazarov: "Re: Unkillable process because of using semaphores?"
- Reply: Victor Bazarov: "Re: Unkillable process because of using semaphores?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Sep 2004 10:59:06 -0700
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.
- Next message: Martin Eisenberg: "Re: Principle Engineer needed"
- Previous message: Howard: "Re: fstream ?"
- Next in thread: Victor Bazarov: "Re: Unkillable process because of using semaphores?"
- Reply: Victor Bazarov: "Re: Unkillable process because of using semaphores?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|