RE: Re: cygserver handle leak problem

2008-01-21 Thread Dave Korn
On 20 January 2008 15:20, Huang Bambo wrote: > To duplicate the problem, > 1. Run windows task manager , show handles of cygserver. > 2. Run my program, it will create a message que, you will find the > cygserver process's handle increased by 4 > 3. Run ipcs command, you will find the que. > 4. Ru

Re: Re: cygserver handle leak problem

2008-01-20 Thread Huang Bambo
> On Jan 18 08:58, Huang Bambo wrote: > > Use task manager to view detail of cygserver. > > > > Operations, > > I ran a program with ipc operation( I used msgget ,msgsnd, msgrcv , > > others didn't test). > > After that, use ipcs command to show ipcs, found message que. use > > ipcrm command to rem

Re: cygserver handle leak problem

2008-01-18 Thread Corinna Vinschen
On Jan 18 08:58, Huang Bambo wrote: > Use task manager to view detail of cygserver. > > Operations, > I ran a program with ipc operation( I used msgget ,msgsnd, msgrcv , > others didn't test). > After that, use ipcs command to show ipcs, found message que. use > ipcrm command to remove the message