nikolai@donetsk:~$ gdb /usr/lib/evolution/evolution-calendar-factory GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 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-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/lib/evolution/evolution-calendar-factory...Reading symbols from /usr/lib/debug/.build-id/94/24ed97f553229571179dd5a72bf330db341937.debug...done. done. (gdb) set pagination 0 (gdb) thread apply all bt full (gdb) run Starting program: /usr/lib/evolution/evolution-calendar-factory warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff2799700 (LWP 20888)] EDataFactory is now online. Registering ECalBackendWeatherEventsFactory ('weather:VEVENT') Registering ECalBackendHttpEventsFactory ('webcal:VEVENT') Registering ECalBackendHttpJournalFactory ('webcal:VJOURNAL') Registering ECalBackendHttpTodosFactory ('webcal:VTODO') Registering ECalBackendCalDAVEventsFactory ('caldav:VEVENT') Registering ECalBackendCalDAVJournalFactory ('caldav:VJOURNAL') Registering ECalBackendCalDAVTodosFactory ('caldav:VTODO') Registering ECalBackendFileEventsFactory ('local:VEVENT') Registering ECalBackendFileJournalFactory ('local:VJOURNAL') Registering ECalBackendFileTodosFactory ('local:VTODO') Registering ECalBackendContactsEventsFactory ('contacts:VEVENT') Server is up and running... [New Thread 0x7fffea98c700 (LWP 20889)] [New Thread 0x7fffea18b700 (LWP 20890)] Bus name 'org.gnome.evolution.dataserver.Calendar1' acquired. Bye. [Thread 0x7fffea18b700 (LWP 20890) exited] [Thread 0x7fffea98c700 (LWP 20889) exited] [Thread 0x7ffff2799700 (LWP 20888) exited] [Inferior 1 (process 20885) exited normally] (gdb) bt No stack. (gdb)