Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2010 at 08:15 UTC
Updated:
24 Jul 2010 at 00:10 UTC
finished process using Xvfb by wkhtmltopdf continue to run even if the process completes. Generating much process untill the server memory depletes. Running processes looks like this;
Xvfb -kb -screen 0 1024x768x24 -dpi 96 -terminate
Add a ";kill $!" at the end if you want to make doubly sure that the background X server you started is ended after wkhtmltopdf is ran... The -terminate should handle that automatically, but you never know.
Comments
Comment #1
jcnventuraI've just removed the use of Xvfb from the module, which should fix this problem :)