1822934 Members
3843 Online
109645 Solutions
New Discussion юеВ

gdb and cpu overload

 
SOLVED
Go to solution
Leo The Cat
Regular Advisor

gdb and cpu overload

Hi there

I've a problem with the gdb. (see below the top results for the gdb process).
How to desactivate the gnu debugger definitely ?


CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
1 pts/td 17151 oracle 219 20 88356K 76380K run 1:32 98.34 97.49 gdb


Regards
Den
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: gdb and cpu overload

Shalom,

gdb debugger is normally run manually,not automatically.

If its built into one of your startup scripts, change the configuration.

Kill the process 17151 and that will solve the short term problem, though it may cause oracle some issues.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Leo The Cat
Regular Advisor

Re: gdb and cpu overload

hi SEP

i'm surprise because i neither ask to launch it from a script. where to start to find ?

Regards
Den
Steven E. Protter
Exalted Contributor

Re: gdb and cpu overload

Shalom,

The oracle user owns the process.

I'd check with the dba and see if it was launched manually. If not launched manually, check the oracle startup scripts.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Leo The Cat
Regular Advisor

Re: gdb and cpu overload

It's ok, thank you very much SEP.

I found the call. It was on the EMagent.pm script.

Regards
Den
Leo The Cat
Regular Advisor

Re: gdb and cpu overload

gdb call was from EMagent.pm
Dennis Handly
Acclaimed Contributor

Re: gdb and cpu overload

I believe Oracle uses gdb to get stack traces on aborts.

I suppose you could check which gdb you have and download the latest.