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 348298 - Evolution crashes at startup because of a failed assertion
Evolution crashes at startup because of a failed assertion
Status: RESOLVED DUPLICATE of bug 347182
Product: evolution
Classification: Applications
Component: Mailer
2.8.x
Other Linux
: High critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-07-21 21:37 UTC by Yaron Tausky
Modified: 2013-09-13 00:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Looks suspicious! (3.35 KB, image/png)
2006-07-21 21:42 UTC, Yaron Tausky
Details
Backtrace (7.08 KB, text/plain)
2006-07-21 23:31 UTC, Yaron Tausky
Details

Description Yaron Tausky 2006-07-21 21:37:00 UTC
When running evolution it prints:
Gtk-CRITICAL **: gtk_option_menu_set_history: assertion `GTK_IS_OPTION_MENU (option_menu)' failed
and abort. When running with G_DEBUG="" it spews:
(evolution-2.8:4179): Gtk-CRITICAL **: gtk_option_menu_set_history: assertion `GTK_IS_OPTION_MENU (option_menu)' failed

(evolution-2.8:4179): e-combo-button.c-CRITICAL **: e_combo_button_set_label: assertion `label != NULL' failed
exactly ONCE for each component (i.e. it prints this message for the first component on startup, say the mailer, then I switch to the calendar and it gives another one, etc. When returning to the mailer, however, it won't give this error again).
Comment 1 Yaron Tausky 2006-07-21 21:42:27 UTC
Created attachment 69364 [details]
Looks suspicious!

I don't know if it's relevant, but the "New" combo button lost its label. Its dropdown menu is okay, though.
Comment 2 Karsten Bräckelmann 2006-07-21 22:10:03 UTC
Priority High. Another Critical Warning crasher.

Yaron, I take the "and abort" part from your original report, that Evo crashes. It would be cool, if you can add a stacktrace here of that crash with debugging symbols.
Comment 3 Yaron Tausky 2006-07-21 23:31:34 UTC
Created attachment 69368 [details]
Backtrace

Here's a backtrace I got after building both evolution-data-server and evolution with debugging symbols. I you need the debugging symbols for other libraries just let me know.
Comment 4 Hiroyuki Ikezoe 2006-07-24 22:55:41 UTC
seems to be the same as bug 347166.
Comment 5 Rob Bradford 2006-08-16 16:49:55 UTC
Although the first complaint has been fixed (#347166). Has the second critical warning crasher been fixed?

(evolution-2.8:4179): e-combo-button.c-CRITICAL **: e_combo_button_set_label:
assertion `label != NULL' failed
Comment 6 André Klapper 2006-08-22 15:12:45 UTC
second warning crasher has already been fixed, see bug 347182.

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