1752330 Members
5807 Online
108786 Solutions
New Discussion юеВ

glibc detected error

 
Rcky Mntere
Regular Advisor

glibc detected error

After installing an openview agent (sucess) and starting the agent via opcagt -start we are seeing multiple instances of the processes:

Linux hostname 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux



root@host:/var/opt/OV # /opt/OV/bin/OpC/opcagt -cleanstart
*** glibc detected *** double free or corruption (fasttop): 0x0804b018 ***
*** glibc detected *** double free or corruption (fasttop): 0x08089dc8 ***


root@host:/var/opt/OV # ps -ef | grep opc
root 15298 1 0 15:21 ? 00:00:00 opcctla -start
root 15299 15298 0 15:21 ? 00:00:00 opcctla -start
root 15300 15299 0 15:21 ? 00:00:00 opcctla -start
root 15301 15298 0 15:21 ? 00:00:00 opcmsga
root 15303 15298 0 15:21 ? 00:00:00 opcacta
root 15304 15298 0 15:21 ? 00:00:00 opcle
root 15305 15298 0 15:21 ? 00:00:00 opcmona
root 15306 15298 0 15:21 ? 00:00:00 opcmsgi
root 15307 15301 0 15:21 ? 00:00:00 opcmsga
root 15310 15303 0 15:21 ? 00:00:00 opcacta
root 15311 15307 0 15:21 ? 00:00:00 opcmsga
root 15312 15304 0 15:21 ? 00:00:00 opcle
root 15313 15312 0 15:21 ? 00:00:00 opcle
root 15314 15305 0 15:21 ? 00:00:00 opcmona
root 15315 15310 0 15:21 ? 00:00:00 opcacta
root 15316 15314 0 15:21 ? 00:00:00 opcmona
root 15319 15306 0 15:21 ? 00:00:00 opcmsgi
root 15320 15319 0 15:21 ? 00:00:00 opcmsgi
root 15330 15299 0 15:21 ? 00:00:00 opcctla -start
root 15331 15299 0 15:21 ? 00:00:00 opcctla -start
root 15332 15299 0 15:21 ? 00:00:00 opcctla -start
root 15333 15299 0 15:21 ? 00:00:00 opcctla -start
root 15334 15299 0 15:21 ? 00:00:00 opcctla -start
root 15335 15314 0 15:21 ? 00:00:00 opcmona
root 15336 15314 0 15:21 ? 00:00:00 opcmona
root 15337 15314 0 15:21 ? 00:00:00 opcmona
root 15338 15314 0 15:21 ? 00:00:00 opcmona
root 15339 15314 0 15:21 ? 00:00:00 opcmona
root 15340 15314 0 15:21 ? 00:00:00 opcmona
root 15352 15307 0 15:21 ? 00:00:00 opcmsga
root 15353 15307 0 15:21 ? 00:00:00 opcmsga
root 15354 15307 0 15:21 ? 00:00:00 opcmsga
root 15355 15307 0 15:21 ? 00:00:00 opcmsga
root 15356 15299 0 15:21 ? 00:00:00 opcctla -start
root 15360 15299 0 15:21 ? 00:00:00 opcctla -start
root 15361 15307 0 15:21 ? 00:00:00 opcmsga
root 15379 14880 0 15:22 pts/0 00:00:00 grep opc
root@host:/var/opt/OV # /opt/OV/bin/OpC/opcagt -stop
*** glibc detected *** double free or corruption (fasttop): 0x0804b018 ***

Any suggestions for troubleshooting this?

root@host:/opt/OV/bin/OpC # ./opcagt -version
*** glibc detected *** double free or corruption (fasttop): 0x0804b018 ***
Version: @(#)HP OpenView Operations A.07.31 (07/19/05). (OpC20-2720)
*** glibc detected *** double free or corruption (fasttop): 0x08089dc8 ***

Thank you!
Posted here for Linux Gurus just in case....
2 REPLIES 2
dirk dierickx
Honored Contributor

Re: glibc detected error

latest patches for the ovo agent installed?
there is nothing you can do about this, it is a protection build in to linux.

meaning, there is a programming mistake in the opcagt command that needs to be fixed (but afaik this was solved in an HP patch).
skt_skt
Honored Contributor

Re: glibc detected error

I suggest you to stop you both ovpa and opc

/opt/perf/bin/ovpa stop
/opt/OV/bin/OpC/opcagt -stop

ps -ef|grep -i opc
ps -ef|grep -i perf
and make sure no processes left running

start as fresh.

If it still errors out, check /var/opt/perf/stattus* file for each failed process

if the gilbc error repeats check the glibc veriosn you have (i386 aginst i686); whihc RHEL/kernel veriosn you have.