[17375] in Athena Bugs
Re: sun4 [8.3.16]: syslogd
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Nov 17 12:39:38 1999
Message-Id: <199911171739.MAA05548@small-gods.mit.edu>
To: John Hawkinson <jhawk@MIT.EDU>
cc: Greg Hudson <ghudson@MIT.EDU>, bugs@MIT.EDU
In-Reply-To: Your message of "Wed, 17 Nov 1999 12:06:34 EST."
<199911171706.MAA11978@contents-vnder-pressvre.mit.edu>
Date: Wed, 17 Nov 1999 12:39:30 -0500
From: Greg Hudson <ghudson@MIT.EDU>
> I believe you can 'list 0x15b94' to get the line number.
> Or at least 'info line *0x15b94'.
Okay...
(gdb) info line *0x15b94
Line 586 of "syslogd.c" starts at address 0x15b94 <main+2668>
and ends at 0x15bb0 <main+2696>.
Line 586 is the line after the one I suspected of being the culprit.
I'll submit a patch to make that code more robust, I guess. Can you
comment on the original intention of the code?