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 325498 - EDS crashed while trying to reload the http calendar
EDS crashed while trying to reload the http calendar
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Calendar
1.6.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-01-02 11:52 UTC by Chenthill P
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Fixes the bug (1.21 KB, patch)
2006-01-02 12:01 UTC, Chenthill P
none Details | Review

Description Chenthill P 2006-01-02 11:52:03 UTC
Steps to reproduce:
1. Start evolution
2. close evolution and wait for a while until the next reload time.
3. 


Stack trace:
Backtrace was generated from '/opt/gnome12/libexec/evolution-data-server-1.6'

Using host libthread_db library "lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread 1086645344 (LWP 26508)]
[New Thread 1096231856 (LWP 26522)]
[Thread debugging using libthread_db enabled]
[New Thread 1086645344 (LWP 26508)]
[New Thread 1096231856 (LWP 26522)]
[New Thread 1091992496 (LWP 26509)]
[Thread debugging using libthread_db enabled]
[New Thread 1086645344 (LWP 26508)]
[New Thread 1096231856 (LWP 26522)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread 1086645344 (LWP 26508))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from lib/tls/libc.so.6
  • #2 do_system
    from lib/tls/libc.so.6
  • #3 system
    from lib/tls/libc.so.6
  • #4 system
    from lib/tls/libpthread.so.0
  • #5 gnome_segv_handler
    at server.c line 114
  • #6 <signal handler called>
  • #7 reload_cb
    at e-cal-backend-http.c line 451
  • #8 g_timeout_dispatch
    at gmain.c line 3293
  • #9 g_main_dispatch
    at gmain.c line 1934
  • #10 IA__g_main_context_dispatch
    at gmain.c line 2484
  • #11 g_main_context_iterate
    at gmain.c line 2565
  • #12 IA__g_main_loop_run
    at gmain.c line 2769
  • #13 bonobo_main
    at bonobo-main.c line 312
  • #14 main
    at server.c line 390
  • #0 __kernel_vsyscall


Other information:
Comment 1 Chenthill P 2006-01-02 12:01:16 UTC
Created attachment 56660 [details] [review]
Fixes the bug
Comment 2 Chenthill P 2006-01-02 12:05:29 UTC
Committed the fix to HEAd and gnome-2-12 branch.