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 752589 - Cannot exit program in the case of a stalled Internet connection
Cannot exit program in the case of a stalled Internet connection
Status: RESOLVED DUPLICATE of bug 742167
Product: evolution
Classification: Applications
Component: general
3.16.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2015-07-19 14:37 UTC by Victor Porton
Modified: 2016-04-25 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Victor Porton 2015-07-19 14:37:19 UTC
If there is a stalled Internet connection, it is impossible to close Evolution window. Need to kill the program forcibly to close the window.
Comment 1 Milan Crha 2015-07-21 06:34:04 UTC
Thanks for a bug report. Could you install debugging information for evolution-data-server and evolution, then get evolution into this state and then capture a backtrace of it, to see what it does, please? It can be that it is waiting for a response from the server, where is set a 90 seconds timeout, but it depend son couple aspects, like what account type you've setup and so on.You can get the backtrace with command like this:
   $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt
Please check the bt.txt for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only).
Comment 2 Victor Porton 2016-04-23 18:18:25 UTC
I haven't installed debug information, but did run GDB:

I hope this can be useful nevertheless.

-----------------

[New LWP 2873]
[New LWP 2844]
[New LWP 2841]
[New LWP 2840]
[New LWP 2839]
[New LWP 2838]
[New LWP 2837]
[New LWP 2836]
[New LWP 2835]
[New LWP 2834]
[New LWP 2812]
[New LWP 2811]
[New LWP 2810]
[New LWP 2809]
[New LWP 2808]
[New LWP 2807]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
0xb7746be0 in __kernel_vsyscall ()


Comment 3 Milan Crha 2016-04-25 09:09:02 UTC
Thanks for the update. Without the debuginfo it's significantly harder to know what the code does, due to too many "question marks" in the backtrace, though some functions are notated by name, thus one can at least guess.

I found a bug which contains a similar backtrace, with debuginfo installed, thus I'm marking this as a duplicate of it. Please see it for any further comments.

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