View | Details | Raw Unified | Return to bug 26728
Collapse All | Expand All

(-)chapter.sgml Fri Apr 20 11:37:15 2001 (+10 lines)
Lines 978-983 Link Here
978
             infinite loop, for instance.  If your program happens to
978
             infinite loop, for instance.  If your program happens to
979
             trap <symbol>SIGABRT</symbol>, there are several other
979
             trap <symbol>SIGABRT</symbol>, there are several other
980
             signals which have a similar effect.</para>
980
             signals which have a similar effect.</para>
981
982
           <para>If you want to create a core dump from inside
983
             your program, you can call the abort() function. See
984
             the man page of abort(3) about this.</para>
985
986
           <para>If you want to create a core dump from outside
987
             your program, but doesn't want it to end, you can
988
             use the gcore program. See the man page of gcore(1)
989
             about this.</para>
990
981
         </answer>
991
         </answer>
982
       </qandaentry>
992
       </qandaentry>
983
      </qandaset>
993
      </qandaset>

Return to bug 26728