ELDK glibc fcntl(socketFd, F_SETFL, flags) causes Seg Fault

Wolfgang Denk wd at denx.de
Fri Feb 2 18:30:18 EST 2007


In message <loom.20070201T073939-302 at post.gmane.org> you wrote:
> 
> My application Seg Faults when I try to set flags for my socket fd.
> 
> First, I get the fd by calling socket():
> fd = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP);
> 
> Then I try getting the fd flags:
> fcntl(fd, F_GETFL, flags)

Provide some working / crashing test code, i. e. a complete C program
with declarations etc.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There's an old story about the person who wished his computer were as
easy to use as his telephone. That wish has come  true,  since  I  no
longer know how to use my telephone.



More information about the Linuxppc-embedded mailing list