I have a brand new install using Debian 7, MySQL 5.5, ffmpeg 1.0.8 (though I doubt any of this matters). For all intents and purposes, everything seems to work fine, but randomly I get the following errors:
I launched the backtrace - addr2line -e /usr/local/bin/zmc 0x4b5789 0x7ffdccfd3030 0x7ffdcc076465 0x44b97e 0x4e8c8c 0x4e6edf 0x4e5ab2 0x4e5e63 0x44187a 0x4805e9 0x46591a 0x408b84 0x7ffdcbf72ead 0x409201 and here is the result:
Code: Select all
/usr/src/ZoneMinder-1.26.4/src/zm_signal.cpp:89
??:0
??:0
/usr/src/ZoneMinder-1.26.4/src/zm_jpeg.cpp:277
jdmarker.c:0
jdinput.c:0
??:0
??:0
/usr/src/ZoneMinder-1.26.4/src/zm_image.cpp:911
/usr/src/ZoneMinder-1.26.4/src/zm_remote_camera_http.cpp:1105
/usr/src/ZoneMinder-1.26.4/src/zm_monitor.cpp:2675
/usr/src/ZoneMinder-1.26.4/src/zmc.cpp:265
??:0
??:0
At first glance it does not seem to be affecting anything... cameras appear to work just fine but, this is a bit disconcerting considering I have two deployments that behave the same...
Any ideas?