Directadmin crashes when logging in with specific pc

gazkin

Verified User
Joined
Jun 13, 2007
Messages
14
Hi,

We are having a very strange problem.
When a specific user tries to login in Directadmin, the service crashes.

The log states at the time of crash:

Code:
error.log
2011:08:29-16:27:59: Socket write error: fd is not a valid file descriptor or is not open for writing.
2011:08:29-16:27:59: *** Segmentation fault *** Send::~Send : start : User: (null) : 82.95.118.232 : / : (null) : (null)
2011:08:29-16:28:05: *** Segmentation fault *** Send::~Send : start : User: admin : 82.95.118.232 : /CMD_LOGIN : (null) : referer=%2F&username=admin&password=00%21evaar%23

Code:
other log

29/08/2011:16:26:30     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:27:45     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:27:45     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:27:51     82.95.118.232 POST /CMD_LOGIN HTTP/1.1  admin
29/08/2011:16:27:51     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:27:51     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:27:59     82.95.118.232 POST /CMD_LOGIN HTTP/1.1  admin
29/08/2011:16:27:59     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:27:59     82.95.118.232 GET / HTTP/1.1    (null)
29/08/2011:16:28:05     82.95.118.232 POST /CMD_LOGIN HTTP/1.1  admin
29/08/2011:16:28:05     82.95.118.232 POST /CMD_LOGIN HTTP/1.1  admin

any thoughts on this?
 
Back
Top