Motion watchdog crashing #1806
Replies: 2 comments
-
I've moved this over to a discussion. The whole watchdog thing is hopeless. The watchdog means that the device has somehow locked up the entire thread process. (Think of it like someone yanking out the USB cord in the middle of the process.). The "correct" solution would be to just terminate the application entirely when the driver locks up but the historical process for Motion was to do this kill the thread watchdog thing which may or may not stop the process but will for sure leak memory which if done enough times will invoke the kernel to take action and kill Motion. You can set your systemctl to restart upon termination. You could try to use the |
Beta Was this translation helpful? Give feedback.
-
Hmm, I also get that segfault during watchdog restart:
Intel x86_64 Ubuntu Focal |
Beta Was this translation helpful? Give feedback.
-
Did you read the guide?
Yes
What is the base version number of Motion being used?
4.6.x
What was the install method?
Installed via package tool
What is base architecture?
x86
What is the distro being used?
Ubuntu
Disto version number
22.04
Camera type(s) being used?
v4l2 USB camera
Describe the issue/problem and steps to reproduce
Motion is reporting this in systemctl status:
Also, in dmesg I get this:
Anyone has an idea how to solve this?
Motion log output at log_level 8
Beta Was this translation helpful? Give feedback.
All reactions