LuaUPNP - Exit codes - need some debriefing

All,

We are seeing some LuaUPNP Virtual Machine crashes in our Vera instances.
The message the we get mostly are Exit codes.

for instance: LuaUPnP Terminated with Exit Code: 137
We want to know what “137” means.
and if there is a list of all possible exit codes with the explanation.

This will be helpful to debug when VM crashes occur

137 - 128 = 9, which is SIGKILL, but you cannot rely on the exit codes to find why LuaUPnP terminated/crashed. That code corresponds to only one thread, which may not be the problematic thread.

1 Like

[quote=“SrivatsanMohan, post:1, topic:170615”]All,

We are seeing some LuaUPNP Virtual Machine crashes in our Vera instances.
The message the we get mostly are Exit codes.

for instance: LuaUPnP Terminated with Exit Code: 137
We want to know what “137” means.
and if there is a list of all possible exit codes with the explanation.

This will be helpful to debug when VM crashes occur[/quote]

Do you have an energy monitoring plugin installed (like ERGY)?

Flo