ADSM-L

Re: server thred terminated ANR7833S:segment voilation

2001-08-28 07:36:40
Subject: Re: server thred terminated ANR7833S:segment voilation
From: Richard Sims <rbs AT BU DOT EDU>
Date: Tue, 28 Aug 2001 07:38:03 -0400
>ANR7834S Thread 45 (tid 2d40) terminating on signal 11
>         (Segmentation violation).
>
>please can anybody give solution for this.
>
>Its quite emergency.

Muthyam - From my notes at http://people.bu.edu/rbs/ADSM.QuickFacts :

Segmentation violation ("Segfault")     Also known as Signal 11 (SIGSEGV).
                                        Program failure in Unix caused a
                                        programming error: the program attempts
                                        to write to a region of memory to which
                                        it does not have access, as in writing
                                        past the end of an array due to failure
                                        to check bounds.
                                        You need to upgrade to a level of the
                                        program where the defect is fixed.
                                        You may be able to temporarily avoid the
                                        failure if you can identify the
                                        circumstances under which it occurs and
                                        stay away from that scenario.

 Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>