﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3864	StringRegExp - AutoIt3.exe ended.rc:-1073741571	mLipok	Jpm	"This code
{{{#!autoit
_Example()

Func _Example()
	Local Const $s_RegExp = _ ; $s_RegExp comes from Func _PathSplit(
			'^\h*((?:\\\\\?\\)*(\\\\[^\?\/\\]+|[A-Za-z]:)?(.*[\/\\]\h*)?((?:[^\.\/\\]|(?(?=\.[^\/\\]*\.)\.))*)?([^\/\\]*))$'

	Local $sString = 'xxxxxxxxxx'
	For $iCounter = 1 To 11
		ConsoleWrite(""- step #"" & $iCounter & ' StringLen= ' & StringLen($sString) & @CRLF)
		StringRegExp($sString, $s_RegExp, 0)
		$sString &= $sString
	Next
EndFunc   ;==>_Example3
}}}

ends with 
{{{
- step #1 StringLen= 10
- step #2 StringLen= 20
- step #3 StringLen= 40
- step #4 StringLen= 80
- step #5 StringLen= 160
- step #6 StringLen= 320
- step #7 StringLen= 640
- step #8 StringLen= 1280
- step #9 StringLen= 2560
- step #10 StringLen= 5120
- step #11 StringLen= 10240
!>19:31:54 AutoIt3.exe ended.rc:-1073741571
}}}

I hope someday it will be possible to diagnose and fix it in the future."	Bug	closed		AutoIt	3.3.14.5	None	Fixed		
