ZM 1.24.2 Seg Faulting

Forum for questions and support relating to the 1.24.x releases only.
Locked
danodemano
Posts: 14
Joined: Mon Mar 14, 2011 10:00 pm
Location: Columbus, OH

ZM 1.24.2 Seg Faulting

Post by danodemano »

Alright so I installed ZoneMinder a few days ago on my Fedora 14 box from the yum repositories with the intention of adding in a camera today. Well the camera finally came (A Logitech C210) but I'm having some trouble getting it to work. The first two problems I managed to overcome with some searches (the Capture Palette had to be YUYV and I had the buffer/video size set to large) but now I'm getting Segmentation faults in the logs and haven't been able to find the answer. Here is a snippet of the logs:

Code: Select all

Mar 14 18:15:26 fedoraserver zmdc[3813]: INF [Starting pending process, zmc -d /dev/video0]
Mar 14 18:15:26 fedoraserver zmdc[3813]: INF ['zmc -d /dev/video0' starting at 11/03/14 18:15:26, pid = 4313]
Mar 14 18:15:26 fedoraserver zmdc[4313]: INF ['zmc -d /dev/video0' started at 11/03/14 18:15:26]
Mar 14 18:15:26 fedoraserver zmc_dvideo0[4313]: INF [Debug Level = 0, Debug Log = <none>]
Mar 14 18:15:26 fedoraserver zmc_dvideo0[4313]: INF [New Debug Level = 5, New Debug Log = /tmp/zm_debug.log.04313]
Mar 14 18:15:26 fedoraserver zmc_dvideo0[4313]: INF [Starting Capture]
Mar 14 18:15:26 fedoraserver zmc_dvideo0[4313]: WAR [Hue control is not suppported]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: INF [Got signal 11 (Segmentation fault), crashing]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Signal address is 0x10202, no eip]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Backtrace: /lib64/libpthread.so.0() [0x399860eeb0]]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Backtrace: /usr/bin/zmc() [0x41a110]]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Backtrace: /usr/bin/zmc() [0x421996]]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Backtrace: /usr/bin/zmc() [0x40560a]]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Backtrace: /lib64/libc.so.6(__libc_start_main+0xfd) [0x3997e1ee5d]]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: ERR [Backtrace: /usr/bin/zmc() [0x404ee9]]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: INF [Backtrace complete, please execute the following command for more information]
Mar 14 18:15:27 fedoraserver zmc_dvideo0[4313]: INF [addr2line -e /usr/bin/zmc() 0x399860eeb0 0x41a110 0x421996 0x40560a 0x3997e1ee5d 0x404ee9]
Mar 14 18:15:27 fedoraserver zmdc[3813]: ERR ['zmc -d /dev/video0' exited abnormally, exit status 11]
and the debug log mentioned there:

Code: Select all

03/14/11 18:15:26.079258 zmc_dvideo0[-1].INF-zm_debug.c/292 [New Debug Level = 5, New Debug Log = /tmp/zm_debug.log.04313]
03/14/11 18:15:26.079528 zmc_dvideo0[-1].DB1-zm_monitor.cpp/1712 [Got 1 monitors]
03/14/11 18:15:26.079586 zmc_dvideo0[-1].DB2-zm_local_camera.cpp/286 [V4L2 support enabled, using V4L2 api]
03/14/11 18:15:26.080076 zmc_dvideo0[-1].DB1-zm_monitor.cpp/338 [monitor purpose=1]
03/14/11 18:15:26.080109 zmc_dvideo0[-1].DB1-zm_monitor.cpp/345 [mem.size=2305044]
03/14/11 18:15:26.081973 zmc_dvideo0[-1].DB1-zm_zone.cpp/50 [Initialised zone 0/All - 1 - 320x240 - Rgb:ff0000, CM:3, MnAT:15, MxAT:0, MnAP:50, MxAP:75000, FB:3x3, MnFP:50, MxFP:50000, MnBS:10, MxBS:0, MnB:0, MxB:0, OF: 0]
03/14/11 18:15:26.087056 zmc_dvideo0[-1].DB1-zm_monitor.cpp/458 [Monitor Fluffy has function 2]
03/14/11 18:15:26.087093 zmc_dvideo0[-1].DB1-zm_monitor.cpp/459 [Monitor Fluffy LBF = '%N - %y/%m/%d %H:%M:%S', LBX = 0, LBY = 0]
03/14/11 18:15:26.087100 zmc_dvideo0[-1].DB1-zm_monitor.cpp/460 [Monitor Fluffy IBC = 10, WUC = 25, pEC = 10, PEC = 10, EAF = 1, FRI = 1000, RBP = 7, FM = 0]
03/14/11 18:15:26.087262 zmc_dvideo0[-1].DB1-zm_zone.cpp/889 [Got 1 zones for monitor Fluffy]
03/14/11 18:15:26.087283 zmc_dvideo0[-1].DB5-zm_zone.cpp/918 [Parsing polygon 0,0 319,0 319,239 0,239]
03/14/11 18:15:26.087290 zmc_dvideo0[-1].DB3-zm_zone.cpp/758 [Parsing polygon string '0,0 319,0 319,239 0,239']
03/14/11 18:15:26.087298 zmc_dvideo0[-1].DB3-zm_zone.cpp/796 [Got coordinate 0,0 from polygon string]
03/14/11 18:15:26.087305 zmc_dvideo0[-1].DB3-zm_zone.cpp/796 [Got coordinate 319,0 from polygon string]
03/14/11 18:15:26.087312 zmc_dvideo0[-1].DB3-zm_zone.cpp/796 [Got coordinate 319,239 from polygon string]
03/14/11 18:15:26.087318 zmc_dvideo0[-1].DB3-zm_zone.cpp/796 [Got coordinate 0,239 from polygon string]
03/14/11 18:15:26.087328 zmc_dvideo0[-1].DB3-zm_zone.cpp/816 [Successfully parsed polygon string]
03/14/11 18:15:26.087337 zmc_dvideo0[-1].DB1-zm_zone.cpp/50 [Initialised zone 1/All - 1 - 320x240 - Rgb:ff0000, CM:3, MnAT:25, MxAT:0, MnAP:2304, MxAP:57600, FB:3x3, MnFP:2304, MxFP:57600, MnBS:1536, MxBS:0, MnB:1, MxB:0, OF: 0]
03/14/11 18:15:26.089249 zmc_dvideo0[-1].DB1-zm_monitor.cpp/1814 [Loaded monitor 1(Fluffy), 1 zones]
03/14/11 18:15:26.089286 zmc_dvideo0[-1].INF-zmc.cpp/188 [Starting Capture]
03/14/11 18:15:26.089402 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/349 [Opening video device /dev/video0]
03/14/11 18:15:26.089459 zmc_dvideo0[-1].DB2-zm_local_camera.cpp/355 [V4L2 support enabled, using V4L2 api]
03/14/11 18:15:26.089471 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/360 [Checking video device capabilities]
03/14/11 18:15:26.089484 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/370 [Setting up video format]
03/14/11 18:15:26.116401 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/399 [Setting up request buffers]
03/14/11 18:15:26.116563 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/427 [Setting up 8 data buffers]
03/14/11 18:15:26.116645 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/465 [Configuring video source]
03/14/11 18:15:26.116687 zmc_dvideo0[-1].WAR-zm_local_camera.cpp/1279 [Hue control is not suppported]
03/14/11 18:15:26.116729 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/654 [Setting up static colour tables]
03/14/11 18:15:26.116743 zmc_dvideo0[-1].DB2-zm_local_camera.cpp/1439 [Priming capture]
03/14/11 18:15:26.116750 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/1443 [Queueing buffers]
03/14/11 18:15:26.116761 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/1459 [Starting video stream]
03/14/11 18:15:26.127525 zmc_dvideo0[-1].DB2-zm_local_camera.cpp/1485 [Pre-capturing]
03/14/11 18:15:26.127563 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/1491 [Capturing]
03/14/11 18:15:26.127585 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/1514 [Capturing 1 frames]
03/14/11 18:15:27.161444 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/1538 [Captured frame 0/0 from channel 0]
03/14/11 18:15:27.161500 zmc_dvideo0[-1].DB3-zm_local_camera.cpp/1572 [Doing format conversion]
03/14/11 18:15:27.161790 zmc_dvideo0[-1].INF-zm_signal.cpp/72 [Got signal 11 (Segmentation fault), crashing]
03/14/11 18:15:27.161827 zmc_dvideo0[-1].ERR-zm_signal.cpp/90 [Signal address is 0x10202, no eip]
03/14/11 18:15:27.162048 zmc_dvideo0[-1].ERR-zm_signal.cpp/122 [Backtrace: /lib64/libpthread.so.0() [0x399860eeb0]]
03/14/11 18:15:27.162081 zmc_dvideo0[-1].ERR-zm_signal.cpp/122 [Backtrace: /usr/bin/zmc() [0x41a110]]
03/14/11 18:15:27.162094 zmc_dvideo0[-1].ERR-zm_signal.cpp/122 [Backtrace: /usr/bin/zmc() [0x421996]]
03/14/11 18:15:27.162106 zmc_dvideo0[-1].ERR-zm_signal.cpp/122 [Backtrace: /usr/bin/zmc() [0x40560a]]
03/14/11 18:15:27.162119 zmc_dvideo0[-1].ERR-zm_signal.cpp/122 [Backtrace: /lib64/libc.so.6(__libc_start_main+0xfd) [0x3997e1ee5d]]
03/14/11 18:15:27.162131 zmc_dvideo0[-1].ERR-zm_signal.cpp/122 [Backtrace: /usr/bin/zmc() [0x404ee9]]
03/14/11 18:15:27.162144 zmc_dvideo0[-1].INF-zm_signal.cpp/125 [Backtrace complete, please execute the following command for more information]
03/14/11 18:15:27.162157 zmc_dvideo0[-1].INF-zm_signal.cpp/126 [addr2line -e /usr/bin/zmc() 0x399860eeb0 0x41a110 0x421996 0x40560a 0x3997e1ee5d 0x404ee9]
and from the zmdc.log:

Code: Select all

03/14/11 18:15:26.065548 zmdc[3813].INF [Starting pending process, zmc -d /dev/video0]
03/14/11 18:15:26.067478 zmdc[3813].INF ['zmc -d /dev/video0' starting at 11/03/14 18:15:26, pid = 4313]
03/14/11 18:15:27.171572 zmdc[3813].ERR ['zmc -d /dev/video0' exited abnormally, exit status 11]
The command it says to run returns nothing useful at all:

Code: Select all

[root@fedoraserver ~]# addr2line -e /usr/bin/zmc 0x399860eeb0 0x41a110 0x421996 0x40560a 0x3997e1ee5d 0x404ee9
??:0
??:0
??:0
??:0
??:0
??:0
If I do a

Code: Select all

ffmpeg -f video4linux2 -s 640x480 -r 30000/1001 -i /dev/video0 -y webcam.avi
I am getting video being outputted to the webcam.avi file so the system seems to be seeing the camera just fine. I have been all over the FAQ/Wiki/Forum/Google and can't seem to find an answer (though it's possible I wasn't searching the correct terms). Can someone make heads or tails of this or at least point me in the right direction?

I just happened to try it again after typing all that up and now I'm seeing something different in the logs??? I didn't change a thing, just decided to try it again. I'm really lost now...

messages:

Code: Select all

Mar 14 18:28:06 fedoraserver zms[4872]: INF [Debug Level = 0, Debug Log = <none>]
Mar 14 18:28:06 fedoraserver zms[4872]: INF [New Debug Level = 5, New Debug Log = /tmp/zm_debug.log.04872]
Mar 14 18:28:06 fedoraserver zms[4872]: Libgcrypt warning: missing initialization - please fix the application
Mar 14 18:28:06 fedoraserver zms[4872]: INF [Authenticated user 'admin']
Mar 14 18:28:06 fedoraserver zms[4872]: WAR [Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results]
Mar 14 18:28:06 fedoraserver zms[4872]: WAR [Unable to store frame as shared memory invalid]
Mar 14 18:28:16 fedoraserver zms[4872]: ERR [Terminating, last frame sent time 10.004446 secs more than maximum of 10.000000]
debug:

Code: Select all

03/14/11 18:28:06.236025 zms[-1].INF-zm_debug.c/292 [New Debug Level = 5, New Debug Log = /tmp/zm_debug.log.04872]
03/14/11 18:28:06.236159 zms[-1].DB1-zms.cpp/98 [Query: mode=jpeg&monitor=1&scale=100&maxfps=5&buffer=100&auth=be215f6571dbeaf6834300fed32b3b26&connkey=397300&rand=1300141686]
03/14/11 18:28:06.236201 zms[-1].DB1-zm_user.cpp/162 [Attempting to authenticate user from auth string 'be215f6571dbeaf6834300fed32b3b26']
03/14/11 18:28:06.236520 zms[-1].DB1-zm_user.cpp/219 [Checking auth_key 'aRvNke9PGzaSTJQHzObma41XUbYgiIadmin*F67F9FE248BD60A4CF1B07A7F515B76DCD9353BC127.0.0.118142111' -> auth_md5 'be215f6571dbeaf6834300fed32b3b26']
03/14/11 18:28:06.236546 zms[-1].INF-zm_user.cpp/225 [Authenticated user 'admin']
03/14/11 18:28:06.237508 zms[-1].DB1-zm_monitor.cpp/2262 [Got 1 monitors]
03/14/11 18:28:06.238021 zms[-1].DB1-zm_monitor.cpp/338 [monitor purpose=0]
03/14/11 18:28:06.238052 zms[-1].DB1-zm_monitor.cpp/345 [mem.size=2305044]
03/14/11 18:28:06.238094 zms[-1].WAR-zm_monitor.cpp/437 [Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results]
03/14/11 18:28:06.238246 zms[-1].DB1-zm_zone.cpp/50 [Initialised zone 0/All - 1 - 320x240 - Rgb:ff0000, CM:3, MnAT:15, MxAT:0, MnAP:50, MxAP:75000, FB:3x3, MnFP:50, MxFP:50000, MnBS:10, MxBS:0, MnB:0, MxB:0, OF: 0]
03/14/11 18:28:06.239584 zms[-1].DB1-zm_monitor.cpp/458 [Monitor Fluffy has function 2]
03/14/11 18:28:06.239616 zms[-1].DB1-zm_monitor.cpp/459 [Monitor Fluffy LBF = '%N - %y/%m/%d %H:%M:%S', LBX = 0, LBY = 0]
03/14/11 18:28:06.239624 zms[-1].DB1-zm_monitor.cpp/460 [Monitor Fluffy IBC = 10, WUC = 25, pEC = 10, PEC = 10, EAF = 1, FRI = 1000, RBP = 7, FM = 0]
03/14/11 18:28:06.239631 zms[-1].DB1-zm_monitor.cpp/2459 [Loaded monitor 1(Fluffy), 0 zones]
03/14/11 18:28:06.239766 zms[-1].DB3-zm_stream.cpp/58 [FPS:0.00, MXFPS:5.00, BFPS:0.00, EFPS:0.00, FM:1]
03/14/11 18:28:06.239794 zms[-1].DB3-zm_stream.cpp/65 [aEFPS:0.00, aFM:1]
03/14/11 18:28:06.240060 zms[-1].DB2-zm_monitor.cpp/3374 [Checking swap image location]
03/14/11 18:28:06.240086 zms[-1].DB3-zm_monitor.cpp/3375 [Checking swap image path]
03/14/11 18:28:06.240121 zms[-1].DB3-zm_monitor.cpp/2868 [Swap path '/tmp/zmswap-m1/zmswap-q397300' missing, creating]
03/14/11 18:28:06.240197 zms[-1].DB2-zm_monitor.cpp/3396 [Assigning temporary buffer]
03/14/11 18:28:06.240575 zms[-1].DB2-zm_monitor.cpp/3399 [Assigned temporary buffer]
03/14/11 18:28:06.240637 zms[-1].DB3-zm_stream.cpp/115 [Scaling by 100, zooming by 100 = magnifying by 100(100)]
03/14/11 18:28:06.240649 zms[-1].DB3-zm_stream.cpp/119 [Last scaling by 100, zooming by 100 = magnifying by 100(100)]
03/14/11 18:28:06.240656 zms[-1].DB3-zm_stream.cpp/122 [Base image width = 320, height = 240]
03/14/11 18:28:06.240662 zms[-1].DB3-zm_stream.cpp/125 [Virtual image width = 320, height = 240]
03/14/11 18:28:06.240668 zms[-1].DB3-zm_stream.cpp/128 [Last virtual image width = 320, height = 240]
03/14/11 18:28:06.240697 zms[-1].DB3-zm_stream.cpp/131 [Actual image width = 320, height = 240]
03/14/11 18:28:06.240705 zms[-1].DB3-zm_stream.cpp/134 [Last actual image width = 320, height = 240]
03/14/11 18:28:06.240711 zms[-1].DB3-zm_stream.cpp/137 [Display image width = 320, height = 240]
03/14/11 18:28:06.240718 zms[-1].DB3-zm_stream.cpp/140 [Last display image width = 320, height = 240]
03/14/11 18:28:06.240724 zms[-1].DB3-zm_stream.cpp/143 [Send image width = 320, height = 240]
03/14/11 18:28:06.240730 zms[-1].DB3-zm_stream.cpp/146 [Last send image width = 320, height = 240]
03/14/11 18:28:06.240736 zms[-1].DB3-zm_stream.cpp/164 [Real image width = 320, height = 240]
03/14/11 18:28:06.243068 zms[-1].WAR-zm_monitor.cpp/3564 [Unable to store frame as shared memory invalid]
03/14/11 18:28:11.744065 zms[-1].DB2-zm_monitor.cpp/2919 [Got message, type 1, msg 99]
03/14/11 18:28:11.744108 zms[-1].DB1-zm_monitor.cpp/3125 [Got QUERY command, sending STATUS]
03/14/11 18:28:11.744124 zms[-1].DB2-zm_monitor.cpp/3173 [L:0, D:0, P:0, R:100, d:1300141691.744, Z:100, E:1 F:0]
03/14/11 18:28:11.744193 zms[-1].DB3-zm_stream.cpp/58 [FPS:0.00, MXFPS:5.00, BFPS:0.00, EFPS:0.00, FM:1]
03/14/11 18:28:11.744269 zms[-1].DB3-zm_stream.cpp/65 [aEFPS:0.00, aFM:1]
03/14/11 18:28:16.745180 zms[-1].ERR-zm_monitor.cpp/3579 [Terminating, last frame sent time 10.004446 secs more than maximum of 10.000000]
03/14/11 18:28:16.745273 zms[-1].DB1-zm_monitor.cpp/3588 [Cleaning swap files from /tmp/zmswap-m1/zmswap-q397300]
03/14/11 18:28:16.745395 zms[-1].DB1-zm_monitor.cpp/3616 [Can't glob '/tmp/zmswap-m1/zmswap-q397300/*.*': 3]
Thanks so much!!!
danodemano
Posts: 14
Joined: Mon Mar 14, 2011 10:00 pm
Location: Columbus, OH

Re: ZM 1.24.2 Seg Faulting

Post by danodemano »

It also seems as though I sometimes get this:

Code: Select all

Mar 14 18:46:25 fedoraserver zms[5437]: INF [Debug Level = 0, Debug Log = <none>]
Mar 14 18:46:25 fedoraserver zms[5437]: INF [New Debug Level = 5, New Debug Log = /tmp/zm_debug.log.05437]
Mar 14 18:46:25 fedoraserver zms[5437]: Libgcrypt warning: missing initialization - please fix the application
Mar 14 18:46:25 fedoraserver zms[5437]: INF [Authenticated user 'admin']
Mar 14 18:46:25 fedoraserver zms[5437]: ERR [Terminating, last frame sent time 1300142785.034064 secs more than maximum of 10.000000]
And the debug log:

Code: Select all

03/14/11 18:46:25.029271 zms[-1].INF-zm_debug.c/292 [New Debug Level = 5, New Debug Log = /tmp/zm_debug.log.05437]
03/14/11 18:46:25.029405 zms[-1].DB1-zms.cpp/98 [Query: mode=jpeg&monitor=1&scale=100&maxfps=5&buffer=100&auth=be215f6571dbeaf6834300fed32b3b26&connkey=404999&rand=1300142784]
03/14/11 18:46:25.029450 zms[-1].DB1-zm_user.cpp/162 [Attempting to authenticate user from auth string 'be215f6571dbeaf6834300fed32b3b26']
03/14/11 18:46:25.030373 zms[-1].DB1-zm_user.cpp/219 [Checking auth_key 'aRvNke9PGzaSTJQHzObma41XUbYgiIadmin*F67F9FE248BD60A4CF1B07A7F515B76DCD9353BC127.0.0.118142111' -> auth_md5 'be215f6571dbeaf6834300fed32b3b26']
03/14/11 18:46:25.030405 zms[-1].INF-zm_user.cpp/225 [Authenticated user 'admin']
03/14/11 18:46:25.031368 zms[-1].DB1-zm_monitor.cpp/2262 [Got 1 monitors]
03/14/11 18:46:25.031878 zms[-1].DB1-zm_monitor.cpp/338 [monitor purpose=0]
03/14/11 18:46:25.031910 zms[-1].DB1-zm_monitor.cpp/345 [mem.size=2305044]
03/14/11 18:46:25.031986 zms[-1].DB1-zm_zone.cpp/50 [Initialised zone 0/All - 1 - 320x240 - Rgb:ff0000, CM:3, MnAT:15, MxAT:0, MnAP:50, MxAP:75000, FB:3x3, MnFP:50, MxFP:50000, MnBS:10, MxBS:0, MnB:0, MxB:0, OF: 0]
03/14/11 18:46:25.033191 zms[-1].DB1-zm_monitor.cpp/458 [Monitor Fluffy has function 2]
03/14/11 18:46:25.033218 zms[-1].DB1-zm_monitor.cpp/459 [Monitor Fluffy LBF = '%N - %y/%m/%d %H:%M:%S', LBX = 0, LBY = 0]
03/14/11 18:46:25.033226 zms[-1].DB1-zm_monitor.cpp/460 [Monitor Fluffy IBC = 10, WUC = 25, pEC = 10, PEC = 10, EAF = 1, FRI = 1000, RBP = 7, FM = 0]
03/14/11 18:46:25.033234 zms[-1].DB1-zm_monitor.cpp/2459 [Loaded monitor 1(Fluffy), 0 zones]
03/14/11 18:46:25.033352 zms[-1].DB3-zm_stream.cpp/58 [FPS:0.00, MXFPS:5.00, BFPS:0.00, EFPS:0.00, FM:1]
03/14/11 18:46:25.033381 zms[-1].DB3-zm_stream.cpp/65 [aEFPS:0.00, aFM:1]
03/14/11 18:46:25.033508 zms[-1].DB2-zm_monitor.cpp/3374 [Checking swap image location]
03/14/11 18:46:25.033525 zms[-1].DB3-zm_monitor.cpp/3375 [Checking swap image path]
03/14/11 18:46:25.033556 zms[-1].DB3-zm_monitor.cpp/2868 [Swap path '/tmp/zmswap-m1/zmswap-q404999' missing, creating]
03/14/11 18:46:25.033628 zms[-1].DB2-zm_monitor.cpp/3396 [Assigning temporary buffer]
03/14/11 18:46:25.034027 zms[-1].DB2-zm_monitor.cpp/3399 [Assigned temporary buffer]
03/14/11 18:46:25.534143 zms[-1].ERR-zm_monitor.cpp/3579 [Terminating, last frame sent time 1300142785.034064 secs more than maximum of 10.000000]
03/14/11 18:46:25.534234 zms[-1].DB1-zm_monitor.cpp/3588 [Cleaning swap files from /tmp/zmswap-m1/zmswap-q404999]
03/14/11 18:46:25.534378 zms[-1].DB1-zm_monitor.cpp/3616 [Can't glob '/tmp/zmswap-m1/zmswap-q404999/*.*': 3]
Thanks again!
danodemano
Posts: 14
Joined: Mon Mar 14, 2011 10:00 pm
Location: Columbus, OH

Re: ZM 1.24.2 Seg Faulting

Post by danodemano »

A reboot seemed to fix it? Is that normal? Anyway, now I'm trying to embed the video into an HTML/PHP page but can't seem to figure it out. I found a few threads about it but none of them work. Any advice? Thanks!!!
Locked