﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3189	"""Run"" and ""RunWait"" functions call an A3X multiple times with an compiled file"	phongkhanhbinh@…		"Hi team,

  I got a critical issue with these step below

1. Create a new file named ""'''wait.au3'''""

{{{

sleep(1000)

}}}

2. Compile ""'''wait.au3'''"" to ""'''wait.a3x'''""

3. Create a new file named ""'''main.au3'''""

{{{

Run(@AutoItExe & ' wait.a3x')

}}}

4. Try to test the ""'''main.au3'''"" script from SciTE. The result is passed.

5. Compile ""'''main.au3'''"" to ""'''main.exe'''""

6. Execute ""'''main.exe'''""

'''Observed''': the process calls ""'''wait.a3x'''"" multiple times until the RAM is run out of space (my machine has 08 GB RAM)

'''Expected''': this process will run like we have tried on SciTE.

I have tried to add ""'''/AutoIt3ExecuteScript'''"" to ""'''main.au3'''"", then everything is good."	Bug	closed		AutoIt	3.3.14.0	None	No Bug		
