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