[Openais] status of code in bk?

Steven Dake sdake at mvista.com
Wed Feb 9 10:39:38 PST 2005


Good catch Kristin.

I thought we had fixed that issue already it must have snuck back in
during the B spec implementation.

Thanks
-steve

On Wed, 2005-02-09 at 11:32, Kristen Smith wrote:
> Steve,
> 
> A few mutex lock problems with latest bitkeeper code:
> 
> lib/clm.c:
> 
>                         /*
>                          * Queue empty, read response from socket
>                          */
>                         error = saRecvRetry (clmInstance->fd,
> &dispatch_data.header,
>                                 sizeof (struct res_header),
> MSG_WAITALL | MSG_NOSIGNAL);
>                         if (error != SA_OK) {
> **************** unlock needed here
>                                 goto error_unlock;
>                         }
>                         if (dispatch_data.header.size > sizeof (struct
> res_header)) {
>                                 error = saRecvRetry (clmInstance->fd,
> &dispatch_data.data,
>                                         dispatch_data.header.size -
> sizeof (struct res_header),
>                                         MSG_WAITALL | MSG_NOSIGNAL);
>                                 if (error != SA_OK) {
> **************** unlock needed here
>                                         goto error_unlock;
>                                 }
>                         }
> 
> Thanks,
> Kristen
> 
> -----Original Message-----
> From: Steven Dake [mailto:sdake at mvista.com] 
> Sent: Tuesday, February 08, 2005 3:29 PM
> To: Smith, Kristen [NGC:B675:EXCH]
> Cc: openais at lists.osdl.org; Bajpai, Muni [NGC:B670:EXCH]
> Subject: Re: [Openais] status of code in bk?
> 
> 
> Kristen,
> 
> All of the code is now in bitkeeper.  I'll try to wrap up a freshmeat
> release tomorrow with code coverage reports after running the tests we
> have available.
> 
> Thanks
> -steve
> 
> On Tue, 2005-02-08 at 07:30, Kristen Smith wrote:
> > Hello,
> > 
> > Could you please tell me the status of the latest code that is in 
> > bitkeeper? Does it have all the patches you guys have been putting
> out 
> > for the past few weeks? If not, when do you foresee updating it with
> > all these patches?
> > 
> > Thanks,
> > Kristen
> > 
> > 
> > 
> >
> ______________________________________________________________________
> > _______________________________________________
> > Openais mailing list
> > Openais at lists.osdl.org
> http://lists.osdl.org/mailman/listinfo/openais
> 
> 




More information about the Openais mailing list