File loop kills tomcat

Sorry, I’m sure this isn’t the proper place to file a bug report, I hope someone can help get this where it needs to be. Lucee 5.3.4.80 on centos7, mostly default install.

Read a file into a variable, then

<cfloop index="line" file="#slog#">
	<br>#line#
</cfloop>

immediately kills tomcat. I realize that’s not the proper way to loop a file (and the proper way works fine), but such an error should not be fatal.

Depends how big the file is no?

have you got a stack trace?