[Bug 315874] Re: Crash when opening in a terminal a ssh or sftp directory.

2009-05-01 Thread Maxim Levitsky
*** This bug is a duplicate of bug 333462 ***
https://bugs.launchpad.net/bugs/333462

@Casey Greene

look at duplicate, I fixed that bug (look at two latest comments, I post
an updated debdiff soon)


** This bug has been marked a duplicate of bug 333462
   nautilus crashed with SIGSEGV in strlen()

-- 
Crash when opening in a terminal a ssh or sftp directory.
https://bugs.launchpad.net/bugs/315874
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 315874] Re: Crash when opening in a terminal a ssh or sftp directory.

2009-05-01 Thread Casey Greene
u...@machine:~$ nautilus
Initializing nautilus-open-terminal extension
Nautilus-Share-Message: Called "net usershare info" but it failed: 'net 
usershare' returned error 255: net usershare: cannot open usershare directory 
/var/lib/samba/usershares. Error No such file or directory
Please ask your system administrator to enable user sharing.


** (nautilus:13770): WARNING **: Unable to add monitor: Not supported
Segmentation fault
u...@machine:~$ 

This did not affect me before 9.04 (2 hours ago in 8.10 it worked).
This now fails in 9.04 on two machines.

Is there anything I can help with report-wise?

** Changed in: nautilus-open-terminal (Ubuntu)
   Status: New => Confirmed

-- 
Crash when opening in a terminal a ssh or sftp directory.
https://bugs.launchpad.net/bugs/315874
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 315874] Re: Crash when opening in a terminal a ssh or sftp directory.

2009-04-25 Thread Maxim Levitsky
I fixed that bug.

It comes from gio-port.diff

function parse_sftp_uri doesn't do its job, but it is very easy to fix
it, just replace

u+=2; with u+=3;

since sftp patches are normal urls, they are in form of

sftp://username2...

and u points to ://username, thus you need to skip 3 chars and not 2

Hope you update it,
 Maxim Levitsky

-- 
Crash when opening in a terminal a ssh or sftp directory.
https://bugs.launchpad.net/bugs/315874
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 315874] Re: Crash when opening in a terminal a ssh or sftp directory.

2009-04-21 Thread jacquesh
Me too. Nautilus crash when I use open-terminal extention in sftp path but not 
respawn automatically when key is/isn't knowed by ssh.
works fine in 8.10.

-- 
Crash when opening in a terminal a ssh or sftp directory.
https://bugs.launchpad.net/bugs/315874
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 315874] Re: Crash when opening in a terminal a ssh or sftp directory.

2009-04-04 Thread Robert Blenkinsopp
Confirmed for me too too, Appeared to only work for me when using
Private Key Authorization rather than password log on though.

-- 
Crash when opening in a terminal a ssh or sftp directory.
https://bugs.launchpad.net/bugs/315874
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