Subject: Re: perl problem with NetBSD 1.5
To: Hugh Graham <hugh@openbsd.org>
From: NetBSD mailing list <nbsd@righi.df.unibo.it>
List: port-vax
Date: 03/15/2001 11:22:54
mrtgcfgmaker --global "WorkDir: /usr/pkg/share/httpd/htdocs/mrtg/work" \
--global "Options[_]: growright,bits" --ifref=ip  \ 
public@xx.yy.it > mrtg.conf
--base: Get Device Info on public@xx.yy.it:
Illegal instruction (core dumped)

Core was generated by `perl'.
Program terminated with signal 4, Illegal instruction.
#0  0x20df52e in ?? (-625127799, -1475336178, 2147482208)

(gdb) x/i $pc
0x20df52e:      Cannot access memory at address 0x20df52e.

thank you a lot

Rick



On Wed, 14 Mar 2001, Hugh Graham wrote:

> On Wed, Mar 14, 2001 at 05:30:23PM +0100, NetBSD mailing list wrote:
> > 
> > I have NetBSD 1.5 on 4000/90
> > When I run the cfgmaker from the mrtg program the program crashes.
> > 
> What signal did it crash on?
> 
> Run gdb on the crash and report the "Program terminated" line.
> 
> Also report output of:
> 
> (gdb) x/i $pc
>