Page 1 of 1

Domoticz received fatal signal 11 with Python plugin

Posted: Saturday 24 November 2018 9:59
by pipiche
It looks like a number of users are reporting issues when using the python plugin Framework .

Code: Select all

When I restart the Raspberry (sudo reboot), Domoticz restarts, but crashes shortly.
Here is the log of the crash :
2018-11-21 23:29:31.597 Error: Domoticz received fatal signal 11 !...
2018-11-21 23:29:31.606 Error: /home/pi/domoticz/domoticz() [0x262154]
2018-11-21 23:29:31.606 Error: /home/pi/domoticz/domoticz(_Z14signal_handleri+0x4c) [0x26220c]
2018-11-21 23:29:31.606 Error: /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer_v2+0) [0x76c7d180]

https://github.com/sasu-drooz/Domoticz- ... -441328483

https://github.com/domoticz/domoticz/issues/2879

As one of a plugin maintainer, I'm quiet worries on that , and wonder how to support the users. The stack provided is quick weak and didn't really bring much information !

Re: Domoticz received fatal signal 11 with Python plugin

Posted: Wednesday 28 November 2018 16:23
by ArJay60
Same error overhere with a different last Error line: 2018-11-28 15:27:15.922 Error: /lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer+0) [0x76cc56b0]

Error stops Domoticz. This happens every few days or so. Sometimes even after a few hours. My version of Python:

Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]

No solution found yet. Looking for help.