All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 938937] [NEW] Slirp --> Abort when operate dhclient
@ 2012-02-22 19:39 Vincent Autefage
  2012-03-05 16:26 ` [Qemu-devel] [Bug 938937] " ironstorm
  2012-03-05 17:09 ` ironstorm
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Autefage @ 2012-02-22 19:39 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi,

Let's consider the following line:

$ qemu -enable-kvm -name opeth -hda debian.img -k fr -localtime -m 512
-net user,vlan=0,net=192.160.0.0/24 -net
nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10

In my Guest Virtual Machine, I'm going to call the internal Slirp DHCP
Server:

guest@debian$ dhclient eth0


The QEMU process craches and reports this:

qemu-system-x86_64: slirp/arp_table.c:41: arp_table_add: Assertion
`(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf <<
28)); if (__builtin_constant_p (__x)) __v = ((((__x) & 0xff000000) >>
24) | (((__x) & 0x00ff0000) >> 8) | (((__x) & 0x0000ff00) << 8) |
(((__x) & 0x000000ff) << 24)); else __asm__ ("bswap %0" : "=r" (__v) :
"0" (__x)); __v; }))) != 0' failed.

It's a new bug, never seen it before the 1.0 version (also tested with the last GIT version).
Tested on a 64bit and a 32bit system.


See you,
Vince

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/938937

Title:
  Slirp --> Abort when operate dhclient

Status in QEMU:
  New

Bug description:
  Hi,

  Let's consider the following line:

  $ qemu -enable-kvm -name opeth -hda debian.img -k fr -localtime -m 512
  -net user,vlan=0,net=192.160.0.0/24 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10

  In my Guest Virtual Machine, I'm going to call the internal Slirp DHCP
  Server:

  guest@debian$ dhclient eth0

  
  The QEMU process craches and reports this:

  qemu-system-x86_64: slirp/arp_table.c:41: arp_table_add: Assertion
  `(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf
  << 28)); if (__builtin_constant_p (__x)) __v = ((((__x) & 0xff000000)
  >> 24) | (((__x) & 0x00ff0000) >> 8) | (((__x) & 0x0000ff00) << 8) |
  (((__x) & 0x000000ff) << 24)); else __asm__ ("bswap %0" : "=r" (__v) :
  "0" (__x)); __v; }))) != 0' failed.

  It's a new bug, never seen it before the 1.0 version (also tested with the last GIT version).
  Tested on a 64bit and a 32bit system.

  
  See you,
  Vince

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/938937/+subscriptions

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

* [Qemu-devel] [Bug 938937] Re: Slirp --> Abort when operate dhclient
  2012-02-22 19:39 [Qemu-devel] [Bug 938937] [NEW] Slirp --> Abort when operate dhclient Vincent Autefage
@ 2012-03-05 16:26 ` ironstorm
  2012-03-05 17:09 ` ironstorm
  1 sibling, 0 replies; 3+ messages in thread
From: ironstorm @ 2012-03-05 16:26 UTC (permalink / raw)
  To: qemu-devel

I'm getting this too, wondering if its a duplicate of #824650?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/938937

Title:
  Slirp --> Abort when operate dhclient

Status in QEMU:
  New

Bug description:
  Hi,

  Let's consider the following line:

  $ qemu -enable-kvm -name opeth -hda debian.img -k fr -localtime -m 512
  -net user,vlan=0,net=192.160.0.0/24 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10

  In my Guest Virtual Machine, I'm going to call the internal Slirp DHCP
  Server:

  guest@debian$ dhclient eth0

  
  The QEMU process craches and reports this:

  qemu-system-x86_64: slirp/arp_table.c:41: arp_table_add: Assertion
  `(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf
  << 28)); if (__builtin_constant_p (__x)) __v = ((((__x) & 0xff000000)
  >> 24) | (((__x) & 0x00ff0000) >> 8) | (((__x) & 0x0000ff00) << 8) |
  (((__x) & 0x000000ff) << 24)); else __asm__ ("bswap %0" : "=r" (__v) :
  "0" (__x)); __v; }))) != 0' failed.

  It's a new bug, never seen it before the 1.0 version (also tested with the last GIT version).
  Tested on a 64bit and a 32bit system.

  
  See you,
  Vince

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/938937/+subscriptions

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

* [Qemu-devel] [Bug 938937] Re: Slirp --> Abort when operate dhclient
  2012-02-22 19:39 [Qemu-devel] [Bug 938937] [NEW] Slirp --> Abort when operate dhclient Vincent Autefage
  2012-03-05 16:26 ` [Qemu-devel] [Bug 938937] " ironstorm
@ 2012-03-05 17:09 ` ironstorm
  1 sibling, 0 replies; 3+ messages in thread
From: ironstorm @ 2012-03-05 17:09 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 824650 ***
    https://bugs.launchpad.net/bugs/824650

Having just rebuilt qemu from GIT and started using the rebuild binary,
this problem no longer occurs...  definitely related to or duplicate of
824650.

** This bug has been marked a duplicate of bug 824650
   Latest GIT assert error in arp_table.c

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/938937

Title:
  Slirp --> Abort when operate dhclient

Status in QEMU:
  New

Bug description:
  Hi,

  Let's consider the following line:

  $ qemu -enable-kvm -name opeth -hda debian.img -k fr -localtime -m 512
  -net user,vlan=0,net=192.160.0.0/24 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10

  In my Guest Virtual Machine, I'm going to call the internal Slirp DHCP
  Server:

  guest@debian$ dhclient eth0

  
  The QEMU process craches and reports this:

  qemu-system-x86_64: slirp/arp_table.c:41: arp_table_add: Assertion
  `(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf
  << 28)); if (__builtin_constant_p (__x)) __v = ((((__x) & 0xff000000)
  >> 24) | (((__x) & 0x00ff0000) >> 8) | (((__x) & 0x0000ff00) << 8) |
  (((__x) & 0x000000ff) << 24)); else __asm__ ("bswap %0" : "=r" (__v) :
  "0" (__x)); __v; }))) != 0' failed.

  It's a new bug, never seen it before the 1.0 version (also tested with the last GIT version).
  Tested on a 64bit and a 32bit system.

  
  See you,
  Vince

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/938937/+subscriptions

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

end of thread, other threads:[~2012-03-05 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-22 19:39 [Qemu-devel] [Bug 938937] [NEW] Slirp --> Abort when operate dhclient Vincent Autefage
2012-03-05 16:26 ` [Qemu-devel] [Bug 938937] " ironstorm
2012-03-05 17:09 ` ironstorm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.