GNOME Bugzilla – Bug 758621
Geary crashes (segfault) reliably while changing folders OR editing drafts OR (sometimes) being IDLE
Last modified: 2016-06-16 04:52:03 UTC
Created attachment 316205 [details] geary.dbg file Geary crashes and, while repeatable, happens in a number of situations. All crashes have the same message: " Program received signal SIGSEGV, Segmentation fault. 0xb4cfa8d0 in _IO_vfprintf_internal (s=0xbfffeb30, format=<optimized out>, ap=0xbfffed2c "") at vfprintf.c:1642 1642 vfprintf.c: No such file or directory. "
Running Ubuntu 15.10 with unity desktop environment
Hi there, thanks for reporting the problem. Is it still an issue for you? If so, can you obtain a backtrace of the crash and attach it to this bug? Follow the steps to produce the file "geary.gdb" as outlined here https://wiki.gnome.org/Apps/Geary/FAQ and attach it to this bug.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!
Created attachment 329846 [details] geary.gdb Stack trace attachment
Same thing happening here with 0.11x in Ubuntu 16.04. Thread 1 "geary" received signal SIGSEGV, Segmentation fault. 0xb4c9d353 in _IO_vfprintf_internal (s=0xbfffeb50, format=<optimized out>, ap=0xbfffed4c "") at vfprintf.c:1632 1632 vfprintf.c: No such file or directory.
More info: 1. Not all IMAP Gmail folders are enabled. I disabled "All Mail" folder from Gmail web. 2. For me I can reproduce it immediately when I editing draft for my gmail account.
Hi Khurshid, thanks for the trace. This kind of looks like Bug 745165 - are you running a 32-bit OS? If so, commenting out line 1272 in src/engine/imap-engine/imap-engine-minimal-folder.vala and recompiling may help.
Yes. Its 32 bit os. Ok. That bug seems relevant. So I will be commenting on that bug from now on. Thanks.
That sounds like a plan, thanks. *** This bug has been marked as a duplicate of bug 745165 ***