Method code too large! after update from 5.3.4.80 to 5.3.5.92

Description

After updating to version 5.3.5.92 I got often the error message "Method code too large!".
This error didn't occur if I use version 5.3.4.80.
The size of my cfm-file is 14.4k and I try to include another file with the size of 37.4k.
I didn't change the code for a long time and it always worked.
The error no longer occurred after downgrading to 5.3.4.80

Environment

Version Lucee 5.3.5.92
Servlet Container Apache Tomcat/8.5.11
Java 1.8.0_231 (Oracle Corporation) 64bit
Host Name 127.0.0.1
Betriebssystem Windows Server 2012 R2 (6.3) 64bit
Architecture 64bit

Activity

Show:

Andri Senjaya 22 May 2020 at 05:59

FYI, I have used lucee 5.3.6.61 in my testing server, and the problem with method to large is never happen anymore. I will monitoring until next week, if the error still exists or not.

Andri Senjaya 13 May 2020 at 07:50
Edited

this cfc is not called on every request, my system called it when need it only.

just a simple call like:

rec= new go.rec();

If you really need my cfc, I can send it privately to u via email. can u tell me what is your email?

for the inspecTemplate I set is >> never

Zac Spitzer 13 May 2020 at 07:37

Does this cfc get used for every request, or loaded at app startup? If it is, do you think it might be being recompiled? What’s inspect templates set to?

Andri Senjaya 13 May 2020 at 07:26
Edited

I have tested using lucee 5.3.7.25-SNAPSHOT and with this version I still get this error:

There is too much code inside the template [/app/go/rec.cfc], Lucee was not able to break it into pieces, move parts of your code to an include or an external component/function. Method code too large!

 

what make me strange is, this error happen after some minutes lucee start.

Andri Senjaya 12 May 2020 at 07:58
Edited

ok, I will test this. I have to test with lucee 5.3.7.25-SNAPSHOT right ?

I will put this on my test server, I will inform you if the error still there or not

Fixed

Details

Assignee

Reporter

Priority

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Created 27 March 2020 at 12:28
Updated 13 August 2022 at 07:57
Resolved 25 May 2020 at 19:12

Flag notifications