[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-05-01 Thread Daniel Hahler
For reference, here's the (sub)bug reported against jEdit:
https://sourceforge.net/tracker/?func=detail&aid=2995230&group_id=588&atid=100588

** Bug watch added: SourceForge.net Tracker #2995230
   http://sourceforge.net/support/tracker.php?aid=2995230

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-05-01 Thread Daniel Hahler
Solved (for me):

The Gnome setting "Select windows when the mouse moves over them", combined 
with the (non-default) bigger size of the VFS / "Open File" dialog causes the 
following to happen:
The "Connect to SFTP" window opens, but gets covered completely below the "Open 
File" dialog.

WORKAROUNDS (for this):
1. Move away the "Open File" dialog by pressing Alt and clicking anywhere in 
the window (you cannot move it away using the title bar) ("Alt" is probably the 
default in gnome-window-propertiees - otherwise try the Super/Win key)
2. Deactivate "Select windows when the mouse moves over them"


However, reading this bug carefully again, it's not what happened to the 
reporter or other commentator probably (sorry for the noise).
It should get addressed however, too and I'll forward it to the jEdit bug 
tracker.

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-05-01 Thread Daniel Hahler
Some more info:
1. it works in KDE, even when logged into Gnome, too - so it's not related to 
running processes "gvfs" or similar
2. it works in Gnome when started using "-noserver -nosettings" (-noserver to 
not connect to the instance running in KDE), and then installing the FTP plugin.

Therefore it seems that a combination of Gnome and some other plugin or
setting is triggering it.

(the above tests have been done using OpenJDK again)

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-05-01 Thread Daniel Hahler
I can reproduce it now myself:
1. Ctrl-O to get the open file dialog
2. select "Connect to Secure FTP server" via "Plugins" => "FTP plugin"

The open window loses focus, and jEdit freezes: the system however does
not and it's possible to just kill the jedit process.

16:23:15 [main] [message] Log: java.version=1.6.0_18
16:23:15 [main] [message] Log: java.vm.version=14.0-b16
16:23:15 [main] [message] Log: java.runtime.version=1.6.0_18-b18
16:23:15 [main] [message] Log: java.vendor=Sun Microsystems Inc.
16:23:15 [main] [message] Log: java.compiler=null
16:23:15 [main] [message] Log: os.name=Linux
16:23:15 [main] [message] Log: os.version=2.6.34-999-generic
16:23:15 [main] [message] Log: os.arch=i386
16:23:15 [main] [message] Log: user.home=/home/daniel
16:23:15 [main] [message] Log: java.home=/usr/lib/jvm/java-6-openjdk/jre
16:23:15 [main] [message] Log: 
java.class.path=/home/daniel/svn/jEdit/build/jedit.jar


The last lines in the activity log when Ctrl-C'ing jedit:
16:26:44 [AWT-EventQueue-0] [debug] FtpVFS: FtpVFS.createVFSSession(null, 
org.gjt.sp.jedit.browser.VFSBrowser[,0,0,877x583,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=])
16:26:44 [AWT-EventQueue-0] [debug] String: 
org.gjt.sp.jedit.browser.VFSBrowser[,0,0,877x583,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
16:26:44 [AWT-EventQueue-0] [debug] EditBus: 
PluginUpdate[what=ACTIVATED,exit=false,version=0.9.7,source=/home/daniel/.jedit/jars/FTP.jar,class=ftp.FtpPlugin]
16:26:44 [AWT-EventQueue-0] [debug] EditBus: 
DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]


I've now tried it using Sun JDK, with the same result:
16:30:27 [main] [message] Log: java.version=1.6.0_20
16:30:27 [main] [message] Log: java.vm.version=16.3-b01
16:30:27 [main] [message] Log: java.runtime.version=1.6.0_20-b02
16:30:27 [main] [message] Log: java.vendor=Sun Microsystems Inc.
16:30:27 [main] [message] Log: java.compiler=null
16:30:27 [main] [message] Log: os.name=Linux
16:30:27 [main] [message] Log: os.version=2.6.34-999-generic
16:30:27 [main] [message] Log: os.arch=i386
16:30:27 [main] [message] Log: user.home=/home/daniel
16:30:27 [main] [message] Log: java.home=/usr/lib/jvm/java-6-sun-1.6.0.20/jre
16:30:27 [main] [message] Log: 
java.class.path=/home/daniel/svn/jEdit/build/jedit.jar

This may be related to the Desktop environment being used then, since I
could not reproduce it in KDE, but can in Gnome.

** Changed in: jedit (Ubuntu)
   Status: In Progress => Triaged

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-05-01 Thread Daniel Hahler
** Changed in: jedit (Ubuntu)
   Status: Incomplete => In Progress

** Changed in: jedit (Ubuntu)
   Importance: Undecided => Medium

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


RE: [Bug 371313] Re: freeze when using jedit open remote with sftp

2010-04-05 Thread derek_c


-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-04-03 Thread Vampire
You mean 4.3.1. ;-)
What Java do you use derek_c?
If not the one from Sun, I would suggest trying that instead.
You can see the information about the JRE in use from the top of the activity 
log.
You can find the activiry log in your settings directory which is ~/.jedit by 
default.
Or you can go to "Utilities -> Settings Directory -> activity.log" from within 
jEdit.

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


RE: [Bug 371313] Re: freeze when using jedit open remote with sftp

2010-01-28 Thread derek_c


-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2010-01-28 Thread Daniel Hahler
In the mean time, we have jEdit 4.3~pre18 already, but I suspect it's
more of a java problem, getting triggered somehow.

It would be helpful to have some generic steps to reproduce this, but I
see that this might be difficult.

Regarding the hard shutdown, you can always try the REISUB method
instead: see http://en.wikipedia.org/wiki/Reisub

I'll leave this bug open.. please provide feedback of what you have
experienced in the last months regarding this issue.

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 371313] Re: freeze when using jedit open remote with sftp

2009-05-21 Thread derek_c
h,

Thank you for the info, I use Jedit to work on a remote shared (using
SFTP/SSH) server on GoDaddy while I simultaneously have open FireFox
versions of the same files--interestingly the Jedit issue causes FF to
become unstable and when I right click a bookmark to open in a new tab,
FF shuts down immediately.

At first I thought it was the JavaScript files I was working with but
I've had Jedit freeze when trying to open CSS, HTML, JS, PHP & INC
files.

BTW: I work from home and my LINUX box is connected directly to my
ISP via a cable modem; so no network to remotely log into the frozen
box means hard shut down when the freeze happens. And I too have just
gone from 8.10 to 9.04 Ubuntu when the bug showed up. So, now I just
don't use Jedit, which is a shame because I really like the sftp app
built into the editor, it saves steps, time and makes me more
productive.

Thanks for getting back to me. Do you think if I went to 4.2 Jedit I
might avoid this bug?


On Wed, 2009-05-20 at 18:02 +, hhemken wrote:
> I also get freezes, possibly related to having NFS files open. This
> started when I moved to Hardy Heron from Gutsy. I am using 4.3pre16, but
> it also happened with 4.3pre15. It is hard to reproduce, it happens
> unpredictably. We have some issues NFS here in which NFS credentials
> need to be renewed often. I have to run "kinit -R" every half hour via
> cron or I get an authentication dialog several times a day. That may be
> related to the original bug reporter's experience with scp. Perhaps
> jedit is unable to deal with flaky connections to networked files?
> 
> BTW, you don't need to shutdown and restart the system, just do:
> ps -fea | grep jedit
> and kill the process. If your desktop is frozen (mine is not affected by this 
> bug), log into your box over the network and kill jedit.
> 
-- 
Regards,

Derek Christiansen

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2009-05-20 Thread hhemken
I also get freezes, possibly related to having NFS files open. This
started when I moved to Hardy Heron from Gutsy. I am using 4.3pre16, but
it also happened with 4.3pre15. It is hard to reproduce, it happens
unpredictably. We have some issues NFS here in which NFS credentials
need to be renewed often. I have to run "kinit -R" every half hour via
cron or I get an authentication dialog several times a day. That may be
related to the original bug reporter's experience with scp. Perhaps
jedit is unable to deal with flaky connections to networked files?

BTW, you don't need to shutdown and restart the system, just do:
ps -fea | grep jedit
and kill the process. If your desktop is frozen (mine is not affected by this 
bug), log into your box over the network and kill jedit.

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 371313] Re: freeze when using jedit open remote with sftp

2009-05-03 Thread derek_c
Daniel,

I just went through and did an update manager on my jEdit plugins and tried
to reproduce the problem...and it seems to have gone away, I also removed a
JavaScript shell plugin, as it seemed to always hang when opening
multiple( >3)
*.js files at the same time with multiple buffer views. Being as it only
seems to
happen in jEdit, I'm gonna assume that the problem is there, and not in
Ubuntu.

Also, I found several posts with the same complaint from last year
(perhaps at the 8.10 release) that describe the same issue.

One question, though: when the system freezes is there any alternative to
a hard shutdown?

Daniel Hahler wrote:
> Thank you for your bug report.
>
> Can you provide steps to reproduce this problem? Is it reproducible for
> you, or does it only happen occasionally?
>
> ** Changed in: jedit (Ubuntu)
>Status: New => Incomplete
>
>   

-- 
Regards,
Derek Christiansen

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2009-05-03 Thread Daniel Hahler
Thank you for your bug report.

Can you provide steps to reproduce this problem? Is it reproducible for
you, or does it only happen occasionally?

** Changed in: jedit (Ubuntu)
   Status: New => Incomplete

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371313] Re: freeze when using jedit open remote with sftp

2009-05-03 Thread Scott Howard
** Package changed: ubuntu => jedit (Ubuntu)

-- 
freeze when using jedit open remote with sftp
https://bugs.launchpad.net/bugs/371313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs