Masashi Sakurai

Results 23 comments of Masashi Sakurai

I think this problem is due to the compile option of the mongo C-Driver and the driver itself: - The mongo C-Driver needs the compile option "-D_GNU_SOURCE=1" to enable getaddrinfo...

Hi. Would you report your error messages at error.log and environment (OS, Distr, nginx, mongodb version, etc) information? And, maybe you should execute the command 'git checkout master' in the...

According to your log report, mongo-c-driver may be old. The latest driver does not kill the process, while the original driver kills the worker process with the signal SIGPIPE. Will...

Hi, @fwoeck Using my nginx-gridfs forked branch and orignal c-driver branch https://github.com/mongodb/mongo-c-driver/, I confirmed that the latest branch worked fine. Which branch for the nginx-gridfs do you use?

Will you apply this patch? This patch enables for c-driver to use the getaddrinfo to resolve hostnames. https://github.com/kiwanami/nginx-gridfs/commit/b9bc845456d560bdfba7b9fc8b07c01e0c2c5764

I need it too! This fork maybe try to do the caching : https://github.com/i-md/nginx-gridfs

This problem is caused by the signal SIG_PIPE from the mongo-c-driver code. I tried to fix the problem by following patches: https://github.com/kiwanami/mongo-c-driver/commit/5062c1670ea2421748fd1b549277fe4e5414e2bd https://github.com/kiwanami/nginx-gridfs/commit/0fb612ea7e4cb6305fc8f763ed7ca3778c5f2452 These patches fixed the problem and the...

I fixed the crash problem at the nginx startup: https://github.com/kiwanami/nginx-gridfs/commit/65b191c19defa13e9f9d694c114312828324ef6f > CJljfn > Would you try my version? > https://github.com/kiwanami/nginx-gridfs/