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 614625 - Unexpected Error: text file busy
Unexpected Error: text file busy
Status: RESOLVED DUPLICATE of bug 609566
Product: gedit
Classification: Applications
Component: general
2.30.x
Other Linux
: Normal major
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-01 23:50 UTC by ralph_blach
Modified: 2010-04-26 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ralph_blach 2010-04-01 23:50:09 UTC
I am running the latest windows XP  with fedora core 12 as a virtual box guest.

I am using the virtual box shared folders to share my windows directory with 
fedora directory.

the file shared file is mounted with the following command.

mount.vboxsf  -o uid=500,gid=500 vboxshare /home/rcblach/Desktop/vboxshare

when I cd to /home/rcblach/Desktop/vboxshare and open a txt file,
edit and try and save it, I get the following error.

Unexpected error: Text file busy.


** (gedit:1797): WARNING **: Hit unhandled case 0 (Text file busy) in parse_error.

This is major problem.
Comment 1 Paolo Borelli 2010-04-18 09:44:55 UTC
The bug in gedit here is that we do not provide a specific error message, though I am not sure we can do better since the error code is "0" and we cannot know exactly what went wrong.

The fact that the file is busy is a problem either with virtualbox or fedora or something else, we cannot do anything about that
Comment 2 jessevdk@gmail.com 2010-04-26 22:17:49 UTC

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