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 12:44:36
Hi,

It's not a permission problem:

# pwd
/usr/pkgsrc/chat/ircd-hybrid/work/ircd-hybrid-6.2/src
# touch foo
# ls -l foo
-rw-r--r--  1 root  wheel  0 Mar 23 12:36 foo

I'd like to submit a bug report on this issue.  When choosing the
category should I select port-sparc64?  I don't see a pkgsrc category.

Ryan


On Wed, Mar 23, 2005 at 05:35:12PM +0000, sigsegv@rambler.ru wrote:
> Ryan Cresawn wrote:
> >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
> >
> 
> I'm not sure, I think default installation of netbsd allows for core 
> dumps. Make sure the working directory of the running process is 
> writable by the user at which the process is run