After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772323 - Gnome-photos crash with illegal instruction
Gnome-photos crash with illegal instruction
Status: RESOLVED DUPLICATE of bug 771995
Product: gnome-photos
Classification: Applications
Component: general
3.22.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-10-02 01:15 UTC by Aaron Paden
Modified: 2016-10-02 10:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aaron Paden 2016-10-02 01:15:23 UTC
I'm seeing gnome photos crash repeatedly following an invalid opcode error from the kernel. It looks like if I try to start gnome-photos from the terminal, it immediately fails with SIGILL.

This is the pattern I'm seeing repeated in the logs:

Oct 01 20:02:02 arch-tower0 dbus-daemon[620]: Activating service name='org.gnome.Photos'
Oct 01 20:02:02 arch-tower0 kernel: traps: gnome-photos[1849] trap invalid opcode ip:4545e4 sp:7ffdcc92b440 error:0 in gnome-photos[400000+244000]
Oct 01 20:02:02 arch-tower0 systemd[1]: Started Process Core Dump (PID 1850/UID 0).
Oct 01 20:02:02 arch-tower0 dbus-daemon[620]: Activated service 'org.gnome.Photos' failed: Process org.gnome.Photos received signal 4
Oct 01 20:02:02 arch-tower0 gnome-shell[661]: JS LOG: Received error from DBus search provider org.gnome.Photos.desktop: Gio.DBusError: GDBus.Error:org.freedes
Oct 01 20:02:02 arch-tower0 systemd-coredump[1851]: Process 1849 (gnome-photos) of user 1000 dumped core.
                                                    
                                                    Stack trace of thread 1849:
                                                    #0  0x00000000004545e4 n/a (gnome-photos)
                                                    #1  0x0000000000455d1b n/a (gnome-photos)
                                                    #2  0x00007f8637bc434b g_type_create_instance (libgobject-2.0.so.0)
                                                    #3  0x00007f8637ba61fb n/a (libgobject-2.0.so.0)
                                                    #4  0x00007f8637ba7c0d g_object_newv (libgobject-2.0.so.0)
                                                    #5  0x00007f8637ba83c4 g_object_new (libgobject-2.0.so.0)
                                                    #6  0x000000000045617f photos_item_manager_new (gnome-photos)
                                                    #7  0x00000000004764f9 photos_search_context_state_new (gnome-photos)
                                                    #8  0x000000000047826d n/a (gnome-photos)
                                                    #9  0x00007f8637bc434b g_type_create_instance (libgobject-2.0.so.0)
                                                    #10 0x00007f8637ba61fb n/a (libgobject-2.0.so.0)
                                                    #11 0x00007f8637ba7c0d g_object_newv (libgobject-2.0.so.0)
                                                    #12 0x00007f8637ba83c4 g_object_new (libgobject-2.0.so.0)
                                                    #13 0x000000000047847a photos_search_provider_new (gnome-photos)
                                                    #14 0x0000000000434053 n/a (gnome-photos)
                                                    #15 0x00007f8637bc434b g_type_create_instance (libgobject-2.0.so.0)
                                                    #16 0x00007f8637ba61fb n/a (libgobject-2.0.so.0)
                                                    #17 0x00007f8637ba810e g_object_new_valist (libgobject-2.0.so.0)
                                                    #18 0x00007f8637ba83b1 g_object_new (libgobject-2.0.so.0)
                                                    #19 0x0000000000434256 photos_application_new (gnome-photos)
                                                    #20 0x0000000000492fd0 main (gnome-photos)
                                                    #21 0x00007f8636d75291 __libc_start_main (libc.so.6)
                                                    #22 0x000000000042caea _start (gnome-photos)
Comment 1 Debarshi Ray 2016-10-02 10:29:33 UTC
Could you please test the patches on bug 771995 and leave a comment there? Thanks.

*** This bug has been marked as a duplicate of bug 771995 ***