gugus

debugging running mohawk

Jun 13th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [root@dev]~# mohawk_g -c /usr/local/etc/mohawk.conf
  2. [root@dev]~# ps -auxww | grep mohawk_g
  3. www 39737 0,0 0,1 16544 2064 ?? Ss 10:42 0:00,00 mohawk_g -c /usr/local/etc/mohawk.conf
  4. root 39739 0,0 0,1 16280 1964 4 R+ 10:42 0:00,00 grep mohawk_g
  5. [root@dev]~# gdb /usr/local/sbin/mohawk_g 39737
  6. GNU gdb 6.1.1 [FreeBSD]
  7. Copyright 2004 Free Software Foundation, Inc.
  8. GDB is free software, covered by the GNU General Public License, and you are
  9. welcome to change it and/or distribute copies of it under certain conditions.
  10. Type "show copying" to see the conditions.
  11. There is absolutely no warranty for GDB. Type "show warranty" for details.
  12. This GDB was configured as "amd64-marcel-freebsd"...
  13. Attaching to program: /usr/local/sbin/mohawk_g, process 39737
  14. Reading symbols from /lib/libutil.so.9...done.
  15. Loaded symbols for /lib/libutil.so.9
  16. Reading symbols from /lib/libcrypt.so.5...done.
  17. Loaded symbols for /lib/libcrypt.so.5
  18. Reading symbols from /usr/local/lib/event2/libevent-2.0.so.6...done.
  19. Loaded symbols for /usr/local/lib/event2/libevent-2.0.so.6
  20. Reading symbols from /lib/libc.so.7...done.
  21. Loaded symbols for /lib/libc.so.7
  22. Reading symbols from /libexec/ld-elf.so.1...done.
  23. Loaded symbols for /libexec/ld-elf.so.1
  24. 0x0000000800f7e4bc in kevent () from /lib/libc.so.7
  25. (gdb) c
  26. Continuing.
Advertisement
Add Comment
Please, Sign In to add comment