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 635171 - Evolution crashes while accessing GtkComboBoxEntry on gtk3
Evolution crashes while accessing GtkComboBoxEntry on gtk3
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
3.0.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Vibha Yadav
Evolution QA team
evolution[gtk3]
Depends on:
Blocks: 636677
 
 
Reported: 2010-11-18 11:31 UTC by Vibha Yadav
Modified: 2013-09-13 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for Using GTK_COMBO_BOX instead of deprecated GTK_COMBO_BOX_ENTRY (6.12 KB, patch)
2010-11-18 11:45 UTC, Vibha Yadav
committed Details | Review

Description Vibha Yadav 2010-11-18 11:31:01 UTC


Thread 1 (Thread 0xb63a0810 (LWP 3582))

  • #0 g_logv
    at gmessages.c line 563
  • #1 g_log
    at gmessages.c line 577
  • #2 e_load_ui_builder_definition
    at e-util.c line 350
  • #3 task_page_construct
    at task-page.c line 2063
  • #4 task_page_new
    at task-page.c line 2127
  • #5 task_editor_init
    at task-editor.c line 325
  • #6 g_type_create_instance
    at gtype.c line 1887
  • #7 g_object_constructor
    at gobject.c line 1602
  • #8 task_editor_constructor
    at task-editor.c line 155
  • #9 g_object_newv
    at gobject.c line 1467
  • #10 g_object_new_valist
    at gobject.c line 1583
  • #11 g_object_new
    at gobject.c line 1301
  • #12 task_editor_new
    at task-editor.c line 523
  • #13 task_shell_backend_new_task
    at e-task-shell-backend.c line 175
  • #14 task_shell_backend_task_new_cb
    at e-task-shell-backend.c line 194
  • #15 g_simple_async_result_complete
    at gsimpleasyncresult.c line 748
  • #16 complete_in_idle_cb_for_thread
    at gsimpleasyncresult.c line 813
  • #17 g_idle_dispatch
    at gmain.c line 4347
  • #18 g_main_dispatch
    at gmain.c line 2267
  • #19 g_main_context_dispatch
    at gmain.c line 2824
  • #20 g_main_context_iterate
    at gmain.c line 2902
  • #21 g_main_loop_run
    at gmain.c line 3110
  • #22 gtk_main
    at gtkmain.c line 1321
  • #23 main
    at main.c line 694
  • #1 g_log
    at gmessages.c line 577
  • #2 e_load_ui_builder_definition
    at e-util.c line 350
filename = <value optimized out>
error = 0x8670f50
__PRETTY_FUNCTION__ = "e_load_ui_builder_definition"
(gdb) p *error
$1 = {domain = 3147, code = 6, message = 0x866f580 "Invalid object type `GtkComboBoxEntry'"}
Comment 1 Vibha Yadav 2010-11-18 11:45:04 UTC
Created attachment 174763 [details] [review]
Patch for Using GTK_COMBO_BOX instead of deprecated GTK_COMBO_BOX_ENTRY

Using GtkComboBox with has-entry property set as TRUE
Comment 2 Chenthill P 2010-11-29 07:40:21 UTC
Review of attachment 174763 [details] [review]:

Please commit this along with patch at https://bugzilla.gnome.org/show_bug.cgi?id=633478#c5 .
Comment 3 Vibha Yadav 2010-12-06 12:27:08 UTC
Committed patch to gtk3 branch.