On Thu, Apr 14, 2011 at 10:11:59PM +0200, Hans Hagen wrote:
On 14-4-2011 9:59, Heiko Oberdiek wrote:
0.60.2 (rev 3736) (TL 2010): segmentation fault
0.40.6 works.
Can you check 0.66 ?
See above: 0.66.0, rev 4141. System: i386-linux
Also the report was triggered by a user bug-report: | I am using OSX 10.6.7. The crash occurs for me with lualatex 0.65/0.66
ah, ok, i see. i assume that it's the lack of an argument to os.execute then? fyi: on windows rev 4155 does not crash
No crash for -shell-escape. Restricted and no shell escape crash.
From the Lua manual 5.1:
| os.execute ([command]) | | This function is equivalent to the C function system. It passes | command to be executed by an operating system shell. It returns | a status code, which is system-dependent. If command is absent, | then it returns nonzero if a shell is available and zero otherwise. An empty string does not crash. But it does not help, because I want to use the variant without argument. Yours sincerely Heiko Oberdiek