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 781879 - Geary segfaults on istream_caching_finished()
Geary segfaults on istream_caching_finished()
Status: RESOLVED DUPLICATE of bug 771912
Product: geary
Classification: Other
Component: general
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-28 05:57 UTC by Adrien Plazas
Modified: 2017-05-02 04:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrien Plazas 2017-04-28 05:57:09 UTC
Thread 1 "geary" received signal SIGSEGV, Segmentation fault.
istream_caching_finished (istream=0x6d91c50, bytes_written=866, error=0x73dfab0, user_data=0x18dd970) at soup-cache.c:783
783	soup-cache.c: Aucun fichier ou dossier de ce type.
(gdb) bt
  • #0 istream_caching_finished
    at soup-cache.c line 783
  • #1 ffi_call_unix64
    at ../src/x86/unix64.S line 101
  • #2 ffi_call_int
    at ../src/x86/ffi64.c line 662
  • #3 ffi_call
    at ../src/x86/ffi64.c line 674
  • #4 g_cclosure_marshal_generic_va
    at gclosure.c line 1604
  • #5 _g_closure_invoke_va
    at gclosure.c line 867
  • #6 g_signal_emit_valist
    at gsignal.c line 3300
  • #7 g_signal_emit
    at gsignal.c line 3447
  • #8 notify_and_clear
    at soup-cache-input-stream.c line 57
  • #9 write_ready_cb
    at soup-cache-input-stream.c line 168
  • #10 g_task_return_now
    at gtask.c line 1145
  • #11 complete_in_idle_cb
    at gtask.c line 1159
  • #12 g_main_dispatch
    at gmain.c line 3203
  • #13 g_main_context_dispatch
    at gmain.c line 3856
  • #14 g_main_context_iterate
    at gmain.c line 3929
  • #15 g_main_context_iteration
    at gmain.c line 3990
  • #16 g_application_run
    at gapplication.c line 2381
  • #17 _vala_main
    at /usr/src/debug/geary-0.11.3+20170306/src/client/application/main.vala line 33
  • #18 __libc_start_main
    from /lib64/libc.so.6
  • #19 _start
    at ../sysdeps/x86_64/start.S line 120

I unfortunately didn't manage to find what triggers this crash so far.

I am using a version named "geary-0.11.3+20170306" here: https://build.opensuse.org/package/show/openSUSE:Factory/geary
Comment 1 Michael Gratton 2017-05-02 04:31:00 UTC
Hi, thanks for reporting this bug.

This crash is caused by Bug 771912 in libsoup, so I'll mark it as a duplicate of that. You may also wish to subscribe to Bug 778720, which covers workarounds in Geary for the issue.

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