No problem there. I'd like to rule out compiler optimization problems as well. They aren't likely, but they are easy to test for, so please build with:
make clean ; make CFLAGS=-O0 && sudo make install Then please tell me whether that bubblemon crashes as well. If it does, I intend provide you with some more instrumentation after that to see where the network load values get corrupted. Regards //Johan 2009/1/2 Jean-Luc Coulon (f5ibh) <[email protected]>: > Le 02.01.2009 17:49:41, Johan Walles a écrit : >>So bytes sent on the livebox interface suddenly goes down from 7400435 >>to 60403. >> >>Either that's because libgtop reports strange numbers, or it's because >>I'm messing up somehow. To rule out libgtop I've written a program >>that measures network load like bubblemon is doing, but this program >>just prints the network load to stdout. >> >>Build it like this (it should build without warnings): >>gcc -Werror -Wall -Wextra $(pkg-config --cflags --libs libgtop-2.0) -g >>-O0 netload.c -o netload >> >>Run it like this: >>./netload livebox > netload.out >> >>Then start a bubblemon and wait for it to crash. >> >>When bubblemon crashes, please send me a copy of your netload.out. >> >> //Johan >> > > Here is the output of the netload program. > FYI, "livebox" is and ethernet interface renamed with nameif. > > > # The primary network interface > auto livebox > iface livebox inet static > address 192.168.1.15 > netmask 255.255.255.0 > pre-up nameif livebox 00:11:2F:C6:5A:38 > up route add default gw 192.168.1.1 > > > Regards > > Jean-Luc > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

