ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/applies/master/crash

HOME :: doc :: applies :: master :: crash

     ccccrrrraaaasssshhhh((((4444))))               MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))                ccccrrrraaaasssshhhh((((4444))))

     NNNNAAAAMMMMEEEE
          crash - function in master that is called in the event the
          driver crashes

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          void crash( string crash_message, object command_giver,
                      object current_object );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          The driver calls crash() in master in the event that the
          driver crashes (segmentation fault, bus error, etc).  This
          function offers a way to shutdown the mudlib (safe players
          and other important data) before the driver crashes.  It
          also lets you log various useful information such as what
          signal crashed the driver, what object was active, who the
          current player was etc.

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          slow_shutdown(4), shutdown(3)

     Page 1                                          (printed 3/16/95)

HOME :: doc :: applies :: master :: crash