Summary: | Kopete eats processor for bunch of seconds each time message is sent | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Paulo J. Matos <pocm> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED REMIND | ||
Severity: | normal | CC: | Andreas.Schallenberg |
Priority: | NOR | ||
Version First Reported In: | 0.12.3 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Bzip2 compressed strace output. |
Description
Paulo J. Matos
2007-01-22 21:16:17 UTC
Persists in 0.12.4! what plugins are enabled? I can't confirm this, anybody else having this problem? I still confirm this. Tex plugin is installed but it is not used. It happens even with it off. if you still have the strace or can make a new one, please attached a compressed version to this bug report. Waiting on an strace output file to be attached to the bug report. If you're still having the problem, please attach an strace output log to this bug report and reopen it. Also, when you capture the output, please be sure to pass the --nofork option to kopete so it doesn't create multiple processes that need to be traced. Since a few day my KDE behaves the same. (3.5.10 "release 27.1", Linux kernel 2.6.22.18-0.2-default, openSUSE 10.3) I'll add an attachment with a compressed output of "strace -v kopete -nofork >& kopete-startup.strace.txt". Kopete takes some minutes to start and some minutes to quit. The same applies to kontact or kmail. One thing in the trace makes me think: ... lstat64("/home", {st_dev=makedev(8, 4), st_ino=2, st_mode=S_IFDIR|0755, st_nlink=6, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=8, st_size=4096, st_atime=2008/10/09-17:43:39, st_mtime=2008/10/08-16:21:24, st_ctime=2008/10/08-16:21:24}) = 0 ... Why calling stat on the "/home" directory and not my user's home? If "makedev" indicates a request to create something inside the file system, its no wonder that it fails. My user doesn't have permission to write there. There is a similar thread for Kubuntu here: http://ubuntuforums.org/showthread.php?t=783375 See comment #8. Unfortunately, my std.cvf appears to be fine (i'm telling by inspecting it with "less"). Created attachment 27767 [details]
Bzip2 compressed strace output.
I interrupted kopete manually after some minutes
waiting on the application to quit.
I upgraded to a newer distro (fresh install but keeping user's home as-is) and the effect goes away. ...and here it is again. The bug is here again. Just since I upgraded my KDE 3.5.9 to 3.5.10. |