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 327413 - Crash when evolution shuts down
Crash when evolution shuts down
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
1.6.x (obsolete)
Other Linux
: High critical
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-01-17 20:31 UTC by Kjartan Maraas
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
untested patch (643 bytes, patch)
2006-02-08 10:28 UTC, Kjartan Maraas
accepted-commit_now Details | Review

Description Kjartan Maraas 2006-01-17 20:31:33 UTC
Backtrace:

  • #0 ??
  • #1 ??
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 786
  • #3 <signal handler called>
  • #4 IA__g_logv
    at gmessages.c line 502
  • #5 IA__g_log
    at gmessages.c line 517
  • #6 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #7 IA__g_source_remove
    at gmain.c line 1592
  • #8 cleanup_at_exit
    at e-categories.c line 162
  • #9 *__GI_exit
    at exit.c line 75
  • #10 __libc_start_main
    at libc-start.c line 262
  • #11 _start

Comment 1 Kjartan Maraas 2006-02-08 10:28:48 UTC
Created attachment 58909 [details] [review]
untested patch

I'm guessing this should fix it, but I'm not 100% sure whether it should just bail out if the idle_id is 0 instead?
Comment 2 Harish Krishnaswamy 2006-02-09 09:15:39 UTC
Looks good to commit.
Comment 3 Kjartan Maraas 2006-02-09 14:32:35 UTC
Commited.