Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

void ftp::Data::Open(ftp::TransferType): Assertion `listener' failed. #17

Closed
need-root opened this issue Mar 8, 2013 · 3 comments
Closed

Comments

@need-root
Copy link

Fri Mar 08 17:08:49 2013 Error while reading filesystem attribute user.ebftpd.gid: /opt/ebftpd/site: Operation not supported
Fri Mar 08 17:08:49 2013 Error while reading filesystem attribute user.ebftpd.uid: /opt/ebftpd/site: Operation not supported
Fri Mar 08 17:08:49 2013 150 Opening ASCII connection for download of . (4096 bytes).
ebftpd: /home/lovely/ebftpd/src/ftp/data.cpp:170: void ftp::Data::Open(ftp::TransferType): Assertion `listener' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb38fdb70 (LWP 27746)]
0xb7fe1424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fe1424 in __kernel_vsyscall ()
#1 0xb6ffe941 in raise () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#2 0xb7001d72 in abort () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#3 0xb6ff7b58 in __assert_fail () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#4 0xb7ce37a0 in ftp::Data::Open (this=0x81fd4a8, transferType=ftp::Download) at /home/lovely/ebftpd/src/ftp/data.cpp:170
#5 0xb7c02693 in cmd::rfc::RETRCommand::Execute (this=0x83654f0) at /home/lovely/ebftpd/src/cmd/rfc/retr.cpp:146
#6 0xb7cd8a77 in ftp::ClientImpl::ExecuteCommand (this=0x81fd360, commandLine=...) at /home/lovely/ebftpd/src/ftp/clientimpl.cpp:252
#7 0xb7cd90c1 in ftp::ClientImpl::Handle (this=0x81fd360) at /home/lovely/ebftpd/src/ftp/clientimpl.cpp:326
#8 0xb7cda917 in ftp::ClientImpl::InnerRun (this=0x81fd360) at /home/lovely/ebftpd/src/ftp/clientimpl.cpp:552
#9 0xb7cdab9a in ftp::ClientImpl::Run (this=0x81fd360) at /home/lovely/ebftpd/src/ftp/clientimpl.cpp:569
#10 0xb7f9da5b in util::Thread::Main (this=0x81fd360) at /home/lovely/ebftpd/util/util/thread.cpp:54
#11 0xb7fa24fa in boost::_mfi::mf0<void, util::Thread>::operator() (this=0x8211c4c, p=0x81fd360) at /usr/include/boost/bind/mem_fn_template.hpp:49
#12 0xb7fa2480 in boost::_bi::list1boost::_bi::value<util::Thread* >::operator()<boost::_mfi::mf0<void, util::Thread>, boost::_bi::list0> (this=0x8211c54, f=..., a=...)

at /usr/include/boost/bind/bind.hpp:253

#13 0xb7fa2428 in boost::_bi::bind_t<void, boost::_mfi::mf0<void, util::Thread>, boost::_bi::list1boost::_bi::value<util::Thread* > >::operator() (this=0x8211c4c)

at /usr/include/boost/bind/bind_template.hpp:20

#14 0xb7fa223e in boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, util::Thread>, boost::_bi::list1boost::_bi::value<util::Thread* > > >::run (this=0x8211b48)

at /usr/include/boost/thread/detail/thread.hpp:62

#15 0xb746042c in ?? () from /usr/lib/libboost_thread.so.1.49.0
#16 0xb7440c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
#17 0xb70a978e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6

@need-root
Copy link
Author

to reproduce: login, send "RETR ."

@bioboy
Copy link
Collaborator

bioboy commented Mar 9, 2013

These should be addressed in commit # 27c7f2c Let me know how it goes.

@need-root
Copy link
Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants