Re: updates?

2016-07-30 Thread Charles Cui
Hi Christos, This patch fix the memory leak that you found in the RT patch. https://github.com/ycui1984/posixtestsuite/blob/master/patches/REALTIME_SIGNAL/0008-bug-fix.patch 2016-07-29 9:07 GMT-07:00 Charles Cui : > I will see how to improve this part. > > > Thanks Charles > > 2016-07-29 1:00

Re: updates?

2016-07-30 Thread Christos Zoulas
On Jul 29, 4:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: updates? | Hi Christos, | | This patch fix the memory leak that you found in the RT patch. | | https://github.com/ycui1984/posixtestsuite/blob/master/patches/REALTIME_SIGNAL/0008-bug-fix.patch | Thanks but ho

Re: updates?

2016-07-30 Thread Charles Cui
I have see how to debug this. Hopefully my understanding for signal delivery is enough now. 2016-07-25 13:13 GMT-07:00 Christos Zoulas : > On Jul 24, 9:19pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: updates? > > | Sure, I can implement the sigorder function and will get b

Re: updates?

2016-07-30 Thread Charles Cui
I will see how to improve this part. Thanks Charles 2016-07-29 1:00 GMT-07:00 Christos Zoulas : > In article ryem...@mail.gmail.com>, > Charles Cui wrote: > > >> yes, but where does the ksiginfo get freed now since you removed: > >> - ksiginfo_free(ksi); /* XXXSMP */ > >> >