Subject: Re: ircd-hybrid on sparc64 NetBSD 2.0 produces "Bus error"
To: None <sigsegv@rambler.ru>
From: Ryan Cresawn <cresawn@chass.utoronto.ca>
List: tech-pkg
Date: 03/23/2005 11:48:13
Unfortunately, no core file is produced.  Is there a way to force one
to be created?

# ulimit
unlimited
# ./ircd -nx3
WARNING: running ircd as user irc
         and as group irc.
Value of NOFILE is 64
Bus error
# ls -l core
ls: core: No such file or directory

Ryan


On Wed, Mar 23, 2005 at 04:42:44PM +0000, sigsegv@rambler.ru wrote:
> Ryan Cresawn wrote:
> >
> >Next, I ran gdb as shown below.  After calling run I connected to port
> >6667 on the computer with telnet which caused ircd to generate the
> >Broken pipe error.
> 
> Try running the binary until it dies and dumps a core, then examine core 
> with gdb, e.g.
> 
> gdb /usr/pkg/bin/name name.core