[ic] 4.8.2 core dump

Edward Rubottom interchange-users@interchange.redhat.com
Sun Sep 30 00:59:01 2001


Well I think I have located the problem, Were looking for SafeHole in the
wrong place.. This machine has
Perl 5.6.1... The only problem is I don't know how to fix it..
Any help would be really appriceated.

Thanks, Eddie

borealis# tail -20 stracelog
open("/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Safe/Hole/DESTR
OY.al", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/site_perl/5.005/auto/Safe/Hole/DESTROY.al",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/site_perl/auto/Safe/Hole/DESTROY.al", O_RDONLY)
= -1 ENOENT (No such file or directory)
open("./auto/Safe/Hole/DESTROY.al", O_RDONLY) = -1 ENOENT (No such file or
directory)
sigprocmask(SIG_SETMASK, [], NULL)      = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
sigprocmask(SIG_BLOCK, NULL, [])        = 0
close(4)                                = 0
sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0
sigprocmask(SIG_SETMASK, [], NULL)      = 0
write(1, "The Interchange server must not "..., 49The Interchange server
must not be run as root.

) = 49
exit(255)                               = ?
----- Original Message -----
From: "Jason Kohles" <jkohles@redhat.com>
To: <interchange-users@interchange.redhat.com>
Sent: Thursday, September 27, 2001 7:18 AM
Subject: Re: [ic] 4.8.2 core dump


> On Thu, Sep 27, 2001 at 03:28:58PM +0800, Leon Harris wrote:
> > Sorry, I assumed you were using /bin/bash as your shell
> >
> > I think in *csh family of shells it is
> > strace ./bin/interchange -r >& stracelog
> >
> > or >&! if noclobber is set
> >
> Or just:
>
> strace ./bin/interchange -r -o stracelog
>
> --
> Red Hat Professional Consulting                 Jason Kohles
> (703)786-8036 (cellular)                        jkohles@redhat.com
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>