GNOME Bugzilla – Bug 671993
Segmentation fault when i organize files
Last modified: 2012-04-03 21:51:19 UTC
Everytime i try to create a "folder" or add a file in it,i get a segmetntation fault. This happens when i select the file and then check the box (or add a folder and check the box).The program will close,but if i open it again the changes will be done. Steps to reproduce it: - Select a file and click the organize button - Add new folder - Enter a name and check the box or - Select a file and click the organize button - Select an existing folder to add it and check the box In both situations the "ok" button doesn't work. The console output is: /usr/bin/gnome-documents: line 29: 27729 Segmentation fault /usr/bin/gjs-console -I /usr/share/gnome-documents/js -c "const Main = imports.main; Main.start();" "$@"
Which version of gnome-documents is this with? I recently put some work on the stability of collection management, could you try again with git master (or with 0.3.92 as soon as it comes out)? Also, it would be good to have a stacktrace of this crash.
Created attachment 209741 [details] gnome-documents 0.3.90 backtrace
Created attachment 209742 [details] gnome-documents-git backtrace
I used 0.3.90 version and i tried the git version too. Both versions have the same problem
Thanks; unfortunately these are not really useful, since the gnome-documents executable is just a script that initializes gjs-console. If you are able to reproduce this bug with git master, I suppose you are building gnome-documents yourself; what you can do is run the gnome-documents-debug launcher from the src directory. That will launch gjs-console inside gdb, so we can have a more precise idea what's going on.
Created attachment 209757 [details] stacktrace I hope that this will help you.
(In reply to comment #6) > Created an attachment (id=209757) [details] > stacktrace > > I hope that this will help you. Thanks...the trace is still missing some debug information, but it's useful nevertheless; are you using Documents with a Google account? Do you have collections in your database that are "old" (i.e. not listed in the first "page" of 50 results in the overview)? I might have found a bug related to that.
> are you using Documents with a Google account? No i don't have any account with Documents,not even with Gnome online accounts. > Do you have collections in your database that are "old" (i.e. not listed in the first > "page" of 50 results in the overview)? I might have found a bug related to > that. Nope. I have only one collection (for testing purposes) and it's first in overview's results.
FYI with gnome-documents 0.4.0 the problem solved!! :-)
Okay, closing. Thanks for the follow up.