State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:15.1v1|BugID:568305|
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() We're sorry to hear that
Please tell us why