Thanks for your reply, Daniil.
I'm not really good at debugging with gdb, so I hope I've done everything as it was needed. Here is the output:
Code:
[dmitriy@localhost S60 SDK]$ gdb -c core.3573 ./Nokia_Qt_SDK_Lin64_offline_v1_0_en
GNU gdb (GDB) Fedora (7.1-28.fc13)
Copyright (C) 2010 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 "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/dmitriy/storage1/software/S60 SDK/Nokia_Qt_SDK_Lin64_offline_v1_0_en...done.
warning: core file may not match specified executable file.
[New Thread 3573]
Missing separate debuginfo for
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/9e/ef3c8dabad1ba6746e5fef74878ba17e416e38
< ... skipped lots of "reading symbols from... no debugging symbols found" ... >
Core was generated by `./Nokia_Qt_SDK_Lin64_offline_v1_0_en'.
Program terminated with signal 11, Segmentation fault.
#0 0x0000000000000000 in ?? ()
Missing separate debuginfos, use: debuginfo-install GConf2-2.28.1-1.fc13.x86_64 ORBit2-2.14.18-1.fc13.x86_64 PackageKit-gtk-module-0.6.6-1.fc13.x86_64 atk-1.30.0-1.fc13.x86_64 avahi-0.6.25-7.fc13.x86_64 avahi-glib-0.6.25-7.fc13.x86_64 cairo-1.8.10-1.fc13.1.x86_64 dbus-glib-0.86-1.fc13.x86_64 dbus-libs-1.2.24-1.fc13.x86_64 expat-2.0.1-10.fc13.x86_64 fontconfig-2.8.0-1.2.fc13.1.x86_64 freetype-2.3.11-3.2.fc13.x86_64 glib2-2.24.1-1.fc13.x86_64 glibc-2.12-2.x86_64 gnome-vfs2-2.24.3-1.fc13.x86_64 gtk2-2.20.1-1.fc13.x86_64 gtk2-engines-2.20.1-1.fc13.x86_64 keyutils-libs-1.2-6.fc12.x86_64 krb5-libs-1.7.1-10.fc13.x86_64 libICE-1.0.6-2.fc13.x86_64 libSM-1.1.0-7.fc12.x86_64 libX11-1.3.1-3.fc13.x86_64 libXau-1.0.5-1.fc12.x86_64 libXcomposite-0.4.1-2.fc13.x86_64 libXcursor-1.1.10-4.fc13.x86_64 libXdamage-1.1.2-2.fc13.x86_64 libXext-1.1-2.fc13.x86_64 libXfixes-4.0.4-2.fc13.x86_64 libXi-1.3-2.fc13.x86_64 libXinerama-1.1-2.fc13.x86_64 libXrandr-1.3.0-5.fc13.x86_64 libXrender-0.9.5-1.fc13.x86_64 libart_lgpl-2.3.20-5.fc12.x86_64 libbonobo-2.24.2-2.fc13.x86_64 libbonoboui-2.24.3-1.fc13.x86_64 libcanberra-0.24-1.fc13.x86_64 libcanberra-gtk2-0.24-1.fc13.x86_64 libcom_err-1.41.10-6.fc13.x86_64 libgcc-4.4.4-10.fc13.x86_64 libgcrypt-1.4.5-4.fc13.x86_64 libgnome-2.30.0-1.fc13.x86_64 libgnome-keyring-2.30.1-1.fc13.x86_64 libgnomecanvas-2.30.1-1.fc13.x86_64 libgnomeui-2.24.3-1.fc13.x86_64 libgpg-error-1.7-1.fc13.x86_64 libogg-1.2.0-1.fc13.x86_64 libpng-1.2.44-1.fc13.x86_64 libselinux-2.0.90-5.fc13.x86_64 libstdc++-4.4.4-10.fc13.x86_64 libtdb-1.2.1-2.fc13.x86_64 libtool-ltdl-2.2.6-20.fc13.x86_64 libuuid-2.17.2-5.fc13.x86_64 libvorbis-1.3.1-1.fc13.x86_64 libxcb-1.5-1.fc13.x86_64 libxml2-2.7.7-1.fc13.x86_64 openssl-1.0.0a-1.fc13.x86_64 pango-1.28.0-1.fc13.x86_64 pixman-0.18.0-1.fc13.x86_64 popt-1.13-7.fc13.x86_64 zlib-1.2.3-23.fc12.x86_64
(gdb) backtrace
#0 0x0000000000000000 in ?? ()
#1 0x00000000005cf204 in KDUpdaterCrypto::KDUpdaterCrypto() ()
#2 0x00000000039722e0 in ?? ()
#3 0x00007fff93a49a60 in ?? ()
#4 0x00007fff93a49a70 in ?? ()
#5 0x000000000041573f in main ()
(gdb) quit
[dmitriy@localhost S60 SDK]$
Should I also install the debuginfo packages as proposed by gdb?