Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error on socket creation "no such process"

Status
Not open for further replies.

tonno01

Programmer
Aug 1, 2006
1
0
0
IT
Hi,

i am really stuck in this problem.. i am new to C and writing my first network applications using sockets.

when i create a socket with
socket(AF_INET, SOCK_STREAM,0)

i always get the errno 3 "No such process"..

I am working under Fedora core 4, and my network driver is up and running... by the way, I have no network cable connected.

what can i do

regards..
 
strace or gdb the program.
Start with strace -f $progname and move from there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top