GNOME Bugzilla – Bug 579042
evolution crashed with SIGFPE in gtk_label_ensure_layout()
Last modified: 2010-03-30 11:01:08 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/361357 "just created new gpg keys and opened up evolution and it crashed straight away. I'd never used it before and this would have been its first time launching" ".
+ Trace 214479
Thread 1 (process 5013)
Hmm, crash during initial migration from 2.22. I do not expect it repeatable, furthermore, seems quite strange place to crash, in the GtkLabel function.
*** Bug 582852 has been marked as a duplicate of this bug. ***
*** Bug 591659 has been marked as a duplicate of this bug. ***
Based on line numbers: > 2517 if (longest_paragraph > 0) > 2518 { > 2519 gint nlines, perfect_width; > 2520 > 2521 nlines = pango_layout_get_line_count (label->layout); > 2522 perfect_width = (longest_paragraph + nlines - 1) / nlines; > 2523 > 2524 if (perfect_width < width) > 2525 { And based on warnings from console (at bug #591659) the label-layout is NULL. Let's see whether gtk guys have any idea what to do.
*** Bug 609095 has been marked as a duplicate of this bug. ***
*** Bug 614327 has been marked as a duplicate of this bug. ***
I'm wrong, it's evolution's fault. See the duplicate bug. *** This bug has been marked as a duplicate of bug 597082 ***