kbranigan/Simple-OpenGL-Image-Library

stb_image might not be thread safe

giordi91 opened this issue · 2 comments

I am currently hitting what it looks like some kind of race condition inside stbi_load. basically at random a deep assertion gets fired inside stbi_load, I bypassed soil and used the latest stb_image.h file and the problem looks like is gone. might be worth to update the implementation? also right now it is just an header file, should not be much of an issue?

M.

The latest version on http://lonesock.net/soil.html is 2008, what version are you referring to?

I think i was off the latest on master.

This is the commit ID i was from:

0a9a661