Christian Stocker

Results 18 comments of Christian Stocker

It's a little bit hard to debug. Do you have a reproducible, small as possible script. I can't see anything wrong in the first place

So you didn't have this error with older versions of php-osx? Then it's really strange, since not much changed I just tried it on my OS X Server 10.6 and...

There's otool instead of ldd on mac (but you need xcode installed) and it looks like this on my machine ``` $ otool -L /usr/local/php5/libphp5.so /usr/local/php5/libphp5.so: /usr/lib/libaprutil-1.0.dylib (compatibility version 4.0.0,...

4th line.. ;) I really don't see the difference and what could be wrong here.

But even this references to the correct iconv in my case ``` snowleopard:~ chregu$ otool -L /usr/local/php5/lib/libintl.8.dylib /usr/local/php5/lib/libintl.8.dylib: /usr/local/php5/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.1.0) /usr/local/php5/lib/libiconv.2.dylib (compatibility version 7.0.0, current...

Thanks for this extensive answer. Makes some stuff clearer, but not everything. What I observe is that some php-fpm instances allovate lots of memory after some time (300+ MB), which...

btw, nothing tragic right now. We let the php-fpm manager shutdown a child after a few hundred requests, so it's not filling up our memory.

So, I tried to make it somehow reproducable, but it's not that easy. But here's a try I have this script: ``` $hashes = ["833ccf", "4e2e10", ... ] vips_cache_set_max(0); $file...