Hi, I use texlua to start a luatex run. When I press control-c on the command line, the texlua script stops, but the luatex run continues. Is there any way I can set a signal handler and kill the luatex process? Patrick
On 18-4-2012 20:22, Patrick Gundlach wrote:
Hi,
I use texlua to start a luatex run. When I press control-c on the command line, the texlua script stops, but the luatex run continues. Is there any way I can set a signal handler and kill the luatex process?
Indeed this is a annoying but afaik it depends on what luatex is doing. Sometimes killing the run works ok, but sometimes it sticks. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
I use texlua to start a luatex run. When I press control-c on the command line, the texlua script stops, but the luatex run continues. Is there any way I can set a signal handler and kill the luatex process?
Indeed this is a annoying but afaik it depends on what luatex is doing. Sometimes killing the run works ok, but sometimes it sticks.
Thanks. I am thinking about switching to another start-script language anyway, so this not a showstopper anymore. Patrick
participants (2)
-
Hans Hagen
-
Patrick Gundlach