qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] sending SEGV to qemu crashes host kernel in Fedora 19
@ 2013-07-09  0:35 Dave Airlie
  2013-07-09  1:11 ` Dave Airlie
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Airlie @ 2013-07-09  0:35 UTC (permalink / raw)
  To: qemu-devel, LKML

Hi,

F19
kernel-3.9.8-300.fc19.x86_64
qemu-kvm-1.4.2-4.fc19.x86_64

If I start a complete F19 install in the guest and send the qemu
process a SEGV signal, the host kernel starts giving me random kmalloc
errors soon after, if I send a normal kill signal things seem fine.

CPU is Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, on a HP 220z workstation.

I initially blamed bad RAM but this reproduces everytime, and I
swapped DIMMs around

I haven't tested with upstream kernel/qemu yet, but I wondered if
anyone else has seen this.

I noticed this because some work I was doing was segfaulting my qemu
and then my machine would die a few mins later.

Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] sending SEGV to qemu crashes host kernel in Fedora 19
  2013-07-09  0:35 [Qemu-devel] sending SEGV to qemu crashes host kernel in Fedora 19 Dave Airlie
@ 2013-07-09  1:11 ` Dave Airlie
  2013-07-09 11:24   ` Josh Boyer
  2013-07-09 12:26   ` Cole Robinson
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Airlie @ 2013-07-09  1:11 UTC (permalink / raw)
  To: qemu-devel, LKML

On Tue, Jul 9, 2013 at 10:35 AM, Dave Airlie <airlied@gmail.com> wrote:
> Hi,
>
> F19
> kernel-3.9.8-300.fc19.x86_64
> qemu-kvm-1.4.2-4.fc19.x86_64
>
> If I start a complete F19 install in the guest and send the qemu
> process a SEGV signal, the host kernel starts giving me random kmalloc
> errors soon after, if I send a normal kill signal things seem fine.
>
> CPU is Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, on a HP 220z workstation.
>
> I initially blamed bad RAM but this reproduces everytime, and I
> swapped DIMMs around
>
> I haven't tested with upstream kernel/qemu yet, but I wondered if
> anyone else has seen this.
>
> I noticed this because some work I was doing was segfaulting my qemu
> and then my machine would die a few mins later.

Of course now I read my fedora kernel emails and notice vhost_net does
bad things,

disabling vhost_net seems to make it work fine, hopefully the next
Fedora kernel will bring the magic fixes.

Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] sending SEGV to qemu crashes host kernel in Fedora 19
  2013-07-09  1:11 ` Dave Airlie
@ 2013-07-09 11:24   ` Josh Boyer
  2013-07-09 12:26   ` Cole Robinson
  1 sibling, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2013-07-09 11:24 UTC (permalink / raw)
  To: Dave Airlie; +Cc: qemu-devel, LKML

On Mon, Jul 8, 2013 at 9:11 PM, Dave Airlie <airlied@gmail.com> wrote:
> On Tue, Jul 9, 2013 at 10:35 AM, Dave Airlie <airlied@gmail.com> wrote:
>> Hi,
>>
>> F19
>> kernel-3.9.8-300.fc19.x86_64
>> qemu-kvm-1.4.2-4.fc19.x86_64
>>
>> If I start a complete F19 install in the guest and send the qemu
>> process a SEGV signal, the host kernel starts giving me random kmalloc
>> errors soon after, if I send a normal kill signal things seem fine.
>>
>> CPU is Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, on a HP 220z workstation.
>>
>> I initially blamed bad RAM but this reproduces everytime, and I
>> swapped DIMMs around
>>
>> I haven't tested with upstream kernel/qemu yet, but I wondered if
>> anyone else has seen this.
>>
>> I noticed this because some work I was doing was segfaulting my qemu
>> and then my machine would die a few mins later.
>
> Of course now I read my fedora kernel emails and notice vhost_net does
> bad things,
>
> disabling vhost_net seems to make it work fine, hopefully the next
> Fedora kernel will bring the magic fixes.

We hope so too.  3.9.9-302.fc19 in koji should contain the fixes we
know about.  There's still another bug open that's tracking issues
with Windows guest VMs and vhost-net.

josh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] sending SEGV to qemu crashes host kernel in Fedora 19
  2013-07-09  1:11 ` Dave Airlie
  2013-07-09 11:24   ` Josh Boyer
@ 2013-07-09 12:26   ` Cole Robinson
  1 sibling, 0 replies; 4+ messages in thread
From: Cole Robinson @ 2013-07-09 12:26 UTC (permalink / raw)
  To: Dave Airlie; +Cc: qemu-devel, LKML

On 07/08/2013 09:11 PM, Dave Airlie wrote:
> On Tue, Jul 9, 2013 at 10:35 AM, Dave Airlie <airlied@gmail.com> wrote:
>> Hi,
>>
>> F19
>> kernel-3.9.8-300.fc19.x86_64
>> qemu-kvm-1.4.2-4.fc19.x86_64
>>
>> If I start a complete F19 install in the guest and send the qemu
>> process a SEGV signal, the host kernel starts giving me random kmalloc
>> errors soon after, if I send a normal kill signal things seem fine.
>>
>> CPU is Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz, on a HP 220z workstation.
>>
>> I initially blamed bad RAM but this reproduces everytime, and I
>> swapped DIMMs around
>>
>> I haven't tested with upstream kernel/qemu yet, but I wondered if
>> anyone else has seen this.
>>
>> I noticed this because some work I was doing was segfaulting my qemu
>> and then my machine would die a few mins later.
> 
> Of course now I read my fedora kernel emails and notice vhost_net does
> bad things,
> 
> disabling vhost_net seems to make it work fine, hopefully the next
> Fedora kernel will bring the magic fixes.
> 

That issue and another nasty crasher are being tracked here:

https://bugzilla.redhat.com/show_bug.cgi?id=980254

- Cole

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-09 12:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  0:35 [Qemu-devel] sending SEGV to qemu crashes host kernel in Fedora 19 Dave Airlie
2013-07-09  1:11 ` Dave Airlie
2013-07-09 11:24   ` Josh Boyer
2013-07-09 12:26   ` Cole Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).