Seems like a open_posix fix. Please send a patch from the LTPROOT base.

Regards--
Subrata

On Thu, 2009-02-05 at 15:45 +0100, Yi Xu wrote:
> Hi,
> 
> reason to fix pthread_key_create_speculative_5_1:
> 
> 1: keys[5] is a static array that is far too small. It is expected to
> hold the cumulative keys from each iteration of the loop, which on my
> system should execute 1025 times. It crashed immediately.
> 
> 2. The test is just wrong and will always fail. The only valid result
> from that loop is i == NUM_OF_KEYS && rc == EAGAIN. The generic test
> against rc isn't skipped when that result is found. It goes on to report
> a failure if rc is anything other than 0 without respect to the value of i.
> 
> 
> Thanks,
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code to
> build responsive, highly engaging applications that combine the power of local
> resources and data with the reach of the web. Download the Adobe AIR SDK and
> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
> _______________________________________________ Ltp-list mailing list 
> [email protected] 
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to