You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, December 1st 2003, 6:29pm

Krazy konk?

My Konqueror has worked fine for a year now. Recently I noticed it started using huge amounts of CPU time and slowing down to a crawl.
Certain webpges (i.e. www.iht.com) seem to provoke it. Top shows X using 78% of CPU, kdinit konqueror --silent uses more or less the rest
I did a strace -p PID of the one of the offending processes (/usr/X11R6/bin /X) and here is a fraction of the output:
strace -p [PID /usr/X11R6/bin/X]
..............................
read(22, "\320\36@\2(\0\0\0wK@\2\0\0\0\0H\0\0\0_\0!\0b\0u\0t\0 \0"..., 4084) = 4084
--- SIGALRM (Alarm clock) ---
sigreturn() = ? (mask now [])
select(256, [1 3 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25], NULL, NULL, {0, 0}) = 1 (in [17], left {0, 0})
read(17, "&\0\2\0:\0\0\0", 4096) = 8
read(17, 0x8a60720, 4096) = -1 EAGAIN (Resource temporarily unavailable)
writev(17, [{"\1\1q\340\0\0\0\0:\0\0\0\260\0`\1\245\0~\1\245\0~\1\20"..., 32}], 1) = 32
select(256, [1 3 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25], NULL, NULL, {0, 0}) = 0 (Timeout)
read(22, "\346\26@\2\1\0\247\2\372\2*\0008\0\4\0B\30@\2\4\0\0\0\377"..., 4088) = 4088
--- SIGALRM (Alarm clock) ---
sigreturn() = ? (mask now [])
select(256, [1 3 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25], NULL, NULL, {0, 0}) = 0 (Timeout)
read(22, "r\0n\0i\0a\0 \0o\0f\0f\0e\0r\0e\0d\0 \0\"\0B\0u\0"..., 4032) = 4032
read(22, "a\0n\0d\0 \0\"\0V\0i\0s\0i\0t\0 \0S\0c\0e\0n\0i\0"..., 4032) = 4032
--- SIGALRM (Alarm clock) ---
sigreturn() = ? (mask now [])
select(256, [1 3 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25], NULL, NULL, {0, 0}) = 2 (in [23 24], left {0, 0})
read(23, "M\30\20\0&\0`\2I\2`\2\3\0\16\0\0w\0r\0i\0t\0e\0v\0(\000"..., 5960) = 5804
read(23, 0x890fc38, 5960) = -1 EAGAIN (Resource temporarily unavailable)
select(256, [1 3 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25], NULL, NULL, {0, 0}) = 1 (in [24], left {0, 0})
read(24, "8\0\4\0\3\0\200\2\4\0\0\0\377\0\0\0F\0\5\0\2\0\200\2\3"..., 5.............................
Has anyone a clue to what went wrong?

Thank you
2.4.2 Kernel
Suse 8.2
Amd K6
512 MB
Sigan...