Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 9iR2 on RH 7.2 - runInstaller segmentation fault

Re: 9iR2 on RH 7.2 - runInstaller segmentation fault

From: Vimal Rai <vimal.rai_at_india.birlasoft.com>
Date: 5 Sep 2002 17:34:08 -0700
Message-ID: <d80ec6b7.0209051634.56428e5a@posting.google.com>

Segmentation Fault is usually caused by the orphaning of shared memory segments and semaphores when OFSA applications exit abnormally. This causes any semaphores and shared memory segments already allocated by the process to be orphaned, which in turn compounds the problem as other processes exit and new ones try to start. You can clear the hanging semaphores by restarting the server. Received on Thu Sep 05 2002 - 19:34:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US