The buffer of format is only 8 KB long thus the following part of the function will fail if the code is too long:
_code = compile format [ "%1%2%3 call %4", _nativeParamsString, ["", "_this + "] select (_event in EVENTS_WITH_PARAMS), ["(missionNamespace getVariable format ['BIS_stackedEventHandlers_" + _event + "_%1', _thisEventHandler])", []] select (_args isEqualTo []), _code ];
See the steps to repro for sample code