Here's my log , i think we got the same problem
 
Program received signal SIGSEGV, Segmentation fault.
0x295e7de9 in rrd_graph (argc=35, argv=0xbfaa7a1c, prdata=0x29b9df04, xsize=0xbfa9a748, ysize=0xbfa9a74c) at rrd_graph.c:2862
2862    }
(gdb) bt full
#0  0x295e7de9 in rrd_graph (argc=35, argv=0xbfaa7a1c, prdata=0x29b9df04, xsize=0xbfa9a748, ysize=0xbfa9a74c) at rrd_graph.c:2862
        xsize = (int *) 0x23
        ysize = (int *) 0x23
        im = Error accessing memory address 0xbfa99f1c: Bad address.
(gdb) list
2857            output[outp++] = input[inp];
2858          }
2859        }
2860        output[outp] = '\0';
2861        return inp;
2862    }
2863
2864    int
2865    rrd_graph(int argc, char **argv, char ***prdata, int *xsize, int *ysize)
2866    {
(gdb) info thread
  10 process 71027, thread 10  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  9 process 71027, thread 9  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  8 process 71027, thread 8  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  7 process 71027, thread 7  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  6 process 71027, thread 6  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  5 process 71027, thread 5  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  4 process 71027, thread 4  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  3 process 71027, thread 3  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
  2 process 71027, thread 2  0x2996eef3 in _thread_kern_sched () from /usr/lib/libc_r.so.4
* 1 process 71027, thread 1  0x295e7de9 in rrd_graph (argc=35, argv=0xbfaa7a1c, prdata=0x29b9df04, xsize=0xbfa9a748,
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to