Crashreport Fabariagest 1.0.0


Autore
Caterpillar
    Post 37

    Eccoci qui. Con il programma compilato da sorgente sono riuscito ad avere un backtrace migliore

    [user@localhost fabaria_gest]$ gdb 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...(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".

    Program received signal SIGSEGV, Segmentation fault.
    QList (this=0x7ffff3636438 ) at ../../src/corelib/tools/qlist.h:121
    121 inline QList() : d(&QListData::shared_null) { d->ref.ref(); }
    (gdb) backtrace
    #0 0x00007ffff2affc74 in _GLOBAL__sub_I_qprinterinfo.cpp(void) (this=0x7ffff3636438 ) at ../../src/corelib/tools/qlist.h:121
    Python Exception maximum recursion depth exceeded while getting the str of an object:
    #1 0x00007ffff2affc74 in _GLOBAL__sub_I_qprinterinfo.cpp(void) (name=..., this=0x7ffff3636420 ) at painting/qprinterinfo_p.h:71
    #2 0x00007ffff2affc74 in _GLOBAL__sub_I_qprinterinfo.cpp(void) (__initialize_p=1, __priority=65535) at painting/qprinterinfo.cpp:35
    #3 0x00007ffff2affc74 in _GLOBAL__sub_I_qprinterinfo.cpp(void) () at painting/qprinterinfo.cpp:163
    #4 0x00007ffff7deb63a in call_init (l=, argc=argc@entry=1, argv=argv@entry=0x7fffffffde18, env=env@entry=0x7fffffffde28) at dl-init.c:72
    #5 0x00007ffff7deb74b in _dl_init (env=0x7fffffffde28, argv=0x7fffffffde18, argc=1, l=
    ) at dl-init.c:30
    #6 0x00007ffff7deb74b in _dl_init (main_map=0x7ffff7ffe148, argc=1, argv=0x7fffffffde18, env=0x7fffffffde28) at dl-init.c:120
    #7 0x00007ffff7ddccba in _dl_start_user () at /lib64/ld-linux-x86-64.so.2
    #8 0x0000000000000001 in ()
    #9 0x00007fffffffe17f in ()
    #10 0x0000000000000000 in ()
    (gdb)

    Crashreport Fabariagest 1.0.0