Public bug reported:

crash in gnome-appearance-properties from gnome-control-center
2.19.90-0ubuntu1, on i386.

Trace is :

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1227577680 (LWP 21785)]
0x0805a649 in cb_show_details (button=0x809c208, data=0x8263890) at
appearance-font.c:828
828     appearance-font.c: No such file or directory.
        in appearance-font.c
(gdb) bt
#0  0x0805a649 in cb_show_details (button=0x809c208, data=0x8263890) at
appearance-font.c:828
#1  0xb76e6c09 in g_cclosure_marshal_VOID__VOID () from
/usr/lib/libgobject-2.0.so.0
#2  0xb76d9772 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0xb76ea2fd in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x0846dc48 in ?? ()
#5  0x00000000 in ?? ()

appearance-font.c line 828 is :

    /* pick a sensible maximum dpi */
    dpi = floor ((gdk_screen_width () / gdk_screen_width_mm () +
                 gdk_screen_height () / gdk_screen_height_mm ()) * 25.4 / 2. + 
.5);

so either gdk_screen_width_mm () or gdk_screen_height_mm () or both
returned zero.

Indeed, it looks like everything related to dpi is impacted (like
firefox using desktop fonts)

100% reproducible, even after a reboot.

** Affects: gnome-control-center (Ubuntu)
     Importance: Undecided
         Status: New

-- 
[gutsy] crash in gnome-appearance-properties
https://bugs.launchpad.net/bugs/134142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to