On Thu, 20 Nov 2003 11:37:01 +0000 Paul Warren pdw@ex-parrot.com wrote:
Fedora Core 1, with all security updates.
I've got another problem with iftop, is segfaults:
[..] close(3) = 0 open("/root/.iftoprc", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0664, st_size=458, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xbf53a000 read(3, "interface: eth0\ndns-resolution: "..., 4096) = 458--- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++
Removing the .iftoprc makes it work again.
# cat .iftoprc interface: eth0 dns-resolution: no port-resolution: no filter-code: not udp port 53 show-bars: yes promiscuous: yes port-display: on hide-source: no hide-destination: no use-bytes: no #sort: 2s #sort: 10s sort: 40s #sort: source #sort: destination line-display: one-line-both #line-display: two-line #line-display: one-line-sent #line-display: one-line-received show-totals: yes log-scale: no max-bandwidth: 512k #net-filter: net/mask #screen-filter: regexp
HTH,
R.
On Mon, 1 Dec 2003 12:58:33 +0100 richard lucassen spamtrap@lucassen.org wrote:
Hmmm, I looked once again and apparently there is no debugging switched on (sorry, I'm not a programmer). How do I switch on debugging? ./configure--help doesn't help me any further.
R.