leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
401 stars 79 forks source link

signal 17 (SIGCHLD) received #35

Closed YadrovSergey closed 8 years ago

YadrovSergey commented 8 years ago

When i add line to code

local magick = require("magick")

nginx log say:

2016/06/29 14:10:38 [info] 5#0: waitpid() failed (10: No child processes) 2016/06/29 14:10:39 [notice] 5#0: signal 17 (SIGCHLD) received

It is normal?

wotek commented 7 years ago

@YadrovSergey what was it? I keep getting this as well but so far magick works.