Open GoogleCodeExporter opened 8 years ago
To work around this you can find the corresponding line in the source code
(line 341 in thread_wrappers_pthread.h) and replace the CHECK with some code
that prints the result of pthread_attr_setdetachstate(). Most certainly you can
just comment this line out, but printing the error code will give us an idea
about what's going on.
Original comment by ramosian.glider@gmail.com
on 18 Jun 2012 at 9:29
The pthread_attr_setdetachstate function returns an error code 22 on my system
(EINVAL, Invalid argument).
I commented this line and I got an output for the demo unit test after that.
Thank you.
Original comment by kutuzov....@gmail.com
on 19 Jun 2012 at 12:05
Original issue reported on code.google.com by
kutuzov....@gmail.com
on 18 Jun 2012 at 9:16