-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 4.2
-
Component/s: pegasus-kickstart
-
None
One of my page workflow jobs has a big stdout ( around 3.2 MB ) . By default, kickstart truncates the job stdout when putting in it's invocation record. However, I notice that it segfaults.
On inspection, it appears it segfaults because the stdout has a lot of whitespace characters ( ctrl-h) that it xml escapes when putting into the invocation record. Because of this , the stdout data section in the record overruns the buffer storing the whole record.