* KVM 32bit support broken in SVN?
@ 2007-02-13 3:24 Anthony Liguori
[not found] ` <45D12F77.8040503-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2007-02-13 3:24 UTC (permalink / raw)
To: kvm-devel
I've been tracking down a rather strange SEGV in SVN. I'm on a 32bit
SVM system. I think people are seeing the same on 32bit VMX.
Basically, we get to the first EINTR returned by kvm_run(). Everything
goes as expected until we get to cpu_loop_exit(). When we get to this
point, the jmp_buf appears to be invalid as the longjmp() goes off into
a bad high address.
Still trying to track down but wanted to share what I've found.
Regards,
Anthony Liguori
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KVM 32bit support broken in SVN?
[not found] ` <45D12F77.8040503-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
@ 2007-02-13 14:20 ` Daniel Hecken
2007-02-15 10:41 ` Avi Kivity
2007-02-15 12:13 ` Avi Kivity
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Hecken @ 2007-02-13 14:20 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hello!
I can confirm what Anthony tracked down. Avi or anybody else, do you
have an idea what the cause can be?
Daniel Hecken
Anthony Liguori schrieb:
> I've been tracking down a rather strange SEGV in SVN. I'm on a 32bit
> SVM system. I think people are seeing the same on 32bit VMX.
>
> Basically, we get to the first EINTR returned by kvm_run(). Everything
> goes as expected until we get to cpu_loop_exit(). When we get to this
> point, the jmp_buf appears to be invalid as the longjmp() goes off into
> a bad high address.
>
> Still trying to track down but wanted to share what I've found.
>
> Regards,
>
> Anthony Liguori
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KVM 32bit support broken in SVN?
[not found] ` <45D12F77.8040503-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2007-02-13 14:20 ` Daniel Hecken
@ 2007-02-15 10:41 ` Avi Kivity
2007-02-15 12:13 ` Avi Kivity
2 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2007-02-15 10:41 UTC (permalink / raw)
To: Anthony Liguori; +Cc: kvm-devel
Anthony Liguori wrote:
> I've been tracking down a rather strange SEGV in SVN. I'm on a 32bit
> SVM system. I think people are seeing the same on 32bit VMX.
>
> Basically, we get to the first EINTR returned by kvm_run(). Everything
> goes as expected until we get to cpu_loop_exit(). When we get to this
> point, the jmp_buf appears to be invalid as the longjmp() goes off into
> a bad high address.
>
> Still trying to track down but wanted to share what I've found.
>
>
It looks like %ebp (which is used to hold the global env variable) is
corrupted.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KVM 32bit support broken in SVN?
[not found] ` <45D12F77.8040503-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2007-02-13 14:20 ` Daniel Hecken
2007-02-15 10:41 ` Avi Kivity
@ 2007-02-15 12:13 ` Avi Kivity
2 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2007-02-15 12:13 UTC (permalink / raw)
To: Anthony Liguori; +Cc: kvm-devel
Anthony Liguori wrote:
> I've been tracking down a rather strange SEGV in SVN. I'm on a 32bit
> SVM system. I think people are seeing the same on 32bit VMX.
>
> Basically, we get to the first EINTR returned by kvm_run(). Everything
> goes as expected until we get to cpu_loop_exit(). When we get to this
> point, the jmp_buf appears to be invalid as the longjmp() goes off into
> a bad high address.
>
> Still trying to track down but wanted to share what I've found.
>
>
This is now fixed (or rather worked around, as the fix changes libkvm.a
where it shouldn't).
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-02-15 12:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-13 3:24 KVM 32bit support broken in SVN? Anthony Liguori
[not found] ` <45D12F77.8040503-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2007-02-13 14:20 ` Daniel Hecken
2007-02-15 10:41 ` Avi Kivity
2007-02-15 12:13 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox