Bugs item #1069430, was opened at 2004-11-19 06:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1069430&group_id=588
Category: editor core
Group: severe bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: extra backslashes added to file paths, out of memory
Initial Comment:
I've got Jedit 4.2 on windows with the Sessions plugin.
I'm not sure if this is specific to sessions plugin or
core, so that is why I am enetering it here.
The sympton is after a while of switching between
buffers using the buffer switcher, I start to notice
the file paths in the buffer switcher to have extra
backslashes in them.
For example I' see a path like this in the buffer switcher
D:\work\some\sample\\directory\\File.html
As a further consequence, when I select that buffer in
the buffer switcher, and then click the 'Directory of
current Buffer' button in the filesystem browser, the
folder paths for each level in the filesystem tree are
absolute paths. Example
roots:
D:
work
some
sample
D:\work\some\sample D:\work\some\sample\
D:\work\some\sample\\
directory
D:\work\some\sample\\directory D:\work\some\sample\\directory\
Further, if I stay using the same session in the
session plugin, and keep switching back and forth
between buffers using the buffer switcher, the problem
is silently getting worse in the other sessions. By
that I mean extra slashes are being added to the file
paths in the other sessions.
This got so bad once that I tried to switch to another
session, JEdit hanged because it was trying to load a
file path with thousands of slashes in the file path -
the result an out of memory exception. I confirmed this
is what happened by looking at the files in
.jedit/sessions and a few of the files contained lines
with 4000 characters, due to duplicate slashes in file
paths.
I opened all the session xml files in another editor
and deleted the duplicate slashes. I restarted Jedit,
but the problem is continuing, and my file paths are
getting longer and longer with these extra slashes.
Help!
, the
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1069430&group_id=588
|