|
Hello all , Well an strace isn't shedding any good light on the difficulty(ies) . Seems fcntl64 (a kernel item) mzay be the culprit . I haven't updated the kernel . Tho I probably should (eventually) . Tho it could be the next call to 'something' that is actually failing , But I am not able to acquire that readily . Again any hints on where to look please pipe up . Tia , JimL
# strace -f /usr/local/mrtg-2/bin/mrtg --debug="base,snpo,snpo2,coca,repo,fork,time,log,eval,prof" /var/www/htdocs/router2cgi/cfg/to-rtr01.cfg 2>&1 | tee ~/strace-mrtg-the-last-area-before-segfault.log
# tail -20 ~/strace-mrtg-the-last-area-before-segfault.log write(2, "--prof: RRDs::tune /var/www/htdo"..., 86--prof: RRDs::tune /var/www/htdocs/router2cgi/graphs/to-rtr01/to-rtr01_1.rrd - 0.002s ) = 86 write(2, "--log: RRDs::update(/var/www/htd"..., 114--log: RRDs::update(/var/www/htdocs/router2cgi/graphs/to-rtr01/to-rtr01_1.rrd, '1233956397:553429700:3414135629') ) = 114 gettimeofday({1233956398, 821161}, NULL) = 0 open("/var/www/htdocs/router2cgi/graphs/to-rtr01/to-rtr01_1.rrd", O_RDWR) = 5 utime("/var/www/htdocs/router2cgi/graphs/to-rtr01/to-rtr01_1.rrd", NULL) = 0 fstat64(5, {st_mode=S_IFREG|0674, st_size=94584, ...}) = 0 fadvise64(5, 0, 0, POSIX_FADV_RANDOM) = 0 mmap2(NULL, 94584, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0xb7cc0000 madvise(0xb7cc0000, 94584, 0x1 /* MADV_??? */) = 0 madvise(0xb7cc0000, 112, MADV_SEQUENTIAL|0x1) = 0 madvise(0xb7cc0000, 240, MADV_SEQUENTIAL|0x1) = 0 madvise(0xb7cc0000, 864, MADV_SEQUENTIAL|0x1) = 0 madvise(0xb7cc0000, 8, MADV_SEQUENTIAL|0x1) = 0 gettimeofday({1233956398, 823497}, NULL) = 0 fcntl64(5, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Process 6293 detached
|