March 28, 2024, 06:41:51 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Segmentation fault  (Read 5918 times)

Offline prash

  • New Member
  • Posts: 3
Segmentation fault
« on: April 20, 2010, 10:13:47 AM »
ps -ef | grep pmon

After checking the process getting following error

Unknown HZ value! (392) Assume 100.

Segmentation fault


Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: Segmentation fault
« Reply #1 on: April 20, 2010, 03:16:30 PM »
Is it first time you are getting the error? pmon is Database process. Did you change or migrate the database? Are you able to start the database?
Did you  upgrade linux kernel? which flavour/kernel of linux you are running?
« Last Edit: April 20, 2010, 03:18:36 PM by gauravbajaj »

Offline prash

  • New Member
  • Posts: 3
Re: Segmentation fault
« Reply #2 on: April 21, 2010, 12:18:38 PM »
Yes, we can connect to database.But We are unable to shutdown the application..We have not upgraded kernel.

Offline prash

  • New Member
  • Posts: 3
Re: Segmentation fault
« Reply #3 on: April 21, 2010, 12:19:57 PM »
We are at RHEL 4 , 32 bit

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: Segmentation fault
« Reply #4 on: April 21, 2010, 03:41:28 PM »
I am not sure but it may be cause of Out of memory. Or the ulimit on resources. Is ur application is running on apache? Check your memory using "fee -m" and see if it looks fine?