[kvm-devel] Core dump: exception 12 or 13

2007-04-19 Thread Ed Schofield
Hi all, I'm trying out kvm and running into problems reported as "exception 12" and "exception 13" and segfaults. I'm using a HP Compaq dc7700p system with an Intel Q965 chipset running x86_64 Ubuntu Feisty. When I try to run either kvm-16 included with Feisty or my own kvm-19 compiled from sourc

Re: [kvm-devel] Core dump: exception 12 or 13

2007-04-19 Thread Ed Schofield
On 4/19/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Ed Schofield wrote: > > Hi all, > > > > I'm trying out kvm and running into problems reported as "exception > > 12" and "exception 13" and segfaults. I'm using a HP Compaq dc7700p >

Re: [kvm-devel] Core dump: exception 12 or 13

2007-04-19 Thread Ed Schofield
On 4/19/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Ed Schofield wrote: > >> > >> This looks like our usual real-mode trouble. What guest are you > >> running? > > > > Linux x86_64 (a Ubuntu Feisty prerelease boot CD from a few months > > ag

[kvm-devel] Compiling kvm / qemu with debugging symbols

2007-04-23 Thread Ed Schofield
Hi everyone, I'd like to compile kvm with debugging symbols so I can post a backtrace for a segfault I'm seeing in kvm-20. I've tried hacking the Makefiles to add -g and -DDEBUG in various places, but it seems like there has to be a better way to do it. What's the recommended way of doing this? -