Fail app with Ansgtrom v2014.12 + 3.8.13 (FUTEX_WAIT_PRIVATE, 2, NULL)

Hi,

I have a problem with my app on BBB with distribution Angstrom v2014.12 + kernel 3.8.13. My app have several thread, but with the same code over BB (v2012.05 + kernel 3.2.42) that app works fine, but rigth now with BBB I have a freeze of my app with this results

futex(0xb732bb4c, FUTEX_WAIT_PRIVATE, 2, NULL

BBB (Angstrom v2014.12 + kernel 3.8.13) --> I get futex error
BB  (Angstrom v2012.05 + kernel 3.2.42) --> works fine
I get that error using strace on my app.

Anybody have similar problem with their app,
or can give me any idea.

I think it's relation with some library but  i'm not sure.


Thanks in advance.