LuaUPnP Terminated

Just wondering if anybody understans this message in the log. I know it means that the system restarted itself (albeit that it wasn’t a full operating system reboot), but I wondered if anybody know the meaning of that exit code, which would be application specific.

LuaUPnP Terminated with Exit Code: 138

Perhaps somebody from MiCasaVerde can shed some light?

Thanks.

Anyone has an answer for that ?

Is it possible for MCV to release the different exit codes meaning ?

These are the standard Linux exit codes. Error codes >128 usually mean: 128+signal number. 138 is signal 10, which is SIGUSR1, a user defined signal. In LuaUPnP this has something to do with the Vera buttons as far as I can tell looking at the source code.