Displaying 1 result from an estimated 1 matches for "ec5".
Did you mean:
ec2
2003 Aug 19
1
kqueue freezing 5.1R on kevent call
...as my machine basically just freezes
up and reboots on kevent itself. I am also noticing this problem with
another program i wrote (but too long to include here).
Here is my uname output
FreeBSD marvin 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Fri Aug 1 16:14:43
GMT 2003 root@:/usr/obj/usr/src/sys/EC5 i386
thank you in advance,
Krishna
Sample Program:
#include <stdio.h>
#include <sys/types.h>
#include <sys/event.h>
#include <unistd.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <strin...