]> git.ipfire.org Git - thirdparty/squid.git/commit - src/servers/FtpServer.cc
Squid FTP server dying because of an unhandled exception. (#102)
authorChristos Tsantilas <christos@chtsanti.net>
Thu, 14 Dec 2017 23:44:12 +0000 (01:44 +0200)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 14 Dec 2017 23:44:12 +0000 (12:44 +1300)
commit9118c9517dc62ea9c6a8291c92a818721dba6777
tree6bafff3de196ac4e4012364b002e4f29830982ec
parent1d11e9b3dcdf026a3fe1e76f4279dfaedaf55073
Squid FTP server dying because of an unhandled exception. (#102)

Related message in cache.log:
  FATAL: Dying from an exception handling failure; exception: reply

Unfortunately, Squid does not report the exact place where the exception
was thrown, however the most possible reason is a "Must(reply)" failure inside
Ftp::Server::writeErrorReply.

This is a Measurement Factory project
src/servers/FtpServer.cc