GNOME Bugzilla – Bug 659042
gnome-document fails to start
Last modified: 2016-06-26 02:44:16 UTC
dmesg shows this message: [19158.454034] gjs[4842]: segfault at 0 ip b7703ff7 sp bfe4bee0 error 4 in libgobject-2.0.so.0.2990.0[b76f1000+4e000] I'm using: Archlinux GNOME 3.1.91 from [gnome-unstable] repo + latest updates.
Can you run gnome-documents on the commandline in gdb, and capture a stacktrace ?
Created attachment 196526 [details] errors from running gnome-documents OK, compiled gnome-documents and gjs. Now I'm getting this in gdb: "/usr/bin/gnome-documents": not in executable format: File format not recognized Also, running gnome-document gives this.
(In reply to comment #2) > OK, compiled gnome-documents and gjs. Now I'm getting this in gdb: > "/usr/bin/gnome-documents": not in executable format: File format not > recognized The correct way of hooking up gdb there is to launch gjs with the same arguments the gnome-documents launcher does (see /usr/bin/gnome-documents), e.g: gdb --args gjs -I /usr/share/gnome-documents/js -c "const Main = imports.main; Main.start();"
OK, one last question, is there any additional package that needs recompiling beside gnome-documents and gjs. I'm getting: Reading symbols from /usr/bin/gjs...(no debugging symbols found)...done.
I'm not sure it's the same issue, but here's my stack trace: Program received signal SIGSEGV, Segmentation fault. thread_memory_magazine2_free (mem=0xb6402ff4, ix=<optimized out>, tmem=<optimized out>) at gslice.c:808 808 gslice.c: Aucun fichier ou dossier de ce type. in gslice.c (gdb) bt
+ Trace 228490
Created attachment 197110 [details] Trace of trying to start gnome-documents I'm not sure if it is the original bug report either, but here is the trace I get. I've never been able to get gnome-documents running for more than 30 seconds. Sometimes it comes up, but crashes with sigsev in gjs when trying to open a document or to change between grid- and listview.
Is this still an issue with an up-to-date 3.2 stack? (including the latest Tracker). @Gert: make sure to have the latest versions of gnome-icon-theme and gnome-icon-theme-symbolic installed in your prefix.
FWIW, this works for me now. I suspect updating tracker to 0.12.2 or 0.12.3 helped.
With an up-to-date 3.2 stack gnome-documents no longer crashes for me. @Cosimo: I tested gnome-documents since GNOME 3.1.90 came out, I always used up-to-date versions of the icon-theme packages. But like said, crashes of gd are no longer an issue here.
Cool, I guess this can be closed now then. Please reopen if you still experience the same issues with a fully updated 3.2 stack.
Everything is working fine here! Thank you!