gtk_check_menu_item_active: assertion

Issue #213 resolved
Harry Stahl created an issue

I’ve build a program the first time with version 1.40.

Now I have a lot of error messages like the following and the program terminate (sometimes) at end:

(SaferMail:29159): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed
0
0

(SaferMail:29159): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed

(SaferMail:29159): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed
0
0
0
0

(SaferMail:29159): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed

(SaferMail:29159): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed
0

(SaferMail:29159): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed
Exception EAccessViolation in module SaferMail at 000000000044620B.
Access violation at address 000000000044620B, accessing address 00007FE74ECBA058.

Comments (5)

  1. Eugene Kryukov repo owner

    In addition - can you debug your app and give us a bit more where it happens and attache some screenshot of call-stack if possible.

  2. Harry Stahl reporter

    The previos version was 1.39.

    At the moment there are no more crashes, only these kind of messages at program-start:

    (SaferMail:3488): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed

    What could be the reason for that?

  3. Eugene Kryukov repo owner

    It is hard to say. We can’t reproduce it locally with any menus. If possible please create simple app with mainmenu which reproduce it ?

  4. Log in to comment