Re: kernel/comm.c - page fault in thread

2005-11-07 Thread Mr Cihan ALTINAY
threads running that poll for input/output. One effect is that it still opens ~200 file handles to the port but, more importantly, maybe they interact in a way it shouldn't happen? Anyone? - Original Message - From: Mr Cihan ALTINAY <[EMAIL PROTECTED]> Date: Tuesday, November 8, 20

kernel/comm.c - page fault in thread

2005-11-07 Thread Mr Cihan ALTINAY
Hi, I finally got G-Ware to work flawlessly under wine after some tweaks in the comm.c file. One problem was in the (thread) function COMM_WaitCommEventService(). When I 'disconnect' in the client program it calls purge and sets the event mask to 0 (ie. it is no longer interested in events from th