Signaled to death by 11
Oliver Pitzeier
o.pitzeier at uptime.at
Tue Mar 25 09:33:55 EST 2003
Rob Siemborski wrote:
> > is invoked it dies... You can also said syslog(LOG_ERR, dir) and it
> > will also die. So it seems for me, that it has something to do with
> > "dir", which is a "register int"...
>
> This isn't terribly surprising, since syslog is expecting a
> const char * as its second argument, not an int (you probably
> want syslog(LOG_ERR, "%d", dir); ).
Yeah sure, my mistake. :-(
Best regards,
Oliver
More information about the Info-cyrus
mailing list