|
Home > Archive > Unix Shell > May 2007 > Getting a core
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Prateek 2007-05-24, 7:20 am |
| Hi,
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 help out!
| |
| Patrick 2007-05-24, 1:18 pm |
| In news:1180004592.683258.100840@p47g2000hsd.googlegroups.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 help out!
Use "truss" to start Apache, duplicate the problem and examine the truss
output to see what's happening.
|
|
|
|
|