HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- select call hangs
Operating System - HP-UX
1833288
Members
3024
Online
110051
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
07-11-2004 12:07 AM
07-11-2004 12:07 AM
select call hangs
C code, the "select" call hangs.
nfds = 4.
Timeout = NULL
HP UX 11i
Can you kindly let us know where the problem could be. How do we start resolving this? Any patches available??
nfds = 4.
Timeout = NULL
HP UX 11i
Can you kindly let us know where the problem could be. How do we start resolving this? Any patches available??
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 06:39 AM
07-11-2004 06:39 AM
Re: select call hangs
Select() is supposed to block (or hang) with your timeout pointer set to NULL until one of the members of the fdes arrays has data. If all of the fdes arrays are also NULL pointers then select() will definitely block until the process gets a signal.
This could be completely normal behavior. There are not yet enough data to diagnose your problem. A bigger chunk of code is needed.
This could be completely normal behavior. There are not yet enough data to diagnose your problem. A bigger chunk of code is needed.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 04:02 PM
07-11-2004 04:02 PM
Re: select call hangs
FWIW, "11i" while I'm sure a wonderful marketing term (of course, it was marketing who coined it :) doesn't by itself convey which OS you are running:
11i v1 - 11.11
11i v1.6 - 11.22
11i v2 - 11.23
As far as resolving, I'd suggest getting a copy of tusc and using that to syscall trace your application and make sure your system calls are as you really intend them to be.
ftp://ftp.cup.hp.com/dist/networking/tools/
11i v1 - 11.11
11i v1.6 - 11.22
11i v2 - 11.23
As far as resolving, I'd suggest getting a copy of tusc and using that to syscall trace your application and make sure your system calls are as you really intend them to be.
ftp://ftp.cup.hp.com/dist/networking/tools/
there is no rest for the wicked yet the virtuous have no pillows
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