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 567541 - Anjuta crashes if you call Build->Configure Project on NFS project root
Anjuta crashes if you call Build->Configure Project on NFS project root
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
SVN TRUNK
Other All
: Normal major
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-12 22:19 UTC by Jens Georg
Modified: 2009-01-13 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix problem described (2.32 KB, patch)
2009-01-12 22:20 UTC, Jens Georg
none Details | Review

Description Jens Georg 2009-01-12 22:19:53 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:
Comment 1 Jens Georg 2009-01-12 22:20:45 UTC
Created attachment 126316 [details] [review]
Fix problem described
Comment 2 Jens Georg 2009-01-12 22:21:53 UTC
Bug was actually found by "jagez" who reported it on #anjuta
Comment 3 Sébastien Granjoux 2009-01-13 06:23:29 UTC
Thanks Jens, I have just committed your patch slightly modified.
Comment 4 Jens Georg 2009-01-13 09:25:49 UTC
Ok, looks cleaner than my patch :)