Subject: Re: SEGV with pkg_add on sun4c
To: None <port-sparc@netbsd.org>
From: Brad Keryan <bkeryan@sbcglobal.net>
List: port-sparc
Date: 11/06/2003 01:02:07
Chris Amthor wrote:
> I just did a fresh install of 1.6.1 on my SS2 (xbox atached, 100MB
> RAM, cgsix FB, custom-built kernel)
> 
> When I tried to install phoenix, the following error occured:
> 
> --- BEGIN SCREENSHOT ---
> 
> sunny:~/adm/pkg # pkg_add phoenix-0.5nb5.tgz
> Segmentation fault
> pkg_add: command 'env LD_LIBRARY_PATH=/usr/X11R6/lib/phoenix
> MOZILLA_FIVE_HOME=/usr/X11R6/lib/phoenix /usr/X11R6/lib/phoenix/regxpcom'
> failed Segmentation fault pkg_add: command 'env
> LD_LIBRARY_PATH=/usr/X11R6/lib/phoenix
> MOZILLA_FIVE_HOME=/usr/X11R6/lib/phoenix /usr/X11R6/lib/phoenix/regchrome'
> failed

I saw this as well when trying to install any Mozilla-based browser on my SS2, also 
running 1.6.1. It's crashing right after a call to mmap. This problem report from over 
two years ago sounds like the same problem (and looks like it contains a 
workaround):

http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=13241

Brad