A segmentation fault has occurred

stanbluijs

Verified User
Joined
Jan 10, 2012
Messages
13
Hi all,

I'm a beginner with my own private server and since today I got at the page brute force monitor page the message "A segmentation fault has occurred". I followed the url given me to get the debug info below.

Directadmin is up-to-date at version 1.40.1 and as far as I know the license is also correct.

A strange thing is that my controlpanel says I'm runing CentOS 5.5 32bit but Directadmin says it is compiled on CentOS 5.0.

But I don't know what to do to solve it.

(gdb) run s
Starting program: /usr/local/directadmin/directadmin s
DirectAdmin 1.40.1
Accepting Connections on port 2222

Program received signal SIGSEGV, Segmentation fault.
0xb7c05730 in strncpy () from /lib/libc.so.6
(gdb) bt full
#0 0xb7c05730 in strncpy () from /lib/libc.so.6
No symbol table info available.
#1 0x0816a896 in ServerInfo::fill_brute_force_tokens(Send*, ConfigFile&, char const*, char const*, int, Config
File*) ()
No symbol table info available.
#2 0x081931d6 in Command::brute_force_monitor(char const*, char const*, int, ConfigFile*) ()
No symbol table info available.
#3 0x08096b1d in Command::doCommand(char const*) ()
No symbol table info available.
#4 0x080971f1 in Command::run(char const*) ()
No symbol table info available.
#5 0x081ba2b9 in server() ()
No symbol table info available.
#6 0x081bac57 in main ()
No symbol table info available.

Cheers,
Stan
 
You can put directadmin in debug mode. There is a guide on help.directadmin.com
 
Thank you scsi for your reaction. I restarted te firewall and that fixed the problem.
 
Back
Top