driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

the dl-agent tool returns a segmentation violation instead of message return code. #55

Closed laroque closed 4 years ago

laroque commented 4 years ago

as described in dripline-python 88, the dl-agent tool seems to be exiting with 137, rather than expected return codes.

nsoblath commented 4 years ago

This turned out to be related to a container exiting before dl-agent had finished execution. See driplineorg/dripline-python#88.