Open Fabioulloaev opened 4 years ago
Are you able to run the app in a terminal under gdb
and then posting a backtrace of the crash here?
There are some instructions with further links here: https://elementary.io/docs/code/os-dev#inspecting-crashes.
I am getting a lot of critical error messages in the terminal but I have not got a crash yet in either elementary 5.1 or elementary 6.
Hi I was trying to reproduce the error again (format the laptop), although the app no longer closes itself, if it crashes. Tell me if I was right to run gdb since this is the first time I have done this.
https://drive.google.com/file/d/1isqJ0F8p6It26wzvb0nuxGhZ6tyC-c-i/view?usp=sharing
Yes that right, but I forgot to tell you to install the -dev or -dbg files for the dependencies of the package in order to get more human readable output. The easiest way to do this is with sudo apt build-dep pantheon-photos
install the dev even though I don't see any changes, unless I needed to execute a command https://drive.google.com/file/d/1AFa58ZbA1trxUtosShEzH0gcHJDhwQV7/view?usp=sharing
The reason for installing -dev files is to get a better backtrace when the app crashes under gdb. Did you try running the app under gdb again? I cannot see a backtrace in the latest image. If you can get a backtrace for the crash please copy/paste it into in a comment here.
The fact that it specifically crashes for a certain month suggests a problematic string or translation or filename or filetype associated with that month. You could try running the app with a different locale (e.g. LANGUAGE=en_US.UTF.8 io.elementary.photos
) Do you get a crash for the month of July in every year or just a particular year?
I already did the tests by changing the locale but it still persists. so far it has only been in 2019, the app closes in July and April, only when I run it with gdb it just crashes. https://drive.google.com/file/d/18fYrpZHZnaQzG3oXB7XGq4QbU5tg36zn/view?usp=sharing
NU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git Copyright (C) 2018 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 io.elementary.photos...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/io.elementary.photos [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe6735700 (LWP 3121)] [New Thread 0x7fffe5f34700 (LWP 3122)] [New Thread 0x7fffe52f2700 (LWP 3123)] Message: 13:16:44.247: main.vala:347: Shotwell Photo Manager 2.7.0 (gdb) Message: 13:16:46.490: main.vala:57: Verifying database … [New Thread 0x7fffccdf3700 (LWP 3124)] [New Thread 0x7fffcc5f2700 (LWP 3125)] [New Thread 0x7fffcbdf1700 (LWP 3126)] [New Thread 0x7fffcb5f0700 (LWP 3127)]
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:46.844: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:46.844: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:46.844: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:46.918: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:46.918: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.166: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.166: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.207: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.207: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.212: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.213: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.219: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.219: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.226: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.226: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.233: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.233: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.236: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): Gtk-WARNING **: 13:16:47.236: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:47.254: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:47.254: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.254: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:47.255: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:47.255: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:16:47.255: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:16:47.255: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.283: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.283: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.283: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.283: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.283: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.283: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.284: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:16:47.285: invalid cast from 'Video' to 'Photo' [New Thread 0x7fffca779700 (LWP 3128)] [New Thread 0x7fffc9354700 (LWP 3129)] [Thread 0x7fffc9354700 (LWP 3129) exited] [New Thread 0x7fffc9354700 (LWP 3130)] [Thread 0x7fffc9354700 (LWP 3130) exited] [New Thread 0x7fffc9354700 (LWP 3131)] [Thread 0x7fffc9354700 (LWP 3131) exited] [New Thread 0x7fffc9354700 (LWP 3132)] [New Thread 0x7fffc8b53700 (LWP 3133)] [New Thread 0x7fffc3fff700 (LWP 3134)] [New Thread 0x7fffc37fe700 (LWP 3135)] [New Thread 0x7fffc2ffd700 (LWP 3136)] [New Thread 0x7fffc27fc700 (LWP 3137)] [New Thread 0x7fffc1ffb700 (LWP 3138)] [New Thread 0x7fffc17fa700 (LWP 3139)] [New Thread 0x7fffc0ff9700 (LWP 3140)] [Thread 0x7fffc37fe700 (LWP 3135) exited] [Thread 0x7fffc17fa700 (LWP 3139) exited] [Thread 0x7fffc1ffb700 (LWP 3138) exited] [Thread 0x7fffc0ff9700 (LWP 3140) exited] [Thread 0x7fffc3fff700 (LWP 3134) exited] [Thread 0x7fffc9354700 (LWP 3132) exited] [Thread 0x7fffc2ffd700 (LWP 3136) exited] [Thread 0x7fffc8b53700 (LWP 3133) exited] [Thread 0x7fffca779700 (LWP 3128) exited]
(io.elementary.photos:3115): WARNING : 13:16:57.431: BatchImport.vala:1851: Unable to read metadata for /home/fabio/Imágenes/2019-06/Screenshot_20190611_111133_com.whatsapp.jpg (unsupported format): continuing to attempt import [New Thread 0x7fffca779700 (LWP 3143)] [Thread 0x7fffca779700 (LWP 3143) exited]
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:04.005: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.005: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.005: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.005: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.005: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:04.040: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.040: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.040: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.040: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.040: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:04.040: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.040: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:04.041: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:04.041: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.041: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.042: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:04.042: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.042: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.042: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.042: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:04.042: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:06.562: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.562: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.562: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.563: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.563: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:06.587: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.587: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:06.588: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:06.588: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:06.588: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.588: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.589: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.589: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GIO-CRITICAL **: 13:17:06.589: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.589: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.589: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.589: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(io.elementary.photos:3115): GLib-CRITICAL **: 13:17:06.589: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:3115): GLib-GObject-WARNING **: 13:17:06.767: invalid cast from 'Video' to 'LibraryPhoto'
Thread 1 "io.elementary.p" received signal SIGSEGV, Segmentation fault. 0x0000000000000050 in ?? () (gdb) backtrace
---Type
A lot errors! Can you indicate at which point you clicked on the month? Some of the error messages may have occurred before then. Also, when getting thte backtrace, you need to keep pressing Enter
until you get no more output to get the full trace - what we want is a reference to the Photos app in the backtrace.
Just to be clear- are running the stable version of Photos installed by default on elementary 5.0?
I use Elementary OS 5.1.7.
(io.elementary.photos:7764): WARNING : 17:14:10.958: BatchImport.vala:1851: Unable to read metadata for /home/fabio/Imágenes/2019-06/Screenshot_20190611_111133_com.whatsapp.jpg (unsupported format): continuing to attempt import [Nuevo Thread 0x7fffc901f700 (LWP 7786)] [Thread 0x7fffc901f700 (LWP 7786) terminado] [Thread 0x7fffc9f78700 (LWP 7780) terminado]
(io.elementary.photos:7764): GLib-GIO-CRITICAL : 17:14:35.376: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed #--------> here I click on "July"**
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.377: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.377: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.377: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.377: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-GIO-CRITICAL **: 17:14:35.408: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.408: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.408: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.408: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.408: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-GIO-CRITICAL **: 17:14:35.408: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.408: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.408: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-GIO-CRITICAL **: 17:14:35.409: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-GIO-CRITICAL **: 17:14:35.409: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.409: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-GIO-CRITICAL **: 17:14:35.410: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.410: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.410: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.410: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(io.elementary.photos:7764): GLib-CRITICAL **: 17:14:35.410: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:7764): GLib-GObject-WARNING **: 17:14:35.563: invalid cast from 'Video' to 'LibraryPhoto'
Thread 1 "io.elementary.p" received signal SIGSEGV, Segmentation fault. 0x0000000000000050 in ?? () (gdb) bactrace orden indefinida: «bactrace». Intente con «help» (gdb) bakctrace orden indefinida: «bakctrace». Intente con «help» (gdb) backtrace
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
---Type
@Fabioulloaev Thanks but is that the full backtrace? You need to keep pressing Enter
to get the next page of backtrace until you get back to the gdb>
prompt.
fabio@fabio-X205TA:~$ gdb io.elementary.photos GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git Copyright (C) 2018 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. Para las instrucciones de informe de errores, vea: 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"... Leyendo símbolos desde io.elementary.photos...(no se encontraron símbolos de depuración)hecho. (gdb) run Starting program: /usr/bin/io.elementary.photos [Depuración de hilo usando libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". (gdb) [Nuevo Thread 0x7fffe62f4700 (LWP 26147)] [Nuevo Thread 0x7fffe5af3700 (LWP 26148)] (gdb) [Nuevo Thread 0x7fffe52f2700 (LWP 26149)] Message: 13:56:20.542: main.vala:347: Shotwell Gestor de fotos 2.7.0 Message: 13:56:22.458: main.vala:57: Verifying database … [Nuevo Thread 0x7fffccdf3700 (LWP 26150)] [Nuevo Thread 0x7fffcc5f2700 (LWP 26151)] [Nuevo Thread 0x7fffcbdf1700 (LWP 26152)] [Nuevo Thread 0x7fffcb5f0700 (LWP 26153)] ** Message: 13:56:22.560: VideoSupport.vala:400: interpreter state cookie not found; assuming all video thumbnails are out of date
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:22.827: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.827: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:22.828: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:22.828: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:22.903: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:22.903: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.061: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.061: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.072: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.072: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.075: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.075: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.080: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.080: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.086: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.086: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.092: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.093: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.095: (../../../../gtk/gtkicontheme.c:5497):gtk_icon_theme_lookup_by_gicon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): Gtk-WARNING **: 13:56:23.095: (../../../../gtk/gtkicontheme.c:2226):gtk_icon_theme_choose_icon_for_scale: runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:23.113: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.113: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.113: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.113: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.113: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:23.113: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:23.114: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:23.114: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.114: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.115: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.115: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:23.115: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.115: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.115: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.115: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:23.115: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.152: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.153: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.154: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:23.154: invalid cast from 'Video' to 'Photo'
(io.elementary.photos:26143): GLib-GObject-WARNING : 13:56:23.154: invalid cast from 'Video' to 'Photo' [Nuevo Thread 0x7fffca779700 (LWP 26154)] [Nuevo Thread 0x7fffc901f700 (LWP 26155)] [Thread 0x7fffc901f700 (LWP 26155) terminado] [Nuevo Thread 0x7fffc901f700 (LWP 26156)] [Thread 0x7fffc901f700 (LWP 26156) terminado] [Nuevo Thread 0x7fffc901f700 (LWP 26157)] [Thread 0x7fffc901f700 (LWP 26157) terminado] [Nuevo Thread 0x7fffc901f700 (LWP 26159)] [Thread 0x7fffc901f700 (LWP 26159) terminado] [Nuevo Thread 0x7fffc901f700 (LWP 26160)] [Nuevo Thread 0x7fffc9f78700 (LWP 26161)] [Nuevo Thread 0x7fffc881e700 (LWP 26162)] [Nuevo Thread 0x7fffabfff700 (LWP 26163)] [Nuevo Thread 0x7fffab7fe700 (LWP 26164)] [Nuevo Thread 0x7fffaaffd700 (LWP 26165)] [Nuevo Thread 0x7fffaa7fc700 (LWP 26166)] [Nuevo Thread 0x7fffa9ffb700 (LWP 26167)] [Nuevo Thread 0x7fffa97fa700 (LWP 26168)] Message: 13:56:29.194: VideoSupport.vala:455: offline video thumbnail regeneration completed [Nuevo Thread 0x7fffa8bf3700 (LWP 26170)] [Nuevo Thread 0x7fff8bd9f700 (LWP 26171)] [Nuevo Thread 0x7fff8acdc700 (LWP 26172)] [Nuevo Thread 0x7fff8a4db700 (LWP 26173)] [Thread 0x7fffa9ffb700 (LWP 26167) terminado] [Thread 0x7fffaa7fc700 (LWP 26166) terminado] [Thread 0x7fffab7fe700 (LWP 26164) terminado] [Thread 0x7fffabfff700 (LWP 26163) terminado] [Thread 0x7fffc9f78700 (LWP 26161) terminado] [Thread 0x7fffca779700 (LWP 26154) terminado] [Thread 0x7fffaaffd700 (LWP 26165) terminado] [Thread 0x7fffa97fa700 (LWP 26168) terminado] [Thread 0x7fffc881e700 (LWP 26162) terminado] [Nuevo Thread 0x7fffc881e700 (LWP 26174)] [Thread 0x7fffc881e700 (LWP 26174) terminado] [Nuevo Thread 0x7fffc881e700 (LWP 26175)] [Nuevo Thread 0x7fffa97fa700 (LWP 26176)] [Nuevo Thread 0x7fffaaffd700 (LWP 26177)] [Nuevo Thread 0x7fffca779700 (LWP 26178)] [Nuevo Thread 0x7fff77056700 (LWP 26179)] [Nuevo Thread 0x7fff76855700 (LWP 26180)] [Nuevo Thread 0x7fff76054700 (LWP 26181)] [Thread 0x7fffa97fa700 (LWP 26176) terminado] [Nuevo Thread 0x7fffa97fa700 (LWP 26182)] [Nuevo Thread 0x7fff68489700 (LWP 26183)] [Thread 0x7fffc881e700 (LWP 26175) terminado] [Thread 0x7fff76855700 (LWP 26180) terminado] [Thread 0x7fff77056700 (LWP 26179) terminado] [Thread 0x7fffaaffd700 (LWP 26177) terminado] [Thread 0x7fffca779700 (LWP 26178) terminado] [Nuevo Thread 0x7fff76855700 (LWP 26197)]
(io.elementary.photos:26143): WARNING : 13:56:31.958: BatchImport.vala:1851: Unable to read metadata for /home/fabio/Imágenes/2019-06/Screenshot_20190611_111133_com.whatsapp.jpg (unsupported format): continuing to attempt import [Nuevo Thread 0x7fff77056700 (LWP 26198)] [Thread 0x7fffa97fa700 (LWP 26182) terminado] [Thread 0x7fffc901f700 (LWP 26160) terminado] [Thread 0x7fff8a4db700 (LWP 26173) terminado] [Thread 0x7fff76054700 (LWP 26181) terminado] [Thread 0x7fff8acdc700 (LWP 26172) terminado] [Thread 0x7fff8bd9f700 (LWP 26171) terminado] [Nuevo Thread 0x7fff8acdc700 (LWP 26199)] [Nuevo Thread 0x7fff8bd9f700 (LWP 26200)] [Nuevo Thread 0x7fff76054700 (LWP 26201)] [Nuevo Thread 0x7fff8a4db700 (LWP 26202)] [Thread 0x7fff8a4db700 (LWP 26202) terminado] [Nuevo Thread 0x7fff8a4db700 (LWP 26203)] [Nuevo Thread 0x7fffc901f700 (LWP 26204)] [Nuevo Thread 0x7fffc881e700 (LWP 26205)] [Nuevo Thread 0x7fffab094700 (LWP 26206)] [Nuevo Thread 0x7fffa983b700 (LWP 26207)] [Nuevo Thread 0x7fff67c88700 (LWP 26208)] [Thread 0x7fff77056700 (LWP 26198) terminado] [Thread 0x7fffc901f700 (LWP 26204) terminado] [Nuevo Thread 0x7fffc901f700 (LWP 26209)] [Nuevo Thread 0x7fff77056700 (LWP 26210)] [Thread 0x7fff8a4db700 (LWP 26203) terminado] [Thread 0x7fff67c88700 (LWP 26208) terminado] [Thread 0x7fffa983b700 (LWP 26207) terminado] [Thread 0x7fffab094700 (LWP 26206) terminado] [Thread 0x7fffc881e700 (LWP 26205) terminado] [Thread 0x7fff77056700 (LWP 26210) terminado] [Thread 0x7fff76855700 (LWP 26197) terminado] [Thread 0x7fff8bd9f700 (LWP 26200) terminado] [Thread 0x7fff76054700 (LWP 26201) terminado] [Thread 0x7fff68489700 (LWP 26183) terminado] [Thread 0x7fff8acdc700 (LWP 26199) terminado] [Nuevo Thread 0x7fff8acdc700 (LWP 26224)] [Nuevo Thread 0x7fff68489700 (LWP 26225)] [Nuevo Thread 0x7fff76054700 (LWP 26226)] [Nuevo Thread 0x7fff8bd9f700 (LWP 26227)] [Thread 0x7fff8bd9f700 (LWP 26227) terminado] [Nuevo Thread 0x7fffab094700 (LWP 26228)] [Nuevo Thread 0x7fff8bd9f700 (LWP 26229)] [Nuevo Thread 0x7fffa983b700 (LWP 26230)] [Nuevo Thread 0x7fff8a4db700 (LWP 26231)] [Nuevo Thread 0x7fff77056700 (LWP 26232)] [Nuevo Thread 0x7fff76855700 (LWP 26233)] [Nuevo Thread 0x7fff67c88700 (LWP 26234)] [Thread 0x7fff8bd9f700 (LWP 26229) terminado] [Nuevo Thread 0x7fff8bd9f700 (LWP 26235)] [Nuevo Thread 0x7fff67487700 (LWP 26236)] [Thread 0x7fffab094700 (LWP 26228) terminado] [Thread 0x7fff77056700 (LWP 26232) terminado] [Thread 0x7fff8a4db700 (LWP 26231) terminado] [Thread 0x7fffa983b700 (LWP 26230) terminado] [Thread 0x7fff76855700 (LWP 26233) terminado] [Thread 0x7fff8bd9f700 (LWP 26235) terminado] [Thread 0x7fff67c88700 (LWP 26234) terminado] [Thread 0x7fff68489700 (LWP 26225) terminado] [Thread 0x7fffc901f700 (LWP 26209) terminado] [Thread 0x7fff8acdc700 (LWP 26224) terminado] [Thread 0x7fff76054700 (LWP 26226) terminado] [Nuevo Thread 0x7fff76054700 (LWP 26250)] [Nuevo Thread 0x7fff8acdc700 (LWP 26251)] [Nuevo Thread 0x7fffc901f700 (LWP 26252)] [Nuevo Thread 0x7fff68489700 (LWP 26253)] [Thread 0x7fff68489700 (LWP 26253) terminado] [Nuevo Thread 0x7fffa983b700 (LWP 26254)] [Nuevo Thread 0x7fff68489700 (LWP 26255)] [Nuevo Thread 0x7fff8bd9f700 (LWP 26256)] [Nuevo Thread 0x7fff8a4db700 (LWP 26257)] [Nuevo Thread 0x7fff77056700 (LWP 26258)] [Nuevo Thread 0x7fff76855700 (LWP 26259)] [Nuevo Thread 0x7fff67c88700 (LWP 26260)] [Thread 0x7fff68489700 (LWP 26255) terminado] [Nuevo Thread 0x7fff68489700 (LWP 26261)] [Nuevo Thread 0x7fff66c86700 (LWP 26262)] [Thread 0x7fffa983b700 (LWP 26254) terminado] [Thread 0x7fff76855700 (LWP 26259) terminado] [Thread 0x7fff77056700 (LWP 26258) terminado] [Thread 0x7fff8a4db700 (LWP 26257) terminado] [Thread 0x7fff8bd9f700 (LWP 26256) terminado] [Thread 0x7fff66c86700 (LWP 26262) terminado] [Thread 0x7fff67c88700 (LWP 26260) terminado] [Thread 0x7fff8acdc700 (LWP 26251) terminado] [Thread 0x7fffc901f700 (LWP 26252) terminado] [Thread 0x7fff67487700 (LWP 26236) terminado] [Thread 0x7fff76054700 (LWP 26250) terminado]
(io.elementary.photos:26143): GLib-GIO-CRITICAL : 13:56:36.177: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed #------>here I click on "July"**
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.177: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.177: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.178: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.178: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:36.232: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.232: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.232: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.232: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.232: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:36.232: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:36.233: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.233: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:36.234: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_get_boolean: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GIO-CRITICAL **: 13:56:36.234: g_settings_get_value: assertion 'G_IS_SETTINGS (settings)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_get_type: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_get_int32: assertion 'g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
(io.elementary.photos:26143): GLib-CRITICAL **: 13:56:36.234: g_variant_unref: assertion 'value != NULL' failed
(io.elementary.photos:26143): GLib-GObject-WARNING **: 13:56:36.391: invalid cast from 'Video' to 'LibraryPhoto'
Thread 1 "io.elementary.p" received signal SIGSEGV, Segmentation fault. 0x0000555556067300 in ?? () (gdb) backtrace
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
---Type
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
---Type
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
---Type
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
---Type
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
(gdb)
When I click on the month in the Events tab, the app closes immediately, in my case it is the month of July exactly, I don't know if someone can reproduce this error, I already examine the images in Files but it does not contain errors. I'll leave a link so you can see the error on video
https://drive.google.com/file/d/1tJEKz3TnECNQice0iKdmKkF7Qb7ELH4Y/view?usp=sharing