GNOME Bugzilla – Bug 575318
Crash in excel_font_hash
Last modified: 2009-03-14 18:07:37 UTC
Version: r17197 OS: Ubuntu Intrepid Steps to reproduce: - Download Attachment 98088 [details] (a .gnumeric file from Bug 491328) - ssconvert attachment.gnumeric /tmp/foo.xls Backtrace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 213465
Thread 3067057920 (LWP 24141)
We somehow end up with the font description "Bold 12" for which pango cannot give us a family name.
Crash fixed. Not the cause, though.
I fixed some criticals relating to comments without any author. Jean, the "Bold 12" font description appears to come from over in goffice land. Should we do anything about that? (Apart from that, this report can be closed as fixed.)
Created attachment 130656 [details] [review] patch for goffice One of the styles in the gnumeric file has no font family name. Attached patch adds a default family when this occurs.
Looks good. Please commit.
Fixed in trunk.