Search found 2 matches

by chris_at_1006_dot_org
Sun Mar 08, 2009 11:08 am
Forum: ZoneMinder Previous Versions
Topic: need to debug segfault in zmc 1.23.3
Replies: 2
Views: 2437

Thank you nuck, following Phil's tip (addr2line) I could pinpoint the exact point where it segfaults: in line 188 of zm_remote_camera.cpp! Below are 3 stacktraces on 2 different boxes that all point to this line. 184 int RemoteCamera::ReadData( Buffer &buffer, int bytes_expected ) 185 { 186 fd_set ...
by chris_at_1006_dot_org
Sat Feb 21, 2009 8:48 pm
Forum: ZoneMinder Previous Versions
Topic: need to debug segfault in zmc 1.23.3
Replies: 2
Views: 2437

need to debug segfault in zmc 1.23.3

Hi, I'm running a zm 1.23.3 compiled from source on an Ubuntu 8.04 server. The problem is I get a lot of seg faults of the following kind: Feb 21 18:01:29 xxxxxxx zmc_m3[24744]: ERR [Got signal (Segmentation fault), crashing] Feb 21 18:01:29 xxxxxxx zmc_m3[24744]: ERR [Signal address is 0xdf9027dc ...