I don't know if this will be of any help (or if it is located in the
same place on an HP-UX box), but on a Solaris box
the /usr/include/sys/iso/signaliso.h describes what the UNIX signal
errors that show up in the arerror.log file mean.
#define SIGSEGV 11 /* segmentation violation */
Check out the following URL which leads to an HP web site that talks
about "How to avoid SIGSEGV - segmentation violation(signal no 11)."
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1104378108457+28353475&threadId=703638
The problem typically ends up being a problem with the application
referencing an area of memory that it isn't supposed to. How are you
doing, from a memory perspective? If you run top on the box, what type
of memory utilization are you encountering? Do you have SQL logging on?
What types of queries are being executed by the users? Perhaps someone
is executing a large query that is eating up memory.
Good luck :-) I've been in that situation before ... where our
production AR System server just started crashing. When you have 3k+
named user accounts on the box and it goes down ... you get all kinds of
attention from all kinds of people.
Derek
Derek Berube
Wildstar Technologies, LLC.
1453 Riverview Run Lane
Suwanee, Georgia 30024
(404) 444-5283
http://www.wildstartech.com/
AIM Handle: BerubeDB
MSN Messenger: derekberube@hotmail.com
Yahoo! Messenger: derekberube
On Tue, 2004-12-28 at 17:29 -0500, David Harris wrote:
> For several days now, arserverd has bounced every five to thirty minutes,
> each time with a signal 11 error. There has been no correlation between
> this error and any action in workflow logs. Remedy suggests it is a memory
> issue, but even after having pored through a tusc log, they are unable to
> point to a cause. So hardware, database, and workflow issues all have
> seemingly been ruled out, although something has to be the culprit. Two
> days into a critical ticket logged with Remedy and massive performance
> degradation, we are now poised for an impromptu upgrade to 5.1.2 from
> 5.1.1 patch 1211, recommended by Remedy so they can at least build a debug
> arserverd if necessary.
>
> Does anyone have any stories of having experienced a similar problem in
> the past?
>
> Regards,
> David
>
> 5.1.1 patch 1211 (soon to be on 5.1.2)
> HP-UX 11.00
> Oracle 8.1.7
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
> (Support: mailto:support@arslist.org)
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)