Search found 5 matches
- Thu Jan 22, 2015 11:51 am
- Forum: ZoneMinder 1.28.x
- Topic: zmtrigger - Variable is not a string in Memory Mapped
- Replies: 4
- Views: 2552
Re: zmtrigger - Variable is not a string in Memory Mapped
This bug appears to be caused by the periodic reloading of Monitors by zmtrigger and the fact it calls "zmMemInvalidate" before that happens. sub zmMemDetach( $ ) { my $monitor = shift; if(!defined($monitor)) { print localtime()." Monitor not defined\n"; return; } if(!defined($$monitor{MMAP ...
- Sun Jan 18, 2015 12:59 pm
- Forum: ZoneMinder 1.28.x
- Topic: zmtrigger - Variable is not a string in Memory Mapped
- Replies: 4
- Views: 2552
Re: zmtrigger - Variable is not a string in Memory Mapped
That resulted in this: Use of uninitialized value in concatenation (.) or string at /usr/share/perl/5.18.2/ZoneMinder/Memory/Mapped.pm line 123. Undefined subroutine &ZoneMinder::Memory::Mapped::Warn called at /usr/share/perl/5.18.2/ZoneMinder/Memory/Mapped.pm line 123. I don't have time to debug ...
- Sat Jan 10, 2015 2:43 pm
- Forum: ZoneMinder 1.28.x
- Topic: zmtrigger - Variable is not a string in Memory Mapped
- Replies: 4
- Views: 2552
zmtrigger - Variable is not a string in Memory Mapped
My zmtrigger is exiting randomly - usually every 5-20mins with the following: variable is not a string at /usr/share/perl/5.18.2/ZoneMinder/Memory/Mapped.pm line 125. The line in question is: if ( ! munmap( ${$monitor->{MMap}} ) ) { I have no idea what's triggering it. It doesn't seem to be related ...
- Sat Jan 10, 2015 2:31 pm
- Forum: ZoneMinder 1.26.x
- Topic: problem with zmtrigger.pl
- Replies: 2
- Views: 3272
Re: problem with zmtrigger.pl
I'm getting the same error with zmtrigger under 1.28. (installed from Ubuntu packages) variable is not a string at /usr/share/perl/5.18.2/ZoneMinder/Memory/Mapped.pm line 125. This is 125: if ( ! munmap( ${$monitor->{MMap}} ) ) { # dpkg -l | grep zonemin ii zoneminder 1.28.0-trusty I'm yet to track ...
- Tue Apr 01, 2014 8:26 am
- Forum: Feature Requests
- Topic: zmstreamer outputs invalid HTTP: Loading Configuration
- Replies: 0
- Views: 1530
zmstreamer outputs invalid HTTP: Loading Configuration
Either i'm doing something wrong or Zmstreamer is outputing invalid HTTP by printing "Loading Zoneminder configuration". This appears to be the code in zmstreamer.cpp and i guess it should be surrounded by an if(debug) or have something like "Debug: " infront to stop Apache rejecting it. printf ...