Commit Graph

32 Commits

Author SHA1 Message Date
Isaac Connor
6936a3547c shared data is frequently not valid or zmc not running. These shouldn't be errors as they generated too much noise. We can generate errors higher up. 2022-09-13 17:59:53 -04:00
Isaac Connor
4ead6886a3 Make shm debug level 3 2021-04-10 15:40:37 -04:00
Isaac Connor
da630f7534 Move shm Memory debug statements to level 2. 2021-04-10 15:35:24 -04:00
Isaac Connor
10d89ed82e Spacing, quotes, improve debug messages. 2020-04-23 10:00:11 -04:00
Isaac Connor
eccfdb8a6a Logging and whitespace changes. No logical changes 2018-12-20 13:50:07 -05:00
Isaac
12d310a9cb Cleanup 2018-01-11 22:53:34 +01:00
Isaac Connor
451714a403 Merge branch 'master' into storageareas 2017-06-04 21:42:56 -04:00
Isaac Connor
32d1e62f73 braces, spacing, quotes 2017-05-30 21:18:13 -04:00
Isaac Connor
ac32b001e9 use a real variable for the file handle so that it sticks around. 2017-01-12 13:05:39 -05:00
Isaac Connor
c97ecc2a38 remove debug line 2017-01-12 13:04:44 -05:00
Isaac Connor
0197c550ae Use a real variable for file handle so that it sticks around 2017-01-12 12:54:14 -05:00
Isaac Connor
d2ff6701f4 test 2017-01-10 13:53:02 -05:00
Andy Bauer
254fcbcef7 update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
Dmitry Smirnov
62c1429039 wrap long lines 2015-04-19 16:31:53 +10:00
Dmitry Smirnov
6a150d2607 tabs-to-spaces 2015-04-19 15:17:10 +10:00
Dmitry Smirnov
59b63188cb eliminating {Two-argument "open"}/{Bareword file handle}. See pages 202,204 of PBP. (Severity: 5) 2015-04-17 09:33:06 +10:00
Dmitry Smirnov
3d512dbada eliminate Subroutine prototypes 2015-04-17 09:22:47 +10:00
Isaac Connor
7cbb079370 revert size check for now 2014-08-04 11:26:33 -04:00
Isaac Connor
a87f75eee0 any size discrepancy is caused for bailing 2014-08-01 11:27:51 -04:00
Isaac Connor
d185f05006 robustness/code style changes 2014-01-03 12:55:30 -05:00
Isaac Connor
2ced76c20d do this one too 2013-12-17 11:24:33 -05:00
Isaac Connor
1d338ed879 more 2013-12-16 16:36:12 -05:00
Patrick McGuire
8c0ad352f5 Fix shared memory errors on centos 6.4 2013-11-08 14:53:01 -05:00
Isaac Connor
60258e7aa1 Check the size of the mmap file before mmaping it. If the mmap file 0 ( can happen with remote cameras that can't be reached because it is offline ) we get sigbus. I think the mmap succeeds, but is zero sized, so the first access causes SIGBUS. 2013-10-04 11:54:21 -04:00
stan
6ff385e407 git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3459 e3e1d417-86f3-4887-817a-d78f3d33393f 2011-06-21 09:19:10 +00:00
stan
e9865320e7 Prevent memory handles from leaking when polling monitors
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3360 e3e1d417-86f3-4887-817a-d78f3d33393f
2011-05-25 08:27:46 +00:00
stan
f0e7aaf6db Made mapped memory files not hidden
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2999 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-12-02 18:37:24 +00:00
stan
cde8ea20bb Detainted mmap paths so delete works.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2772 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:37:32 +00:00
stan
e64312e48c Corrected so mapped memory files are removed by package script.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2771 e3e1d417-86f3-4887-817a-d78f3d33393f
2009-02-17 12:32:03 +00:00
stan
106882c161 Updated copyright notices
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2612 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 09:48:16 +00:00
stan
80a16065da Fixed incorrect package names in memory packages.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2606 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-25 08:39:14 +00:00
stan
31e342b608 Bug 484 - Added method of checking last analysis time plus belatedly added modules to SVN
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2579 e3e1d417-86f3-4887-817a-d78f3d33393f
2008-07-21 14:45:48 +00:00