bugzilla-daemon at mindrot.org
2002-Dec-05 04:57 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From tim at multitalents.net 2002-12-05 15:57 ------- I can not duplicate this problem on UnixWare or Linux ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-05 10:02 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From markus at openbsd.org 2002-12-05 21:02 ------- hm, strange, perhaps freebsd glob bug? % sftp localhost Connecting to localhost... sftp> put foo.bar File "foo.bar" not found. sftp> quit % ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-05 19:58 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From trionon at mail.ru 2002-12-06 06:58 ------- I tried again, but still segmentation fault: nimnul at 217 (~) > sftp localhost Connecting to localhost... The authenticity of host 'localhost (127.0.0.1)' can't be established. DSA key fingerprint is d2:4c:d9:fa:b6:d8:92:20:ec:a4:7f:35:19:15:a9:d6. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (DSA) to the list of known hosts. Password: sftp> put aaa.bbb Segmentation fault (core dumped) I tried it on different FreeBSD machines, with the same result ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-05 20:51 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From mouring at eviladmin.org 2002-12-06 07:51 ------- Is this compiled by you? Or are you using ports or FreeBSD in-tree OpenSSH version? I can't find anyone that can mimic this. - Ben ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-06 00:05 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From djm at mindrot.org 2002-12-06 11:05 ------- Can you get a gdb trace of where it is failing? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-06 18:47 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From trionon at mail.ru 2002-12-07 05:47 ------- root at 217 (~) > gdb -c sftp.core GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar welcome to change it and/or distribute copies of it under certain condition Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". Core was generated by `sftp'. Program terminated with signal 11, Segmentation fault. #0 0x804c7af in ?? () (gdb) bt #0 0x804c7af in ?? () #1 0x804cd8c in ?? () #2 0x804d72f in ?? () #3 0x8049b9a in ?? () #4 0x8049505 in ?? () (gdb) Did it help? these are the only things i can do with gdb. What else can I do to help? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-06 23:22 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From dtucker at zip.com.au 2002-12-07 10:22 ------- You need to give it the binary as well as the core to get meaningful results, ie $ gdb /path/to/sftp sftp.core (gdb) bt ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-07 01:58 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From trionon at mail.ru 2002-12-07 12:58 ------- The results now are: root at 217 (~) > gdb -c sftp.core /usr/bin/sftp GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)... Core was generated by `sftp'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libssh.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libcrypto.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done. #0 0x804c7af in free () (gdb) bt #0 0x804c7af in free () #1 0xe in ?? () #2 0x804cd8c in free () #3 0x804d72f in free () #4 0x8049b9a in free () #5 0x8049505 in free () ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Dec-24 15:43 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 ------- Additional Comments From trionon at mail.ru 2002-12-25 02:43 -------> Is this compiled by you? Or are you using ports or FreeBSD in-tree OpenSSHversion? I can't find anyone that can mimic this. I had to upgrade from in-tree OpenSSH to newer OpenSSH. I updated ports using cvsup, compiled ssh from ports and deleted files from old one using rm. Did I make something wrong? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jan-03 03:48 UTC
[Bug 450] sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2003-01-03 14:48 ------- FreeBSD glob has had problems in the past - I suspect that is the problem. I would recommend using the in-tree OpenSSH for FreeBSD. Please report if that breaks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 450] New: sftp crashes when trying to upload a file which doesn't exist
- [Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
- [Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
- sftp client: upload from pipe
- sftp client: upload from pipe