Going to http://x.x.x.x2222/CMD_BRUTE_FORCE_MONITOR ::
Program Error
Details
A segmentation fault has occurred
http://help.directadmin.com/item.php?id=185
[root@direct ~]# tail -f /var/log/directadmin/error.log
2012:02:09-15:42:40: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2012:02:09-15:47:20: *** Segmentation fault *** Log::~Log : done : User: admin : x.x.x.x : /CMD_BRUTE_FORCE_MONITOR : sort1=-1 : (null)
cd /usr/local/directadmin
killall -9 directadmin
gdb directadmin
run s
Program received signal SIGSEGV, Segmentation fault.
0x0000003ed4e79ea4 in strncpy () from /lib64/libc.so.6
(gdb) bt full
#0 0x0000003ed4e79ea4 in strncpy () from /lib64/libc.so.6
No symbol table info available.
#1 0x00000000005192e1 in ServerInfo::fill_brute_force_tokens(Send*, ConfigFile&, char const*, char const*, int, ConfigFile*) ()
No symbol table info available.
#2 0x0000000000540237 in Command::brute_force_monitor(char const*, char const*, int, ConfigFile*) ()
No symbol table info available.
#3 0x0000000000450c07 in Command::doCommand(char const*) ()
No symbol table info available.
#4 0x0000000000451203 in Command::run(char const*) ()
No symbol table info available.
#5 0x0000000000563470 in server() ()
No symbol table info available.
#6 0x0000000000563d33 in main ()
No symbol table info available.
Anyone have any ideas?
Program Error
Details
A segmentation fault has occurred
http://help.directadmin.com/item.php?id=185
[root@direct ~]# tail -f /var/log/directadmin/error.log
2012:02:09-15:42:40: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2012:02:09-15:47:20: *** Segmentation fault *** Log::~Log : done : User: admin : x.x.x.x : /CMD_BRUTE_FORCE_MONITOR : sort1=-1 : (null)
cd /usr/local/directadmin
killall -9 directadmin
gdb directadmin
run s
Program received signal SIGSEGV, Segmentation fault.
0x0000003ed4e79ea4 in strncpy () from /lib64/libc.so.6
(gdb) bt full
#0 0x0000003ed4e79ea4 in strncpy () from /lib64/libc.so.6
No symbol table info available.
#1 0x00000000005192e1 in ServerInfo::fill_brute_force_tokens(Send*, ConfigFile&, char const*, char const*, int, ConfigFile*) ()
No symbol table info available.
#2 0x0000000000540237 in Command::brute_force_monitor(char const*, char const*, int, ConfigFile*) ()
No symbol table info available.
#3 0x0000000000450c07 in Command::doCommand(char const*) ()
No symbol table info available.
#4 0x0000000000451203 in Command::run(char const*) ()
No symbol table info available.
#5 0x0000000000563470 in server() ()
No symbol table info available.
#6 0x0000000000563d33 in main ()
No symbol table info available.
Anyone have any ideas?