I am running Virtual Box 1.6.0, now maintained by Sun Microsystems. I am running
HOST: Windows x86 Vista Home Premium: Service Pack 1
GUEST: FreeBSD7-RELEASE
I have ran into the same issues. I just did a fresh install and ran into this problem, just as soon as I started to install nmap from ports: /usr/ports/security/nmap
As I was installing nmap a few programs were needed such as: gmake and gettext. As soon as gettext started to extract after being downloaded I ran into the problem: sigreturn: eflags = 0x80282
Here is some output:
cd /usr/ports/security/nmap
make install && make clean
=> Attempting to fetch from http://ftp.gnu.org/gnu/gettext/.
gettext-0.16.1.tar.gz 100% of 8339 kB 77 kBps 00m00s
===> Extracting for gettext-0.16.1_3
=> MD5 Checksum OK for gettext-0.16.1.tar.gz.
=> SHA256 Checksum OK for gettext-0.16.1.tar.gz.
sigreturn: eflags = 0x80282
I see this problem resides in FreeBSD6.2-RELEASE, and is also present in FreeBSD7-RELEASE. Any ideas? Thanks.