[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ProFTP 1.2.0pre4 patch in CVS tree (terminates on signal 11)
- To: misc@openbsd.org
- Subject: ProFTP 1.2.0pre4 patch in CVS tree (terminates on signal 11)
- From: Tor Houghton <torh@bogus.net>
- Date: Thu, 2 Sep 1999 12:26:14 +0200 (CEST)
I have problems with the ProFTPD update from the ports tree. Has anyone
else experienced segfaults?
Authentication works fine, but it segfaults when you try to issue a
command, e.g.
telnet ftp.bogus.net 21
Trying 193.214.208.178...
Connected to redlance.bogus.net.
Escape character is '^]'.
220 ProFTPD 1.2.0pre4 Server (ftp.bogus.net) [redlance]
user ftp
331 Anonymous login ok, send your complete e-mail address as password.
pass foo@bar.com
230 Anonymous access granted, restrictions apply.
list
Connection closed by foreign host.
At this point, it crashes:
Sep 2 12:16:46 redlance proftpd[3991]: ProFTPD terminating (signal 11)
Sep 2 12:16:46 redlance proftpd[3991]: ProFTPD terminating (signal 11)
I'd include some ktrace output, but it's a) full of messy tab's and b)
somewhat long.
I am running it on a 2.3 (x86) machine.
Any help appreciated.
Tor.