This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
activation.type: "launch"
- Out-of-process module exits silently on error and signal conditions
#339
Labels
Out-of-process modules ALWAYS exit silently. This behavior is fine when a program is signaled by the gateway process or exits normally, but becomes problematic when a failure occurs or a signal is generated externally.
This problem has manifested in two ways:
Error: Time:Wed Jul 12 18:00:56 2017 File:/root/iot-edge/proxy/outprocess/src/module_loaders/outprocess_module.c Func:Outprocess_Destroy Line:955 unable to send destroy control message [0x557584680fa0], continuing with module destroy
, does not help a user understand the reason for exit.The text was updated successfully, but these errors were encountered: