>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

Reply via email to