c++

How to instant fast quick analyze core dump files

Something about subject you may know, but let me summarize.
gdb is the tool, which can analyze core file.

Check the your version:
$ gdb --version
I will talk about
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
This GDB was configured as "x86_64-linux-gnu".

Syntax of command line is:
$ gdb [bin] [core]

The most rapid command is:
$ gdb core.12345
which prints binary of core, and the reason of core ( Aborted, Segmentaion Fault, and so on )

IChat Linux Server v0.24 stable

IChat Linux Server v0.24 stable

Dedicated server iChat for Linux. Finished server protocol (port 6667)

  • CLIST - return all users in server (format of packet is LEN\0FROM\0CLIST\0DATA
  • BANLIST - return ban file, format is LEN\0FROM\0BANLIST\0DATA
  • BANADD - DATA is ip to add to ban file
  • BANDEL - DATA is ip to del from ban file
  • RESTART - restart server
  • LOG - DATA - number of lines of log to return.
  • KICK - in DATA user ident to kick
Syndicate content