[Bug 352298] New: Getting "Bus error" with starting several KDE apps
https://bugzilla.novell.com/show_bug.cgi?id=352298 Summary: Getting "Bus error" with starting several KDE apps Product: openSUSE 10.3 Version: Final Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Critical Priority: P5 - None Component: KDE AssignedTo: kde-maintainers@suse.de ReportedBy: ffiene@veka.com QAContact: qa@suse.de Found By: --- Help! I get many of these errors and KDE is unusable! KDE3 is up to date from openSUSE BuildService, so for example kdebase3-3.5.8-32. ffiene@erwin:~> kmail Bus error ffiene@erwin:~> kopete Bus error ffiene@erwin:~> knode Bus error ffiene@erwin:~> strace kmail execve("/opt/kde3/bin/kmail", ["kmail"], [/* 84 vars */]) = 0 brk(0) = 0x605000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b0553608000 uname({sys="Linux", node="erwin", ...}) = 0 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/usr/lib/xorg/tls/x86_64/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib/xorg/tls/x86_64", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/usr/lib/xorg/tls/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib/xorg/tls", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/usr/lib/xorg/x86_64/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib/xorg/x86_64", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/usr/lib/xorg/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib/xorg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/usr/lib64/xorg/tls/x86_64/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib64/xorg/tls/x86_64", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/usr/lib64/xorg/tls/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib64/xorg/tls", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/usr/lib64/xorg/x86_64/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib64/xorg/x86_64", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/usr/lib64/xorg/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/usr/lib64/xorg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/opt/kde3/lib64/tls/x86_64/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/opt/kde3/lib64/tls/x86_64", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib64/tls/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/opt/kde3/lib64/tls", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib64/x86_64/libkmailprivate.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat("/opt/kde3/lib64/x86_64", 0x7fff574bb8b0) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib64/libkmailprivate.so", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pr#\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=2052096, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b0553609000 mmap(NULL, 8846280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2b0553809000 fadvise64(3, 0, 8846280, POSIX_FADV_WILLNEED) = 0 mprotect(0x2b0553e0d000, 2097152, PROT_NONE) = 0 mmap(0x2b055400d000, 434176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x604000) = 0x2b055400d000 --- SIGBUS (Bus error) @ 0 (0) --- +++ killed by SIGBUS +++ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352298 User ffiene@veka.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352298#c1 --- Comment #1 from Frank Fiene <ffiene@veka.com> 2008-01-08 08:16:18 MST --- OK, i've found also some problem with knetworkmanager and it seems to be some problem with dbus. knetworkmanager cannot connect to networkmanager backend, starting from a shell gives me: ffiene@erwin:~> knetworkmanager Error requesting name, org.freedesktop.DBus.Error.AccessDenied: Connection ":1.669" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file What can i do? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352298 User llunak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352298#c2 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ffiene@veka.com --- Comment #2 from Lubos Lunak <llunak@novell.com> 2008-01-14 08:50:46 MST --- What are the backtraces from the crashes? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=352298 User ffiene@veka.com added comment https://bugzilla.novell.com/show_bug.cgi?id=352298#c3 Frank Fiene <ffiene@veka.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|ffiene@veka.com | Resolution| |WORKSFORME --- Comment #3 from Frank Fiene <ffiene@veka.com> 2008-01-14 11:52:21 MST --- Sorry, the system was to important, after complete reinstallation everything was gone! I think about corrupt files after system crash. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com