- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Malfunctioning of signal caused by library lib...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
05-14-2002 05:15 AM
05-14-2002 05:15 AM
Malfunctioning of signal caused by library libpthread (?)
On a HPUX 11.00 system, C function signal, when used in a program wich is compiled and linked with library libpthread, does not work normally when receiving signal SIGALRM : it will not call the function func it points to (set with instruction : signal (SIGALRM, func); )
Otherwise,when the program using function signal is compiled and linked without libpthread, function signal works normally...
Has anybody any explanation ?
Any help greatly appreciated.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:30 AM
05-14-2002 05:30 AM
Re: Malfunctioning of signal caused by library libpthread (?)
Rather than re-posting, you could bounce your original post back to the top of the list simply by posting a reply yourself.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:35 AM
05-14-2002 05:35 AM
Re: Malfunctioning of signal caused by library libpthread (?)
man 5 signal
There some more info in the pthread man page:
man pthread
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 06:36 AM
05-14-2002 06:36 AM
Re: Malfunctioning of signal caused by library libpthread (?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 06:40 AM
05-14-2002 06:40 AM
Re: Malfunctioning of signal caused by library libpthread (?)
Hope you get your answer,
Pete
Pete