After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758621 - Geary crashes (segfault) reliably while changing folders OR editing drafts OR (sometimes) being IDLE
Geary crashes (segfault) reliably while changing folders OR editing drafts OR...
Status: RESOLVED DUPLICATE of bug 745165
Product: geary
Classification: Other
Component: general
0.10.x
Other Linux
: Normal critical
: ---
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-24 22:14 UTC by Marc Croteau
Modified: 2016-06-16 04:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
geary.dbg file (26.01 KB, text/plain)
2015-11-24 22:14 UTC, Marc Croteau
Details
geary.gdb (47.69 KB, text/plain)
2016-06-15 07:57 UTC, Khurshid Alam
Details

Description Marc Croteau 2015-11-24 22:14:08 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.
"
Comment 1 Marc Croteau 2015-11-24 22:24:14 UTC
Running Ubuntu 15.10 with unity desktop environment
Comment 2 Michael Gratton 2016-03-26 03:12:55 UTC
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.
Comment 3 Michael Gratton 2016-06-05 09:13:57 UTC
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!
Comment 4 Khurshid Alam 2016-06-15 07:57:29 UTC
Created attachment 329846 [details]
geary.gdb

Stack trace attachment
Comment 5 Khurshid Alam 2016-06-15 07:58:48 UTC
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.
Comment 6 Khurshid Alam 2016-06-15 08:03:40 UTC
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.
Comment 7 Michael Gratton 2016-06-15 23:22:31 UTC
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.
Comment 8 Khurshid Alam 2016-06-16 04:42:51 UTC
Yes. Its 32 bit os. 

Ok. That bug seems relevant. So I will be commenting on that bug from now on. Thanks.
Comment 9 Michael Gratton 2016-06-16 04:52:03 UTC
That sounds like a plan, thanks.

*** This bug has been marked as a duplicate of bug 745165 ***