*** This bug is a duplicate of bug 1028725 ***
    https://bugs.launchpad.net/bugs/1028725

Since I can't see the private bug, and this is driving me nuts:
Program received signal SIGSEGV, Segmentation fault.
0xb520e58c in e_web_view_update_fonts (web_view=0xb8c685e0)
    at e-web-view.c:2809
2809    e-web-view.c: No such file or directory.

#0  0xb520e58c in e_web_view_update_fonts (web_view=0xb8c685e0)
    at e-web-view.c:2809
warning: Source file is more recent than executable.
2809            if (E_WEB_VIEW_GET_CLASS (web_view)->set_fonts)

(gdb) print *web_view
$2 = {parent = {parent_instance = {widget = {parent_instance = {
          g_type_instance = {g_class = 0x0}, ref_count = 0, 
          qdata = 0x3ff00000}, priv = 0x0}, priv = 0x0}, priv = 0x0}, 
  priv = 0x0}

I have no idea what:
#define E_WEB_VIEW_GET_CLASS(obj) \
        (G_TYPE_INSTANCE_GET_CLASS \
        ((obj), E_TYPE_WEB_VIEW, EWebViewClass))

..does, but all those nulls look bad.

I think I've seen one other segfault in the same file, but on a
different line, but I can't find that one any more.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071249

Title:
  evolution crashed with SIGSEGV in e_web_view_update_fonts()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1071249/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to