You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adding a workflow containing a long list of host names separated by a comma, the workflow successfully sends the configuration to orcm daemon but the binary shows a memory corruption issue.
Note: The issue is not happening if the host names are configured using regex
Expected behavior:
orcm daemon memory should not be corrupted at any time.
Actual behavior:
orcm daemon sometimes shows a malloc memory corruption other times shows a double free corruption.
Description:
While adding a workflow containing a long list of host names separated by a comma, the workflow successfully sends the configuration to orcm daemon but the binary shows a memory corruption issue.
Note: The issue is not happening if the host names are configured using regex
Expected behavior:
orcm daemon memory should not be corrupted at any time.
Actual behavior:
orcm daemon sometimes shows a malloc memory corruption other times shows a double free corruption.
Reproduction steps:
$ orcmsched &
$ orcmd --omca sensor heartbeat,coretemp
$ octl workflow add w1.xml
Create the w1.xml using the configuration below:
You should see a malloc memory corruption or a double free corruption.
Specifications:
The text was updated successfully, but these errors were encountered: