GNOME Bugzilla – Bug 567541
Anjuta crashes if you call Build->Configure Project on NFS project root
Last modified: 2009-01-13 09:25:49 UTC
Please describe the problem: Crash is only symptom of the root cause that the file $PROJECT/.anjuta/session is not created. This is due the call of gnome_vfs_uri_is_local which obviously treats NFS mounts as non-local. The crash happens because of an empty configuration list Steps to reproduce: 1. mount a NFS share with write permissions 2. Startup anjuta 3. Create a new project located on the NFS share 4. select Build->Configure Project; you'll see that no configuration options are present 5. add some parameters and click on Execute Actual results: crash Expected results: clean run of project configuration Does this happen every time? yes Other information:
Created attachment 126316 [details] [review] Fix problem described
Bug was actually found by "jagez" who reported it on #anjuta
Thanks Jens, I have just committed your patch slightly modified.
Ok, looks cleaner than my patch :)