[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ircd 2.9.5: running Solaris 2.6, exiting at fclose(stdout)



On Apr 20, James Waldrop wrote:
| > My kernel is configured for 1024 fd's, and I noticed that the header
| > file is subtracting from MAXCONNECTIONS to get other relevant values, so
| > I went ahead and set it to 1024. I'll try setting it a little lower...
| 
| Ok, I did a completely new build, with MAXCONNECTIONS set to 200. The
| problem is still there. Basically fclose() silently kills everything.
| I'm going to see about adding debug information into the binary and
| running under gdb... Maybe that will give me more info.

This is odd.
I run ircd on solaris 2.6 myself, so I know it should be
working. :-)

It probably dies after fclose() on something else.
does "./ircd -v" run fine?
is the ircd_dir directory correct?

Christophe