Error Memory Corruption

Hi All,

RT is encountering an internal error. As I look into error logs, it says that " Error in /usr/sbin/apache2': corrupted double-linked list: 0x00007f1981973a20 *** [Wed Aug 01 15:01:19.519365 2018] [core:notice] [pid 817:tid 139749808720832] AH00051: child pid 12420 exit signal Aborted (6), possible coredump in /etc/apache2 AND *** Error in/usr/sbin/apache2’: corrupted double-linked list: 0x00005562a130c7d0 ***
[Wed Aug 01 15:01:34.548640 2018] [core:notice] [pid 817:tid 139749808720832] AH00051: child pid 12568 exit signal Aborted (6), possible coredump in /etc/apache2"

Anyone can help me fix this?

Thank you.
Karen

Unfortunately its challenging to provide suggestions as to how to troubleshoot this. My advice is to comb back through your deployment and note changes that have happened since the error started.

A quick thing to try is pick a different deployment method and use that, or set up another instance of RT with a copy of your database and if it works then “cut over” to that server.

https://docs.bestpractical.com/rt/4.4.3/web_deployment.html#mod_fcgid

RT is working fine within the 5 months though we still encounter “internal error” when the ticket is too big. We hardly refresh a ticket if it includes images and tables in email or history. But, within the month of July, RT is encountering slowness. We have to refresh every ticket we’ll open. I checked error logs and it was the first time to have a memory corruption error. So, we upgraded RT from 4.4.1 to 4.4.2 and I think it helps get back to its performance again but still encountering some issues when ticket has images and tables included in an email.

We have 6347 tickets within 7 months already.

Any suggestions on how to prevent this?

Your assistance is so much appreciated, Sir.

Thank you so much.
Karen

You’d have to provide details on your deployment. Server info (bare metal? virtual machine? RAM? CPU info?) and the web server configuration.

If its working fine except for choking on large emails, that suggests the environment that runs RT doesn’t have enough resources dedicated to it, or a configuration setting somewhere that is limiting it. I’d classify 6,500 tickets as still an almost completely empty install.

Hi Sir,

Please see below details for recommendations and suggestions to help improve RT on our end.

# THE WEBSERVER:

Set($WebPath , “/rt”);
Set($WebPort , “443”);
Set($WebBaseURL , “https://support.example.com”);
Set($WebDomain , “support.example.com”);

Server Info:
#lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Model name: Intel(R) Xeon(R) CPU E5-2695 v4 @ 2.10GHz
Stepping: 1
CPU MHz: 2099.998
BogoMIPS: 4199.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
L3 cache: 16384K
NUMA node0 CPU(s): 0-7

#free -m

          total        used        free      shared  buff/cache   available

Mem: 60391 4076 56207 271 108 56315
Swap: 0 0 0

#uname -mrs
Linux 4.15.0-29-generic x86_64

#lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic

image

Thank you so much.
Karen