HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- semaphore
Operating System - HP-UX
1837257
Members
2357
Online
110115
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 10:35 PM
01-20-2003 10:35 PM
semaphore
sorry i send this message twice with in the wrong category,i hope this time ....
hi
i have a probleme with my c program.
when i kill my program the semaphore related still set. the program run as root
how can i know the correct ID to remove semaphore set related to my program.
hi
i have a probleme with my c program.
when i kill my program the semaphore related still set. the program run as root
how can i know the correct ID to remove semaphore set related to my program.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 11:05 PM
01-20-2003 11:05 PM
Re: semaphore
Do a man on ipcs and ipcrm. ipcs shows what aemaphores are in use and ipcrm will clear them.
Good luck
Carlo
Good luck
Carlo
Live fast, die young - enjoy a good looking corpse!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 11:09 PM
01-20-2003 11:09 PM
Re: semaphore
Hi,
$ipcs
list all IPC
to terminate ipc's kill wouldn't work
to kill semaphores
$ipcrm -s
$ipcs
list all IPC
to terminate ipc's kill wouldn't work
to kill semaphores
$ipcrm -s
never give up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 11:59 PM
01-20-2003 11:59 PM
Re: semaphore
This is the normal behaviour unless you set SEM_UNDO in your semaphore operations's sem_flg. Only in this case the kernel will perform the undo operation when the process exits. However, complete removal of the semaphore needs to be done explicitely using (signal driven) cleanup functions.
See man semop(2) for more details.
Best regards...
Dietmar.
See man semop(2) for more details.
Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP