qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 938945] [NEW] Slirp cannot be forward and makes segmentation faults
@ 2012-02-22 19:50 Vincent Autefage
  2012-02-23 15:25 ` Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vincent Autefage @ 2012-02-22 19:50 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi,

Let's consider the following lines:

$ qemu -enable-kvm -name opeth -hda debian1.img -k fr -localtime -m 512
-net user,vlan=0 -net nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10
-net socket,vlan=1,listen=127.0.0.1:5900 -net
nic,vlan=1,model=$model,macaddr=a2:00:00:00:00:04

$qemu -enable-kvm -name nightwish -hda debian2.img -k fr -localtime -m
512 -net socket,vlan=0,connect=127.0.0.1:5900 -net
nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:02


My configuration is clear and allows to transmit packets between the Slirp and the guest nightwish.
But when I try to do on nightwish :

$ wget www.qemu.org

The opeth QEMU makes a segfault :    "11586 Segmentation Fault"

This phenomenon is not always present... If the Segfault does not
appear, nightwish cannot enable a connection with internet :(


Thanks
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/938945

Title:
  Slirp cannot be forward and makes segmentation faults

Status in QEMU:
  New

Bug description:
  Hi,

  Let's consider the following lines:

  $ qemu -enable-kvm -name opeth -hda debian1.img -k fr -localtime -m
  512 -net user,vlan=0 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10 -net
  socket,vlan=1,listen=127.0.0.1:5900 -net
  nic,vlan=1,model=$model,macaddr=a2:00:00:00:00:04

  $qemu -enable-kvm -name nightwish -hda debian2.img -k fr -localtime -m
  512 -net socket,vlan=0,connect=127.0.0.1:5900 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:02

  
  My configuration is clear and allows to transmit packets between the Slirp and the guest nightwish.
  But when I try to do on nightwish :

  $ wget www.qemu.org

  The opeth QEMU makes a segfault :    "11586 Segmentation Fault"

  This phenomenon is not always present... If the Segfault does not
  appear, nightwish cannot enable a connection with internet :(

  
  Thanks
  Vince

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

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

* Re: [Qemu-devel] [Bug 938945] [NEW] Slirp cannot be forward and makes segmentation faults
  2012-02-22 19:50 [Qemu-devel] [Bug 938945] [NEW] Slirp cannot be forward and makes segmentation faults Vincent Autefage
@ 2012-02-23 15:25 ` Andreas Färber
  2016-12-15 18:02 ` [Qemu-devel] [Bug 938945] " Thomas Huth
  2017-02-14  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2012-02-23 15:25 UTC (permalink / raw)
  To: Bug 938945; +Cc: Jan Kiszka, qemu-devel

Am 22.02.2012 20:50, schrieb Vincent Autefage:
> $ qemu -enable-kvm -name opeth -hda debian1.img -k fr -localtime -m 512

The qemu executable has been renamed to qemu-system-i386 some time ago.
Are you sure you're executing the right one, and which version are you
using? Did you check qemu.git master?

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* [Qemu-devel] [Bug 938945] Re: Slirp cannot be forward and makes segmentation faults
  2012-02-22 19:50 [Qemu-devel] [Bug 938945] [NEW] Slirp cannot be forward and makes segmentation faults Vincent Autefage
  2012-02-23 15:25 ` Andreas Färber
@ 2016-12-15 18:02 ` Thomas Huth
  2017-02-14  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2016-12-15 18:02 UTC (permalink / raw)
  To: qemu-devel

Which version of QEMU did you use? Can you still reproduce this issue
with the latest version of QEMU?

** Changed in: qemu
       Status: New => Incomplete

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

Title:
  Slirp cannot be forward and makes segmentation faults

Status in QEMU:
  Incomplete

Bug description:
  Hi,

  Let's consider the following lines:

  $ qemu -enable-kvm -name opeth -hda debian1.img -k fr -localtime -m
  512 -net user,vlan=0 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10 -net
  socket,vlan=1,listen=127.0.0.1:5900 -net
  nic,vlan=1,model=$model,macaddr=a2:00:00:00:00:04

  $qemu -enable-kvm -name nightwish -hda debian2.img -k fr -localtime -m
  512 -net socket,vlan=0,connect=127.0.0.1:5900 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:02

  
  My configuration is clear and allows to transmit packets between the Slirp and the guest nightwish.
  But when I try to do on nightwish :

  $ wget www.qemu.org

  The opeth QEMU makes a segfault :    "11586 Segmentation Fault"

  This phenomenon is not always present... If the Segfault does not
  appear, nightwish cannot enable a connection with internet :(

  
  Thanks
  Vince

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

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

* [Qemu-devel] [Bug 938945] Re: Slirp cannot be forward and makes segmentation faults
  2012-02-22 19:50 [Qemu-devel] [Bug 938945] [NEW] Slirp cannot be forward and makes segmentation faults Vincent Autefage
  2012-02-23 15:25 ` Andreas Färber
  2016-12-15 18:02 ` [Qemu-devel] [Bug 938945] " Thomas Huth
@ 2017-02-14  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2017-02-14  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

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

Title:
  Slirp cannot be forward and makes segmentation faults

Status in QEMU:
  Expired

Bug description:
  Hi,

  Let's consider the following lines:

  $ qemu -enable-kvm -name opeth -hda debian1.img -k fr -localtime -m
  512 -net user,vlan=0 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:10 -net
  socket,vlan=1,listen=127.0.0.1:5900 -net
  nic,vlan=1,model=$model,macaddr=a2:00:00:00:00:04

  $qemu -enable-kvm -name nightwish -hda debian2.img -k fr -localtime -m
  512 -net socket,vlan=0,connect=127.0.0.1:5900 -net
  nic,vlan=0,model=$model,macaddr=a2:00:00:00:00:02

  
  My configuration is clear and allows to transmit packets between the Slirp and the guest nightwish.
  But when I try to do on nightwish :

  $ wget www.qemu.org

  The opeth QEMU makes a segfault :    "11586 Segmentation Fault"

  This phenomenon is not always present... If the Segfault does not
  appear, nightwish cannot enable a connection with internet :(

  
  Thanks
  Vince

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

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

end of thread, other threads:[~2017-02-14  4:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 19:50 [Qemu-devel] [Bug 938945] [NEW] Slirp cannot be forward and makes segmentation faults Vincent Autefage
2012-02-23 15:25 ` Andreas Färber
2016-12-15 18:02 ` [Qemu-devel] [Bug 938945] " Thomas Huth
2017-02-14  4:17 ` Launchpad Bug Tracker

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).