All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 954099] [NEW] Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up
@ 2012-03-13 14:42 Joe Deller
  2012-03-16 15:28 ` [Qemu-devel] [Bug 954099] " Akarsh
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joe Deller @ 2012-03-13 14:42 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

OS Win XP pro, 32 bit SP3
Intel Core Duo, 4G RAM.

Qemu 1.0.1

Launch command:
qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime

Starting HAL daemon: eth0: link up
Assert fires :
File : slirp\arp_table.c line 41
Expression (ip_addr & htonl(~0xf << 28))) 1=0

** 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/954099

Title:
  Assertion failed arp_table.c line 41 on raspberry pi fedora image boot
  up

Status in QEMU:
  New

Bug description:
  OS Win XP pro, 32 bit SP3
  Intel Core Duo, 4G RAM.

  Qemu 1.0.1

  Launch command:
  qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime

  Starting HAL daemon: eth0: link up
  Assert fires :
  File : slirp\arp_table.c line 41
  Expression (ip_addr & htonl(~0xf << 28))) 1=0

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

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

* [Qemu-devel] [Bug 954099] Re: Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up
  2012-03-13 14:42 [Qemu-devel] [Bug 954099] [NEW] Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up Joe Deller
@ 2012-03-16 15:28 ` Akarsh
  2012-03-16 15:51 ` Peter Maydell
  2017-01-20 18:17 ` Thomas Huth
  2 siblings, 0 replies; 5+ messages in thread
From: Akarsh @ 2012-03-16 15:28 UTC (permalink / raw)
  To: qemu-devel

This bug is related to ARM based processor emulation and has been fixed
in Linaro QEMU(qemu-linaro). You can install qemu-linaro to solve the
problem. This can be confirmed with the following link(Point 6) :
http://www.cnx-software.com/2012/03/08/instructions-to-run-raspberry-pi-
fedora-14-remix-in-qemu/

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

Title:
  Assertion failed arp_table.c line 41 on raspberry pi fedora image boot
  up

Status in QEMU:
  New

Bug description:
  OS Win XP pro, 32 bit SP3
  Intel Core Duo, 4G RAM.

  Qemu 1.0.1

  Launch command:
  qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime

  Starting HAL daemon: eth0: link up
  Assert fires :
  File : slirp\arp_table.c line 41
  Expression (ip_addr & htonl(~0xf << 28))) 1=0

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

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

* [Qemu-devel] [Bug 954099] Re: Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up
  2012-03-13 14:42 [Qemu-devel] [Bug 954099] [NEW] Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up Joe Deller
  2012-03-16 15:28 ` [Qemu-devel] [Bug 954099] " Akarsh
@ 2012-03-16 15:51 ` Peter Maydell
  2012-03-28 10:10   ` Joe Deller
  2017-01-20 18:17 ` Thomas Huth
  2 siblings, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2012-03-16 15:51 UTC (permalink / raw)
  To: qemu-devel

It's probably also fixed in upstream qemu master since I haven't
deliberately put anything in to qemu-linaro to fix it -- we've almost
certainly just picked up the fix from upstream.

Incidentally "-M versatilepb -cpu arm1136-r2" is veering slightly into
"unsupported" territory, since there's no such thing as a VersatilePB
board with an 1136 CPU in the real world. And did you really want
arm1136-r2? That's an r0p2, whereas "arm1136" is the newer r1pX which is
probably what the RPi is actually using. (Yes, qemu's names for these
two CPU types are hopelessly confusing. Sorry.)

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

Title:
  Assertion failed arp_table.c line 41 on raspberry pi fedora image boot
  up

Status in QEMU:
  New

Bug description:
  OS Win XP pro, 32 bit SP3
  Intel Core Duo, 4G RAM.

  Qemu 1.0.1

  Launch command:
  qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime

  Starting HAL daemon: eth0: link up
  Assert fires :
  File : slirp\arp_table.c line 41
  Expression (ip_addr & htonl(~0xf << 28))) 1=0

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

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

* Re: [Qemu-devel] [Bug 954099] Re: Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up
  2012-03-16 15:51 ` Peter Maydell
@ 2012-03-28 10:10   ` Joe Deller
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Deller @ 2012-03-28 10:10 UTC (permalink / raw)
  To: qemu-devel

Hi Peter,
many thanks for the update, I'll give it another shot with later binaries and a more accurate CPU :-)

Thanks again,

Joe


> Date: Fri, 16 Mar 2012 15:51:24 +0000
> From: peter.maydell@linaro.org
> To: joedeller@live.co.uk
> Subject: [Bug 954099] Re: Assertion failed arp_table.c line 41 on raspberry pi	fedora image boot up
> 
> It's probably also fixed in upstream qemu master since I haven't
> deliberately put anything in to qemu-linaro to fix it -- we've almost
> certainly just picked up the fix from upstream.
> 
> Incidentally "-M versatilepb -cpu arm1136-r2" is veering slightly into
> "unsupported" territory, since there's no such thing as a VersatilePB
> board with an 1136 CPU in the real world. And did you really want
> arm1136-r2? That's an r0p2, whereas "arm1136" is the newer r1pX which is
> probably what the RPi is actually using. (Yes, qemu's names for these
> two CPU types are hopelessly confusing. Sorry.)
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/954099
> 
> Title:
>   Assertion failed arp_table.c line 41 on raspberry pi fedora image boot
>   up
> 
> Status in QEMU:
>   New
> 
> Bug description:
>   OS Win XP pro, 32 bit SP3
>   Intel Core Duo, 4G RAM.
> 
>   Qemu 1.0.1
> 
>   Launch command:
>   qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime
> 
>   Starting HAL daemon: eth0: link up
>   Assert fires :
>   File : slirp\arp_table.c line 41
>   Expression (ip_addr & htonl(~0xf << 28))) 1=0
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/954099/+subscriptions

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

Title:
  Assertion failed arp_table.c line 41 on raspberry pi fedora image boot
  up

Status in QEMU:
  New

Bug description:
  OS Win XP pro, 32 bit SP3
  Intel Core Duo, 4G RAM.

  Qemu 1.0.1

  Launch command:
  qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime

  Starting HAL daemon: eth0: link up
  Assert fires :
  File : slirp\arp_table.c line 41
  Expression (ip_addr & htonl(~0xf << 28))) 1=0

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

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

* [Qemu-devel] [Bug 954099] Re: Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up
  2012-03-13 14:42 [Qemu-devel] [Bug 954099] [NEW] Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up Joe Deller
  2012-03-16 15:28 ` [Qemu-devel] [Bug 954099] " Akarsh
  2012-03-16 15:51 ` Peter Maydell
@ 2017-01-20 18:17 ` Thomas Huth
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-01-20 18:17 UTC (permalink / raw)
  To: qemu-devel

Since there hasn't been any more complains about later binaries, I
assume we can close this issue nowadays. (Feel free to re-open it
otherwise)

** Changed in: qemu
       Status: New => Won't Fix

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

Title:
  Assertion failed arp_table.c line 41 on raspberry pi fedora image boot
  up

Status in QEMU:
  Won't Fix

Bug description:
  OS Win XP pro, 32 bit SP3
  Intel Core Duo, 4G RAM.

  Qemu 1.0.1

  Launch command:
  qemu-system-arm.exe -M versatilepb -cpu arm1136-r2 -hda raspberrypi-fedora-remix-14-r1.img -kernel zImage-devtmpfs -m 192 -append "root=/dev/sda2" -vga std -net nic -net user -localtime

  Starting HAL daemon: eth0: link up
  Assert fires :
  File : slirp\arp_table.c line 41
  Expression (ip_addr & htonl(~0xf << 28))) 1=0

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

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

end of thread, other threads:[~2017-01-20 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 14:42 [Qemu-devel] [Bug 954099] [NEW] Assertion failed arp_table.c line 41 on raspberry pi fedora image boot up Joe Deller
2012-03-16 15:28 ` [Qemu-devel] [Bug 954099] " Akarsh
2012-03-16 15:51 ` Peter Maydell
2012-03-28 10:10   ` Joe Deller
2017-01-20 18:17 ` Thomas Huth

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.