I am using thin as development web server with Rails on Debian 7. Since I've updated Rails to 4.2.7.1 I cannot launch thin anymore and I'm getting this error message :
Using rack adapter
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
I have a libgcc_s.so.1
file in my /lib/i386-linux-gnu/
folder but somehow thin cannot seems to find it there.
I have tried every answer to this question but it didn't help.
EDIT: I think the problem is related to the libv8
gem, that is a dependency to my project. The error shows when the default 5.3.332.38.1 x86-linux
version of the gem is used. But if I force it to version 5.0.71.48.3 x86-linux
, the error disappears.