Dataskq gives segmentation fault

SvBoxel

New member
Joined
Apr 18, 2015
Messages
5
After noticing my task.queue became really full with tasks that weren't being processed I noticed an odd problem with dataskq. Every time it runs it gives a segmentation fault.

/var/log/directadmin/ doesn't give any errors and I only see the segmentation fault when running dataskq manually.

I tried to debug the file as mentioned in this topic: https://forum.directadmin.com/showthread.php?t=41356, though this gives the error 'file is truncated' which makes is useless for debugging.

I did multiple restarts, tried to recover certain backups but the error keeps coming back.

What are the options, is there any way to re-install dataskq?

Best regards,

Sebass
 
Hello Sebass,

Make sure directadmin is compiled on the same OS as you use on your server.

http://help.directadmin.com/item.php?id=318
 
Hello Sebass,

Make sure directadmin is compiled on the same OS as you use on your server.

http://help.directadmin.com/item.php?id=318

I'm using CentOS 6.7 with Directadmin compiled for Centos 6.0.

Code:
[root@xx custombuild]# cat /etc/redhat-release 
CentOS release 6.7 (Final) 
[root@xx custombuild1]# cat /etc/debian_yersion 
cat: /etc/debian_yersion: No such file or directory [
root@xx custombuild]# uname 
Linux 
[root@xx custombuild]# uname -r 
2.6.32-573.7.1.el6.x86_64 
[root@xx custombuild]# uname -m 
x86_64 
[root@xx custombuild]# /usr/local/directadmin/directadmin o
Compiled on 'CentOS 6.0 64-Bit' 
Compile time: May 3 2015 at 03:48:34
Compiled with IPv6 
[root@xx custombuild]# /usr/local/directadmin/dataskq d 
Segmentation fault
 
Back
Top