On Mon, Jan 09, 2006 at 11:49:53AM -0600, Gunnar Wolf wrote: > Ok, after asking some questions, I located the point Valgrind > complains at (line 92 of linux/diskmeter.cc): > > if (fields_[0] < 0.0) > > Now, this seems to be caused by certain confirguration of your system > or some actions you took. Could you please provide some insight in > order to reproduce this bug? A simple run of the currently packaged > xosview didn't produce the warning you report. Interesting; I can reproduce it on 2 other machines. Note that, without debugging symbols, it looks like this:
==3153== Conditional jump or move depends on uninitialised value(s) ==3153== at 0x40B7FB: (within /usr/bin/xosview) ==3153== by 0x40BF89: (within /usr/bin/xosview) ==3153== by 0x40D128: (within /usr/bin/xosview) ==3153== by 0x123D64C9: __libc_start_main (in /lib/libc-2.3.5.so) ==3153== by 0x404669: (within /usr/bin/xosview) If you like, I can provide a strace snippet which demonstrates the values read from /proc/, but it will be kind of messy. -- Clear skies, Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]