nautilus crashed with SIGSEGV in cairo_surface_set_device_scale()

Bug #1562429 reported by maxis11
22
This bug affects 3 people
Affects Status Importance Assigned to Milestone
nautilus (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

nautilus crashes when I try to open it
$ nautilus
Maximum number of clients reached
(nautilus:22554): GnomeDesktop-WARNING **: Unable to open display ':0' when setting background pixmap

Segmentation fault (Memory Dump)

backtrace:
$ LC_ALL=EN_US gdb ./nautilus
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./nautilus...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/nautilus
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (EN_US)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

(nautilus:23039): Gtk-WARNING **: Locale not supported by C library.
 Using the fallback 'C' locale.
[New Thread 0x7fffe87d1700 (LWP 23043)]
[New Thread 0x7fffe7fd0700 (LWP 23044)]
[New Thread 0x7fffe77cf700 (LWP 23045)]
[New Thread 0x7fffe6736700 (LWP 23046)]
Maximum number of clients reached
** (nautilus:23039): WARNING **: Could not open X display
[New Thread 0x7fffd6067700 (LWP 23047)]
[New Thread 0x7fffd4db5700 (LWP 23050)]
[New Thread 0x7fffcbfff700 (LWP 23051)]
Maximum number of clients reached
(nautilus:23039): GnomeDesktop-WARNING **: Unable to open display ':0' when setting background pixmap

Thread 1 "nautilus" received signal SIGSEGV, Segmentation fault.
INT_cairo_surface_set_device_scale (surface=0x0, x_scale=1, y_scale=1)
    at ../../../../src/cairo-surface.c:1712
1712 ../../../../src/cairo-surface.c: No such file or directory.
(gdb) bt
#0 0x00007ffff5bd3c10 in INT_cairo_surface_set_device_scale (surface=0x0, x_scale=1, y_scale=1) at ../../../../src/cairo-surface.c:1712
#1 0x00007ffff7321130 in gnome_bg_create_surface ()
    at /usr/lib/x86_64-linux-gnu/libgnome-desktop-3.so.12
#2 0x000000000049eedb in ()
#3 0x000000000049ef68 in ()
#7 0x00007ffff442d15f in <emit signal ??? on instance 0xcb83b0 [NautilusCanvasViewContainer]> (instance=instance@entry=0xcb83b0, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
    #4 0x00007ffff4411f95 in g_closure_invoke (closure=0x972d30, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffb670, invocation_hint=invocation_hint@entry=0x7fffffffb5f0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:804
    #5 0x00007ffff4423fe9 in signal_emit_unlocked_R (node=node@entry=0x79fe70, detail=detail@entry=0, instance=instance@entry=0xcb83b0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffb670) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3629
    #6 0x00007ffff442ce1f in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffb820) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3385
#8 0x00007ffff6d3bf5c in gtk_widget_realize (widget=widget@entry=0xcb83b0 [NautilusCanvasViewContainer])
---Type <return> to continue, or q <return> to quit---
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:5386
#9 0x00007ffff6d3c1d8 in gtk_widget_map (widget=0xcb83b0 [NautilusCanvasViewContainer]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4918
#10 0x00007ffff6c72402 in gtk_scrolled_window_forall (container=0xcc0c20 [NautilusDesktopCanvasView], include_internals=1, callback=0x7ffff6b311d0 <gtk_container_map_child>, callback_data=0x0)
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkscrolledwindow.c:2374
#11 0x00007ffff6b3593f in gtk_container_map (widget=0xcc0c20 [NautilusDesktopCanvasView]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkcontainer.c:3689
#12 0x00007ffff6c72561 in gtk_scrolled_window_map (widget=0xcc0c20 [NautilusDesktopCanvasView])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkscrolledwindow.c:3913
#16 0x00007ffff442d15f in <emit signal ??? on instance 0xcc0c20 [NautilusDesktopCanvasView]> (instance=instance@entry=0xcc0c20, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
    #13 0x00007ffff4411eef in g_closure_invoke (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffbba0, invocation_hint=invocation_hint@entry=0x7fffffffbb20)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:804
    #14 0x00007ffff4423b24 in signal_emit_unlocked_R (node=node@entry=0x80adc0, detail=detail@entry=0, instance=instance@entry=0xcc0c20, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffbba0---Type <return> to continue, or q <return> to quit---
) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3559
    #15 0x00007ffff442ce1f in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffbd50) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3385
#17 0x00007ffff6d3c190 in gtk_widget_map (widget=0xcc0c20 [NautilusDesktopCanvasView]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#18 0x00007ffff6c26690 in gtk_overlay_forall (overlay=<optimized out>, include_internals=<optimized out>, callback=0x7ffff6b311d0 <gtk_container_map_child>, callback_data=0x0) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkoverlay.c:617
#19 0x00007ffff6b3593f in gtk_container_map (widget=0x78d3b0 [GtkOverlay])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkcontainer.c:3689
#20 0x00007ffff6c26c87 in gtk_overlay_map (widget=<optimized out>)
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkoverlay.c:453
#21 0x00007ffff4412112 in _g_closure_invoke_va (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, instance=instance@entry=0x78d3b0, args=args@entry=0x7fffffffc0b0, n_params=0, param_types=0x0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:867
#22 0x00007ffff442ca6d in g_signal_emit_valist (instance=0x78d3b0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffc0b0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3294
#23 0x00007ffff442d15f in g_signal_emit (instance=instance@entry=0x78d3b0, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
---Type <return> to continue, or q <return> to quit---
#24 0x00007ffff6d3c190 in gtk_widget_map (widget=0x78d3b0 [GtkOverlay])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#25 0x00007ffff6aef087 in gtk_box_forall (container=<optimized out>, include_internals=<optimized out>, callback=0x7ffff6b311d0 <gtk_container_map_child>, callback_data=0x0) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkbox.c:2590
#26 0x00007ffff6b3593f in gtk_container_map (widget=0xacc2a0 [NautilusWindowSlot]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkcontainer.c:3689
#27 0x00007ffff4412112 in _g_closure_invoke_va (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, instance=instance@entry=0xacc2a0, args=args@entry=0x7fffffffc400, n_params=0, param_types=0x0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:867
#28 0x00007ffff442ca6d in g_signal_emit_valist (instance=0xacc2a0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffc400)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3294
#29 0x00007ffff442d15f in g_signal_emit (instance=instance@entry=0xacc2a0, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
#30 0x00007ffff6d3c190 in gtk_widget_map (widget=0xacc2a0 [NautilusWindowSlot])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#31 0x00007ffff6c22e8a in gtk_notebook_map (widget=0xaca1b0 [NautilusNotebook])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtknotebook.c:1835
#32 0x00007ffff4412112 in _g_closure_invoke_va (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, instance=instance@entry=0xaca1b0, args=args---Type <return> to continue, or q <return> to quit---
@entry=0x7fffffffc740, n_params=0, param_types=0x0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:867
#33 0x00007ffff442ca6d in g_signal_emit_valist (instance=0xaca1b0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffc740)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3294
#34 0x00007ffff442d15f in g_signal_emit (instance=instance@entry=0xaca1b0, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
#35 0x00007ffff6d3c190 in gtk_widget_map (widget=0xaca1b0 [NautilusNotebook])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#36 0x00007ffff6aef087 in gtk_box_forall (container=<optimized out>, include_internals=<optimized out>, callback=0x7ffff6b311d0 <gtk_container_map_child>, callback_data=0x0) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkbox.c:2590
#37 0x00007ffff6b3593f in gtk_container_map (widget=0x989a30 [GtkBox])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkcontainer.c:3689
#38 0x00007ffff4412112 in _g_closure_invoke_va (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, instance=instance@entry=0x989a30, args=args@entry=0x7fffffffca90, n_params=0, param_types=0x0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:867
#39 0x00007ffff442ca6d in g_signal_emit_valist (instance=0x989a30, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffca90)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3294
#40 0x00007ffff442d15f in g_signal_emit (instance=instance@entry=0x989a30, signa---Type <return> to continue, or q <return> to quit---
l_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
#41 0x00007ffff6d3c190 in gtk_widget_map (widget=0x989a30 [GtkBox])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#42 0x00007ffff6b3593f in gtk_container_map (widget=0xac0720 [GtkPaned])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkcontainer.c:3689
#43 0x00007ffff4412112 in _g_closure_invoke_va (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, instance=instance@entry=0xac0720, args=args@entry=0x7fffffffcdb0, n_params=0, param_types=0x0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:867
#44 0x00007ffff442ca6d in g_signal_emit_valist (instance=0xac0720, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffcdb0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3294
#45 0x00007ffff442d15f in g_signal_emit (instance=instance@entry=0xac0720, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
#46 0x00007ffff6d3c190 in gtk_widget_map (widget=0xac0720 [GtkPaned])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#47 0x00007ffff6bacce0 in gtk_grid_forall (container=<optimized out>, include_internals=<optimized out>, callback=0x7ffff6b311d0 <gtk_container_map_child>, callback_data=0x0) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkgrid.c:556
#48 0x00007ffff6b3593f in gtk_container_map (widget=0x989170 [GtkGrid])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkcontainer.c:3689
---Type <return> to continue, or q <return> to quit---
#49 0x00007ffff4412112 in _g_closure_invoke_va (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, instance=instance@entry=0x989170, args=args@entry=0x7fffffffd0f0, n_params=0, param_types=0x0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:867
#50 0x00007ffff442ca6d in g_signal_emit_valist (instance=0x989170, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffd0f0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3294
#51 0x00007ffff442d15f in g_signal_emit (instance=instance@entry=0x989170, signal_id=<optimized out>, detail=detail@entry=0)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
#52 0x00007ffff6d3c190 in gtk_widget_map (widget=0x989170 [GtkGrid])
    at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#53 0x00007ffff6d50dd0 in gtk_window_map (widget=0x9783e0 [NautilusDesktopWindow]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwindow.c:6190
#54 0x0000000000439c01 in ()
#58 0x00007ffff442d15f in <emit signal ??? on instance 0x9783e0 [NautilusDesktopWindow]> (instance=instance@entry=0x9783e0, signal_id=<optimized out>, detail=detail@entry=0) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
    #55 0x00007ffff4411f95 in g_closure_invoke (closure=closure@entry=0x79d890, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffd3e0, invocation_hint=invocation_hint@entry=0x7fffffffd360)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:804
    #56 0x00007ffff4423b24 in signal_emit_unlocked_R (node=node@entry=0x80adc0, ---Type <return> to continue, or q <return> to quit---
detail=detail@entry=0, instance=instance@entry=0x9783e0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffd3e0) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3559
    #57 0x00007ffff442ce1f in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffd590) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3385
#59 0x00007ffff6d3c190 in gtk_widget_map (widget=0x9783e0 [NautilusDesktopWindow]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4920
#60 0x00007ffff6d48dd4 in gtk_window_show (widget=0x9783e0 [NautilusDesktopWindow]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwindow.c:6095
#61 0x0000000000479af9 in ()

#65 0x00007ffff442d15f in <emit signal ??? on instance 0x9783e0 [NautilusDesktopWindow]> (instance=instance@entry=0x9783e0, signal_id=<optimized out>, detail=detail@entry=0) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3441
    #62 0x00007ffff4411f95 in g_closure_invoke (closure=closure@entry=0x79d2e0, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffd900, invocation_hint=invocation_hint@entry=0x7fffffffd880)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gclosure.c:804
    #63 0x00007ffff4423b24 in signal_emit_unlocked_R (node=node@entry=0x79d330, detail=detail@entry=0, instance=instance@entry=0x9783e0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffd900) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3559
    #64 0x00007ffff442ce1f in g_signal_emit_valist (instance=<optimized out>, si---Type <return> to continue, or q <return> to quit---
gnal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffdab0) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gobject/gsignal.c:3385
#66 0x00007ffff6d38915 in gtk_widget_show (widget=0x9783e0 [NautilusDesktopWindow]) at /build/gtk+3.0-lL7YRg/gtk+3.0-3.18.9/./gtk/gtkwidget.c:4726
#67 0x0000000000463874 in ()

#68 0x0000000000463ca8 in ()
#69 0x00000000004ee769 in ()
#70 0x00000000004a8763 in ()
#71 0x00007ffff413b13a in g_main_context_dispatch (context=0x78f580)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./glib/gmain.c:3154
#72 0x00007ffff413b13a in g_main_context_dispatch (context=context@entry=0x78f580) at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./glib/gmain.c:3769
#73 0x00007ffff413b4e0 in g_main_context_iterate (context=context@entry=0x78f580, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./glib/gmain.c:3840
#74 0x00007ffff413b58c in g_main_context_iteration (context=context@entry=0x78f580, may_block=may_block@entry=1)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./glib/gmain.c:3901
#75 0x00007ffff4702ded in g_application_run (application=0x78d120 [NautilusApplication], argc=1, argv=0x7fffffffde98)
    at /build/glib2.0-OwfF9F/glib2.0-2.48.0/./gio/gapplication.c:2381
#76 0x000000000042ba31 in ()
#77 0x00007ffff33e3841 in __libc_start_main (main=
---Type <return> to continue, or q <return> to quit---
    0x42b970, argc=1, argv=0x7fffffffde98, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffde88)
    at ../csu/libc-start.c:291
#78 0x000000000042ba99 in ()

$ lsb_release -rd
Description: Ubuntu Xenial Xerus (development branch)
Release: 16.04

$ LC_ALL=en_US apt-cache policy nautilus
nautilus:
  Installed: 1:3.18.4.is.3.14.3-0ubuntu4
  Candidate: 1:3.18.4.is.3.14.3-0ubuntu4
  Version table:
 *** 1:3.18.4.is.3.14.3-0ubuntu4 500
        500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
Uname: Linux 4.4.0-16-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CrashCounter: 1
CurrentDesktop: Unity
Date: Sat Mar 26 22:48:30 2016
ExecutablePath: /usr/bin/nautilus
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+390+24'"
InstallationDate: Installed on 2016-02-28 (27 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160228)
ProcCmdline: nautilus -n
SegvAnalysis:
 Segfault happened at: 0x7fd94a8e6c10 <INT_cairo_surface_set_device_scale>: mov 0x1c(%rdi),%eax
 PC (0x7fd94a8e6c10) ok
 source "0x1c(%rdi)" (0x0000001c) not located in a known VMA region (needed readable region)!
 destination "%eax" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 INT_cairo_surface_set_device_scale (surface=0x0, x_scale=1, y_scale=1) at ../../../../src/cairo-surface.c:1712
 gnome_bg_create_surface () at /usr/lib/x86_64-linux-gnu/libgnome-desktop-3.so.12
 ()
 ()
 ()
Title: nautilus crashed with SIGSEGV in INT_cairo_surface_set_device_scale()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

Revision history for this message
maxis11 (ya-maxis11) wrote :
Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 cairo_surface_set_device_scale () from /tmp/apport_sandbox_93pLXh/usr/lib/x86_64-linux-gnu/libcairo.so.2
 gnome_bg_create_surface (bg=0x267b480, window=0x2698a10, width=width@entry=1280, height=height@entry=1024, root=root@entry=1) at gnome-bg.c:1136
 nautilus_desktop_background_ensure_realized (self=self@entry=0x267d4d0) at nautilus-desktop-background.c:319
 nautilus_desktop_background_set_up_widget (self=0x267d4d0) at nautilus-desktop-background.c:385
 background_changed_cb (self=0x267d4d0) at nautilus-desktop-background.c:412

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : StacktraceSource.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in nautilus (Ubuntu):
importance: Undecided → Medium
summary: - nautilus crashed with SIGSEGV in INT_cairo_surface_set_device_scale()
+ nautilus crashed with SIGSEGV in cairo_surface_set_device_scale()
tags: removed: need-amd64-retrace
maxis11 (ya-maxis11)
information type: Private → Public
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in nautilus (Ubuntu):
status: New → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

https://errors.ubuntu.com/problem/03705930d2bd694ca13ba7acbb2edac5eeab322c looks similar and got no report it newer versions

Changed in nautilus (Ubuntu):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.