GNOME Bugzilla – Bug 763656
Adding calendar creates segfault
Last modified: 2017-04-17 19:22:53 UTC
Created attachment 323939 [details] stack trace output when I try and add a new web calendar it segfaults after I have entered the username and password: stack trace attached
This stack trace isn't very helpful, as it doesn't show the place where Calendar crashes. Can you please provide the full version?
1:504)$ gdb gnome-calendar GNU gdb (GDB) 7.11 Copyright (C) 2016 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-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gnome-calendar...(no debugging symbols found)...done. (gdb) r Starting program: /usr/bin/gnome-calendar [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffe5ac4700 (LWP 398)] [New Thread 0x7fffe52c3700 (LWP 399)] [New Thread 0x7fffe4ac2700 (LWP 400)] [New Thread 0x7fffd7fff700 (LWP 401)] [New Thread 0x7fffd77fe700 (LWP 402)] [New Thread 0x7fffd6151700 (LWP 403)] [New Thread 0x7fffd5950700 (LWP 404)] [New Thread 0x7fffc7137700 (LWP 408)] [New Thread 0x7fffc6936700 (LWP 409)] [New Thread 0x7fffc6135700 (LWP 410)] [Thread 0x7fffc7137700 (LWP 408) exited] [New Thread 0x7fffc7137700 (LWP 412)] [New Thread 0x7fffc5934700 (LWP 413)] [New Thread 0x7fffc5133700 (LWP 414)] [Thread 0x7fffc6936700 (LWP 409) exited] [Thread 0x7fffc6135700 (LWP 410) exited] [Thread 0x7fffc7137700 (LWP 412) exited] [Thread 0x7fffc5934700 (LWP 413) exited] [Thread 0x7fffc5133700 (LWP 414) exited] [Thread 0x7fffd6151700 (LWP 403) exited] [New Thread 0x7fffd6151700 (LWP 421)] [Thread 0x7fffd7fff700 (LWP 401) exited] [New Thread 0x7fffd7fff700 (LWP 426)] Thread 1 "gnome-calendar" received signal SIGSEGV, Segmentation fault. 0x00000000004249f2 in ?? () (gdb) backtrace
+ Trace 236080
Thanks for your effort, but the stack trace sadly lacks debugging info and that makes it less useful. See https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces/Details for steps how to get a stacktrace with debugging info. Note the section about 'debugging information packages', judging from your trace you need the debugging info from the glib, gtk+ and gnome-calendar packages at least.
If any news arrive, please describe them at bug 781421. *** This bug has been marked as a duplicate of bug 781421 ***