[17374] in Athena Bugs
Re: sun4 [8.3.16]: syslogd
daemon@ATHENA.MIT.EDU (John Hawkinson)
Wed Nov 17 12:06:43 1999
Date: Wed, 17 Nov 1999 12:06:34 -0500 (EST)
Message-Id: <199911171706.MAA11978@contents-vnder-pressvre.mit.edu>
To: Greg Hudson <ghudson@mit.edu>
CC: bugs@mit.edu
In-reply-to: "[17373] in Athena Bugs"
From: John Hawkinson <jhawk@MIT.EDU>
| (The unstripped binary is available to some people in the build tree,
| although that doesn't help without the core file, of course.)
Actually, it does:
/ (gdb) where
/ #0 0xef619978 in _doprnt () from /usr/lib/libc.so.1
/ #1 0xef6236e4 in sprintf () from /usr/lib/libc.so.1
/ #2 0x15b94 in main ()
/ (gdb)
I believe you can 'list 0x15b94' to get the line number.
Or at least 'info line *0x15b94'.
--jhawk