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 457137 - crash in Evolution:
crash in Evolution:
Status: RESOLVED DUPLICATE of bug 402506
Product: evolution-data-server
Classification: Platform
Component: Calendar
1.10.x (obsolete)
Other All
: High critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 457741 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-07-15 16:10 UTC by illmhb
Modified: 2007-10-08 22:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description illmhb 2007-07-15 16:10:43 UTC
What were you doing when the application crashed?



Distribution: Unknown
Gnome Release: 2.18.3 2007-07-07 (Archlinux)
BugBuddy Version: 2.18.1

System: Linux 2.6.21-ARCH #1 SMP PREEMPT Sat Jul 7 06:35:11 UTC 2007 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 302252032 vsize: 302252032 resident: 13127680 share: 7450624 rss: 13127680 rss_rlim: 18446744073709551615
CPU usage: start_time: 1184508671 rtime: 25 utime: 20 stime: 5 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/libexec/evolution-data-server-1.10'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46999211189200 (LWP 5877)]
[New Thread 1107577168 (LWP 5907)]
[New Thread 1074006352 (LWP 5898)]
(no debugging symbols found)
0x00002abed98e3c1f in waitpid () from /lib/libc.so.6

Thread 1 (Thread 46999211189200 (LWP 5877))

  • #0 waitpid
    from /lib/libc.so.6
  • #1 do_system
    from /lib/libc.so.6
  • #2 system
    from /lib/libc.so.6
  • #3 gnome_segv_handler
  • #4 <signal handler called>
  • #5 reload_cb
    from /usr/lib/evolution-data-server-1.2/extensions/libecalbackendweather.so
  • #6 g_timeout_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #8 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #9 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #10 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #11 main
  • #0 waitpid
    from /lib/libc.so.6


----------- .xsession-errors (660 sec old) ---------------------
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
ugin scalefilter (Scale Window Title Filter)
Adding plugin neg (Negative)
Adding plugin regex (Regex Matching)
Adding plugin zoom (Zoom Desktop)
Adding plugin minimize (Minimize Effect)
Adding plugin snow (Snow)
Adding plugin mblur (Motion blur)
Adding plugin inotify (Inotify)
Initializing expo options...done
--------------------------------------------------
Comment 1 André Klapper 2007-08-03 15:08:32 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Could you please install some debugging packages [1], start the application as normal, and reproduce the crash, if possible?

Once bug-buddy pops up, you can find the stacktrace in the Details, now containing way more information. Please copy that stacktrace and paste it as a comment here. Thanks in advance!

[1] debugging packages for evolution, evolution-data-server, gtkhtml, gtk, glib, gnome-vfs, pango, libgnome and libgnomeui (as far as those packages are provided by your distribution). More details can be found here: http://live.gnome.org/GettingTraces
Comment 2 André Klapper 2007-08-03 15:08:37 UTC
*** Bug 457741 has been marked as a duplicate of this bug. ***
Comment 3 Tobias Mueller 2007-10-08 22:27:34 UTC
This seems to be related to bug 325498.

There is a stacktrace from bug 440422 comment #49 in attachment 96908 [details] which reads:

Thread 1 (Thread -1208902928 (LWP 3433))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libc.so.6
  • #2 do_system
    at ../sysdeps/posix/system.c line 149
  • #3 __libc_system
    at ../sysdeps/posix/system.c line 190
  • #4 system
    at pt-system.c line 29
  • #5 gnome_segv_handler
    at server.c line 114
  • #6 <signal handler called>
  • #7 reload_cb
    at e-cal-backend-weather.c line 78
  • #8 g_timeout_dispatch
    at gmain.c line 3422
  • #9 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #10 g_main_context_iterate
    at gmain.c line 2677
  • #11 IA__g_main_loop_run
    at gmain.c line 2881
  • #12 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #13 main
    at server.c line 393
  • #0 __kernel_vsyscall

Comment 4 Tobias Mueller 2007-10-08 22:32:15 UTC
Just noticed bug 402506 which deals with the very same problem.

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