Re: Getting a core
In news:1180004592.683258.100840@p47g2000hsd.googlegr oups.com,
Prateek <prateek.ja@gmail.com> wrote:
> I am using Apache 2.0.58 on Solaris 10 x86 machine.
> I am getting a core when i make a request to the server.
> I tried to look into it using gdb. It seems to be a memory issue.
> The strange thing about it is that there are no semaphores, shared
> mermory on the machine.
> When i run ipcs, the result is
>
> IPC status from <running system> as of Thu May 24 16:29:42 IST 2007
> T ID KEY MODE OWNER GROUP
> Message Queues:
> Shared Memory:
> Semaphores:
>
> Is the core error related to this?
> Please out!
Use "truss" to start Apache, duplicate the problem and examine the truss
output to see what's happening.
|