Gentoo Archives: gentoo-user

From: Justin Findlay <justin@××××××××.us>
To: gentoo-user@l.g.o
Subject: [gentoo-user]
Date: Mon, 02 Jun 2008 04:32:52
Message-Id: 20080602043248.GA10309@archimedes.jfindlay.us
1 I'm using net-misc/kiax-0.8.51 and for the past few months it has
2 started taking nearly a minute to startup. It's not an app that I use
3 very often, but still I'd like to find out why. I ran an strace on it
4 today and it's running thousands and thousands of this call:
5
6 fstat(6,{st_dev=makedev(254, 0), st_ino=3719182, st_mode=S_IFREG|0644,
7 st_nlink=1, st_uid=500, st_gid=500, st_blksize=4096, st_blocks=216,
8 st_size=105243, st_atime=2008/06/01-22:15:24,
9 st_mtime=2008/06/01-16:27:05, st_ctime=2008/06/01-16:27:05}) = 0
10
11 This happens when I run it both locally and remotely over ssh -X. What
12 can I do to figure out why it's running so many of these function calls?
13 The inode maps to ~/.qt/kiaxrc
14
15
16 Justin
17 --
18 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] numerous fstat calls Justin Findlay <justin@××××××××.us>