On Út, 2008-05-13 at 17:03 +0200, Michael Schwendt wrote: > On Tue, 13 May 2008 16:23:00 +0200, Pavel Lisy wrote: > > > Pavel Lisy píše v Út 13. 05. 2008 v 16:17 +0200: > > > Pavel Lisy píše v Út 13. 05. 2008 v 15:57 +0200: > > > > Michael Schwendt píše v Út 13. 05. 2008 v 13:39 +0200: > > > > > On Tue, 13 May 2008 12:58:51 +0200, Pavel Lisy wrote: > > > > > > > > > > > I have problem with gkrellm. When I reboot computer and log in it is > > > > > > working, but it crash after while and then it get Segmentation fault > > > > > > when I try start it by unprivileged user (me). When I start it under > > > > > > root it is working. > > > > > > > > > > > > Is it common problem? I don't use any special plugin to it. > > > > > > > > > > > > Any help will be appreciated. > > > > > > > > > > > > Pavel > > > > > > > > > > > > > > > http://fedoraproject.org/wiki/StackTraces > > > > > > > > > > Can you install the missing -debuginfo packages, run gkrellm > > > > > from a graphical terminal and capture a stacktrace? > > > > > > > > Is this what you want? > > > > > > > > [pali@pali-pc ~]$ gdb gkrellm > > > > GNU gdb Fedora (6.8-1.fc9) > > > > Copyright (C) 2008 Free Software Foundation, Inc. > > > > License GPLv3+: GNU GPL version 3 or later > > > > <http://gnu.org/licenses/gpl.html> > > > > This is free software: you are free to change and redistribute it. > > > > There is NO WARRANTY, to the extent permitted by law. Type "show > > > > copying" > > > > and "show warranty" for details. > > > > This GDB was configured as "i386-redhat-linux-gnu"... > > > > (gdb) run > > > > Starting program: /usr/bin/gkrellm > > > > [Thread debugging using libthread_db enabled] > > > > [New Thread 0xb807e710 (LWP 9523)] > > > > > > > > Program received signal SIGSEGV, Segmentation fault. > > > > [Switching to Thread 0xb807e710 (LWP 9523)] > > > > 0x04cd78b9 in X509_STORE_add_lookup () from /lib/libcrypto.so.7 > > > > Missing separate debuginfos, use: debuginfo-install atk.i386 cairo.i386 > > > > cyrus-sasl.i386 e2fsprogs.i386 expat.i386 fontconfig.i386 freetype.i386 > > > > glib2.i386 glibc.i686 gnutls.i386 gtk2.i386 keyutils.i386 krb5.i386 > > > > libICE.i386 libSM.i386 libX11.i386 libXau.i386 libXcomposite.i386 > > > > libXcursor.i386 libXdmcp.i386 libXext.i386 libXfixes.i386 libXi.i386 > > > > libXinerama.i386 libXrandr.i386 libXrender.i386 libgcrypt.i386 > > > > libgpg-error.i386 libpng.i386 libselinux.i386 libtasn1.i386 libxcb.i386 > > > > nss_ldap.i386 openssl.i686 pango.i386 pixman.i386 zlib.i386 > > > > > > > Sorry I didn't read it up to end. But I found following problem: > > > > > > [pali@pali-pc ~]$ gdb gkrellm > > > GNU gdb Fedora (6.8-1.fc9) > > > Copyright (C) 2008 Free Software Foundation, Inc. > > > License GPLv3+: GNU GPL version 3 or later > > > <http://gnu.org/licenses/gpl.html> > > > This is free software: you are free to change and redistribute it. > > > There is NO WARRANTY, to the extent permitted by law. Type "show > > > copying" > > > and "show warranty" for details. > > > This GDB was configured as "i386-redhat-linux-gnu"... > > > (gdb) run > > > Starting program: /usr/bin/gkrellm > > > [Thread debugging using libthread_db enabled] > > > [New Thread 0xb7fb6710 (LWP 10057)] > > > > > > Program received signal SIGSEGV, Segmentation fault. > > > [Switching to Thread 0xb7fb6710 (LWP 10057)] > > > X509_STORE_add_lookup (v=<value optimized out>, m=<value optimized out>) > > > at x509_lu.c:255 > > > 255 sk=v->get_cert_methods; > > > Missing separate debuginfos, use: debuginfo-install keyutils.i386 > > > (gdb) > > > > > > > > > When I try suggested, I get this: > > > > > > [root@pali-pc ~]# debuginfo-install keyutils.i386 > > > Loaded plugins: refresh-packagekit > > > enabling fedora-debuginfo > > > Reading repository metadata in from local files > > > enabling updates-debuginfo > > > Reading repository metadata in from local files > > > No debuginfo packages available to install > > > > This helped: > > > > [root@pali-pc ~]# yum -y --enablerepo=fedora-debuginfo install > > keyutils-debuginfo > > > > But output is not understandable for me: > > > > [pali@pali-pc ~]$ gdb gkrellm > > GNU gdb Fedora (6.8-1.fc9) > > Copyright (C) 2008 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later > > <http://gnu.org/licenses/gpl.html> > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. Type "show > > copying" > > and "show warranty" for details. > > This GDB was configured as "i386-redhat-linux-gnu"... > > (gdb) run > > Starting program: /usr/bin/gkrellm > > [Thread debugging using libthread_db enabled] > > [New Thread 0xb7f52710 (LWP 10341)] > > > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread 0xb7f52710 (LWP 10341)] > > X509_STORE_add_lookup (v=<value optimized out>, m=<value optimized out>) > > at x509_lu.c:255 > > 255 sk=v->get_cert_methods; > > > > > > > > Is it something with LDAP authentication and SSL certificat? I lost my > > icon in gdm screen too. > > Plus: > > > 0x04cd78b9 in X509_STORE_add_lookup () from /lib/libcrypto.so.7 > > That's OpenSSL code, which is a surprise because gkrellm in F9 > uses GnuTLS instead. Do you really refer to the F9 gkrellm build? I didn't install packages from other sources [pali@pali-pc ~]$ rpm -qf /usr/bin/gkrellm gkrellm-2.3.1-3.fc9.i386 [pali@pali-pc ~]$ sudo yum list '*gkrellm*' Loaded plugins: refresh-packagekit Installed Packages gkrellm.i386 2.3.1-3.fc9 installed gkrellm-debuginfo.i386 2.3.1-3.fc9 installed gkrellm-top.i386 2.2.11-1.fc9 installed Available Packages gkrellm-aclock.i386 0.3.4-5 fedora gkrellm-daemon.i386 2.3.1-3.fc9 fedora gkrellm-devel.i386 2.3.1-3.fc9 fedora gkrellm-freq.i386 1.0-8.fc9 fedora gkrellm-moon.i386 0.6-6 fedora gkrellm-sun.i386 1.0.0-6 fedora gkrellm-volume.i386 2.1.13-7.fc9 fedora gkrellm-weather.i386 2.0.7-6.fc9 fedora gkrellm-wifi.i386 0.9.12-7.fc9 fedora I use OpenSSL for authentication (TLS/LDAP) Any other ideas? Pavel -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list