Opened 16 years ago
Closed 9 years ago
#3512 closed defect (obsolete)
sigreturn in freebsd 7.1 release VB 2.1.4
Reported by: | slupz | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 2.1.4 |
Keywords: | Cc: | ||
Guest type: | BSD | Host type: | Linux |
Description (last modified by )
during compilation freebsd Error sigreturn: eflags = 0x80282
VirtualBox 2.1.4 Guest: Freebsd 7.1 release Host: debian testing
tnx
Change History (14)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I have the same issue on 2.1.4 version, will there be a fix for this anytime soon?
comment:4 by , 16 years ago
I only got the sigreturn in single user mode, on make -j4 installworld. In normal mode, when compiling the kernel and userland, i did not get any error.
I'm using VB 2.2 beta2.
comment:5 by , 16 years ago
That's pretty bad news, thought got it fixed. Is VT-X/AMD-V on or off? Can someone else confirm this behavior with beta2? What's value of eflags? Maybe we miss VIP/VIF on some other paths out.
comment:6 by , 16 years ago
i cvsuped do the current version from today, compiled and installed the kernel and the userland. in single user mode, after installing the world when running reboot i got: sigreturn: eflags = 0x90203 sigreturn: eflags = 0x90283
I will compile the 7.1 stable today, and go through all the steps that I did with the current, and I will get back to You with the result of that
comment:8 by , 16 years ago
Not sure if this was answered elsewhere: are you running FreeBSD 7.1-R i386 or amd64? And what about your debian host, 32 or 64 bit?
comment:9 by , 16 years ago
my host is vista 32-bit, in this very moment i'm building the FreeBSD 7.1 RELEASE
the previous sigreturn eflags are from FreeBSD 8.0-CURRENT
i will post feedback when i will finish with FreeBSD 7.1-RELEASE
comment:10 by , 16 years ago
Could you please also answer the question about the FreeBSD architecture of your guest, ie. 32bit (=i386) or 64bit (=amd64)? In order to reproduce the problem I want to be as close as possible to your system.
comment:12 by , 16 years ago
ok, it took a while but i finally compiled FreeBSD 7.1-RELEASE
in single mode, after the whole:
# adjkerntz -i
# mount -a -t ufs
# mergemaster -p
# cd /usr/src
# make installworld
# mergemaster
# reboot
after reboot i got:
sigreturn: eflags = 0x90283
comment:13 by , 15 years ago
priority: | critical → major |
---|
comment:14 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
I'm having the same problem when trying to do a "make buildworld". I had upgraded the host to Debian testing from stable in hopes that upgrading to 2.1.4 instead of 2.1.2 would fix the issue, but it hasn't.