Signaled to death by 11

Rob Siemborski rjs3 at andrew.cmu.edu
Tue Mar 25 09:23:27 EST 2003


On Tue, 25 Mar 2003, Oliver Pitzeier 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); ).

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper





More information about the Info-cyrus mailing list