9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] broken smtpd
@ 2008-11-06  4:31 Kenji Arisawa
  2008-11-06 10:30 ` Richard Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Kenji Arisawa @ 2008-11-06  4:31 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

I sometimes observe broken smtpd.

ar% ps
...
none        1948578    0:01  44:55      264K Broken   smtpd
none        2521172    0:01  44:58      264K Broken   smtpd
none        3190037    0:01  45:03      264K Broken   smtpd
...

ar% ACID 3190037
/proc/3190037/text:386 plan 9  executable
/sys/lib/acid/port
/sys/lib/acid/386
acid: lstk()
errstr()+0x7 /sys/src/libc/9syscall/errstr.s:5
syslog(logname=0x3760a,cons=0x0,fmt=0x37610)+0x20 /sys/src/libc/9sys/
syslog.c:46
	err=0x616d2f27
	d=0x0
	ctim=0x0
	buf=0x0
	p=0x0
	arg=0x0
	n=0x0
catchalarm(msg=0xdfffe1ac)+0x5d /sys/src/cmd/upas/smtp/smtpd.c:68
	rv=0x1
notifier+0x30 /sys/src/libc/port/atnotify.c:15
acid:


ar% pr -tn /sys/src/libc/9sys/syslog.c
...
    34	void
    35	syslog(int cons, char *logname, char *fmt, ...)
    36	{
    37		char buf[1024];
    38		char *ctim, *p;
    39		va_list arg;
    40		int n;
    41		Dir *d;
    42		char err[ERRMAX];
    43
    44		err[0] = '\0';
    45		errstr(err, sizeof err);
    46		lock(&sl);
    47
...


Is this phenomenon specific to me?

Kenji Arisawa





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-11-19  0:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-06  4:31 [9fans] broken smtpd Kenji Arisawa
2008-11-06 10:30 ` Richard Miller
2008-11-06 12:59   ` erik quanstrom
2008-11-17 12:04     ` Kenji Arisawa
2008-11-17 12:51       ` erik quanstrom
2008-11-17 13:33         ` Kernel Panic
2008-11-17 13:45           ` erik quanstrom
2008-11-17 14:02         ` Charles Forsyth
2008-11-19  0:25         ` Kenji Arisawa
2008-11-19  0:33           ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).