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 649708 - Evolution 2.32.3 FreeBSD 9-CURRENT: SIGSEGV when going by click to calendar
Evolution 2.32.3 FreeBSD 9-CURRENT: SIGSEGV when going by click to calendar
Status: RESOLVED DUPLICATE of bug 627788
Product: evolution
Classification: Applications
Component: Calendar
2.32.x (obsolete)
Other FreeBSD
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-05-08 06:50 UTC by Matthias Apitz
Modified: 2011-05-09 05:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Apitz 2011-05-08 06:50:38 UTC
when I start Evo it opens up the mails fine; when I now go to 'calendar'        
it crashes evo itself with SIGSEGV:

$ evolution                                                                     
(evolution:31798): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed                                                 
Segmentation fault: 11 (`core' generado)
                                                                  
when I start Evo with 'evolution -c calendar' it just jumps to the              
calendar and I can move to 'mails' and back to 'calendar' without any           
problem or crash;

gdb bt:


$ gdb /usr/local/bin/evolution evolution.core
GNU gdb 6.1.1 [FreeBSD]
...


(gdb) bt
  • #0 g_type_class_meta_marshal
    at gclosure.c line 197
  • #1 g_closure_invoke
    at gclosure.c line 197
  • #2 signal_emit_unlocked_R
    at gutils.h line 360
  • #3 g_signal_emit_valist
  • #4 g_signal_emit
    at gutils.h line 360
  • #5 on_signal_received
    at gdbusproxy.c line 135
  • #6 emit_signal_instance_in_idle_cb
    at gdbusconnection.c line 260
  • #7 g_idle_dispatch
    at gmain.c line 431
  • #8 g_main_dispatch
    at gmain.c line 431
  • #9 g_main_context_dispatch
    at gmain.c line 431
  • #10 g_main_context_iterate
    at gmain.c line 431
  • #11 g_main_context_iteration
    at gmain.c line 431
  • #12 ep_msg_send
    from /usr/local/lib/libedataserverui-1.2.so.11
  • #13 e_passwords_get_password
    from /usr/local/lib/libedataserverui-1.2.so.11
  • #14 auth_func_cb
    from /usr/local/lib/evolution/2.32/libevolution-calendar.so.0
  • #15 open_calendar
    from /usr/local/lib/libecal-1.2.so.8
  • #16 ??
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 ??
  • #21 ??
  • #22 ??
  • #23 standard_free
    at gmem.c line 101

Comment 1 Fabio Durán Verdugo 2011-05-09 03:21:45 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 627788 ***
Comment 2 Matthias Apitz 2011-05-09 05:29:17 UTC
(In reply to comment #1)
> Thanks for taking the time to report this bug.
> This particular bug has already been reported into our bug tracking system, but
> we are happy to tell you that the problem has already been fixed. It should be
> solved in the next software version. You may want to check for a software
> upgrade.
> 
> *** This bug has been marked as a duplicate of bug 627788 ***

As it is not so easy in FreeBSD to go further than 2.32.3 (which is not even included in HEAD of FreeBSD ports), would it be possible to apply the patch for 627788 in 2.32.3 too? I'd be happy to test it. Thanks