Segfaults in zoneminder-1.35.5-1.167.20200724gitg859428db5

Previous development branch now released as 1.36
Locked
torkilt
Posts: 38
Joined: Thu Jul 06, 2017 10:56 am

Segfaults in zoneminder-1.35.5-1.167.20200724gitg859428db5

Post by torkilt »

After last upgrade all my monitors seem to segfault. Here's an example:

Code: Select all

Aug 07 07:50:03 zm zma_m8[10531]: ERR [zma_m8] [Got signal 11 (Segmentation fault), crashing]
Aug 07 07:50:03 zm zma_m8[10531]: ERR [zma_m8] [Signal address is (nil), from 0x7fb1856d9ccf]
Aug 07 07:50:03 zm zma_m8[10531]: ERR [zma_m8] [Backtrace 0: /usr/bin/zma(_Z14zm_die_handleriP9siginfo_tPv+0x7a) [0x55f5bac98d2a]]
Aug 07 07:50:03 zm zma_m8[10531]: ERR [zma_m8] [Backtrace 1: /lib64/libpthread.so.0(+0xf630) [0x7fb184dc5630]]
Aug 07 07:50:03 zm zma_m8[10531]: ERR [zma_m8] [Backtrace 2: /lib64/libjpeg.so.62(+0x32ccf) [0x7fb1856d9ccf]]
Aug 07 07:50:03 zm zma_m8[10531]: INF [zma_m8] [Backtrace complete, please execute the following command for more information]
Aug 07 07:50:03 zm zma_m8[10531]: INF [zma_m8] [addr2line -e /usr/bin/zma 0x55f5bac98d2a 0x7fb184dc5630 0x7fb1856d9ccf]

Code: Select all

addr2line -e /usr/bin/zma 0x55f5bac98d2a 0x7fb184dc5630 0x7fb1856d9ccf
??:0
??:0
??:0

Code: Select all

[root@zm ~]# rpm -qa | grep zoneminder
zoneminder-common-1.35.5-1.167.20200724gitg859428db5.el7.x86_64
zoneminder-1.35.5-1.167.20200724gitg859428db5.el7.x86_64
zoneminder-httpd-1.35.5-1.167.20200724gitg859428db5.el7.x86_64

Code: Select all

[root@zm ~]# cat /etc/redhat-release 
CentOS Linux release 7.8.2003 (Core)
Any suggestions? Anything I can provide?

Thanks,

Torkil
User avatar
iconnor
Posts: 2904
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Segfaults in zoneminder-1.35.5-1.167.20200724gitg859428db5

Post by iconnor »

Upgrade. That is a several weeks old snapshot. If you want to run bleeding edge development versions you have to at least update to the latest before you file a report.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Segfaults in zoneminder-1.35.5-1.167.20200724gitg859428db5

Post by knight-of-ni »

I don't think he can at the moment. Fedora changed the %cmake macros we need to use in rpm specfiles, this caused all our redhat docker containers to fail, because they don't have those macros.

I just finished my first pass at upgrading all our redhat docker images and I'm watching the build progress to see if I got them all updated correctly.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Segfaults in zoneminder-1.35.5-1.167.20200724gitg859428db5

Post by knight-of-ni »

el7 packages are now updating again on zmrepo. Yum should pick up the changes after your local yum cache expires, or after issuing "yum clean all".
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
torkilt
Posts: 38
Joined: Thu Jul 06, 2017 10:56 am

Re: Segfaults in zoneminder-1.35.5-1.167.20200724gitg859428db5

Post by torkilt »

Thanks.

I did of course check for a new version before posting, I should have made that clear 🙂

Mvh.

Torkil
Locked