Re:Crashreport Fabariagest 1.0.0


Angelo Scarnà
    Post 37

    Ciao Caterpillar,

    allora ho installato come te il file rpm di fedora nella mia distribuzione. Lancia da terminale

    dnf update

    e vedi gli aggiornamenti.

    Altra cosa questo è il mio bug report sotto fedora 22. Io utilizzo proprio fedora come ambiente di sviluppo, per questo ho fatto tutte le verifiche del caso. QAtomicInt è una classe delle qt che va a leggere la memoria utilizzata dal software o da qualunque programma che usa le Qt. In parole povere al posto di usare malloc o realloc in c++ si usa QAtomicInt dove ref() e deref() fanno lo stesso lavoro di malloc.

    gdb --args ./fabaria_gest
    GNU gdb (GDB) Fedora 7.9.1-19.fc22
    Copyright (C) 2015 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later
    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".
    Type "show configuration" for configuration details.
    For bug reporting instructions, please see:
    .
    Find the GDB manual and other documentation resources online at:
    .
    For help, type "help".
    Type "apropos word" to search for commands related to "word"...
    Reading symbols from ./fabaria_gest...Reading symbols from /usr/lib/debug/opt/fabaria_gest/fabaria_gest.debug...(no debugging symbols found)...done.
    (no debugging symbols found)...done.
    (gdb) run
    Starting program: /opt/fabaria_gest/fabaria_gest
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib64/libthread_db.so.1".
    Detaching after fork from child process 6754.
    Detaching after fork from child process 6772.
    Detaching after fork from child process 6773.
    QSqlDatabasePrivate::removeDatabase: connection 'qt_sql_default_connection' is still in use, all queries will cease to work.
    QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed.
    Detaching after fork from child process 6777.
    [Inferior 1 (process 6749) exited normally]
    Missing separate debuginfos, use: dnf debuginfo-install attica-0.4.2-4.fc22.x86_64 dbusmenu-qt-0.9.3-0.10.20150604.fc22.x86_64 gamin-0.1.10-17.fc22.x86_64 herqq-1.0.0-8.fc22.x86_64 ibus-qt-1.3.3-5.fc22.x86_64 ilmbase-2.2.0-1.fc22.x86_64 kdelibs-4.14.12-1.fc22.x86_64 kde-platform-plugin-4.11.22-2.fc22.x86_64 kde-runtime-libs-15.08.1-2.fc22.x86_64 kde-style-breeze-5.4.1-1.fc22.x86_64 libacl-2.2.52-7.fc22.x86_64 libXft-2.3.2-2.fc22.x86_64 libxml2-2.9.2-4.fc22.x86_64 libXpm-3.5.11-3.fc22.x86_64 libXtst-1.2.2-4.fc22.x86_64 OpenEXR-libs-2.2.0-1.fc22.x86_64 qca-2.1.0-14.fc22.x86_64 soprano-2.9.4-5.fc22.x86_64 strigi-libs-0.7.8-7.fc22.x86_64
    (gdb) run
    Starting program: /opt/fabaria_gest/fabaria_gest
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib64/libthread_db.so.1".
    Detaching after fork from child process 6806.
    Detaching after fork from child process 6825.
    Detaching after fork from child process 6826.
    [New Thread 0x7fffd2214700 (LWP 6831)]
    [Thread 0x7fffd2214700 (LWP 6831) exited]
    [Thread 0x7ffff7fa38c0 (LWP 6804) exited]
    [Inferior 1 (process 6804) exited normally]
    Missing separate debuginfos, use: dnf debuginfo-install appmenu-qt-0.2.6-6.fc22.x86_64 nss-mdns-0.10-15.fc22.x86_64 sni-qt-0.2.6-4.fc22.x86_64
    (gdb) run
    Starting program: /opt/fabaria_gest/fabaria_gest
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib64/libthread_db.so.1".
    Detaching after fork from child process 6835.
    Detaching after fork from child process 6854.
    Detaching after fork from child process 6855.
    [New Thread 0x7fffd241e700 (LWP 6860)]
    [Thread 0x7fffd241e700 (LWP 6860) exited]
    [Inferior 1 (process 6833) exited normally]
    (gdb) backtrace
    No stack.
    (gdb)

    Prova e fammi sapere.

    Re:Crashreport Fabariagest 1.0.0