C Stack Overflow errors with zero context

Would appreciate some insight, I am getting C Stack Overflow errors but not receiving any context like where the error is coming from, no script no line, just a “C stack overflow” error coming from supposedly nowhere

A C Stack Overflow Error occurs whenever something being executed takes up way too much memory. I would recommend looking at memory levels along with optimizing large pieces of code.

Do you have any functions that recursively calls itself or basically anything recursive? If so thats your problem. If not it might be some plugin you have or Roblox’s core scripts.

1 Like

@savio14562 @MonkeyIncorporated I understand what a C stack overflow is and how it occurs, the problem is that there is no additional info that helps me trace back to where the C stack overflow is occurring. All it says in console is “C stack overflow,” making it impossible to find exactly the culprit in the hundreds of modules/scripts

Edit: Found the source. Thanks