ID 568305 - Nuke crashes when the value of an EvalString_Knob is set to a long string [LINUX ONLY]

Follow

Problem summary
Nuke crashes when the value of an EvalString_Knob is set to a long string. This issue only occurs on Linux. 
 
Customer reported version
Nuke 14.1v2
 
Customer reported platform
CentOS 7
 
Steps to reproduce
 
1) Open Nuke.
 
2) Paste the following code into Nuke's Script Editor and execute it:

eval_string_knob = nuke.EvalString_Knob("eval_string_knob","")eval_string_knob.setValue("a"*2**16)eval_string_knob.value()
 
Expected behaviour
Nuke should not crash.
 
Actual behaviour
Nuke crashes when the value of an EvalString_Knob is set to a long string.
 
Workaround
Unknown.
 
Reproduced by support
This bug has been reproduced in:
Nuke 15.0v2 - Linux Rocky 9 
Nuke 14.1v4 - Linux CentOS 7
Nuke 14.1v1 - Linux CentOS 7 - REGRESSION
 
Unable to reproduce bug in:
Nuke 15.0v2 - Windows 10 - macOS 12 (Monterey)
Nuke 14.0v7 - Linux CentOS 7
 
Earliest version tested
Nuke 14.0v6
- This issue doesn't appear in this version and has regressed on Linux.
 

    We're sorry to hear that

    Please tell us why