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 _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
