Bugs item #1868937, was opened at 2008-01-11 00:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1868937&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philipp Morger (swissphoenix)
Assigned to: Nobody/Anonymous (nobody)
Summary: eepro100.c:1570: nic_receive: Assertion `0' failed.

Initial Comment:
Hi there

:: System
Using kvm-58 on linux 2.6.22 (ubuntu gutsy) guest is openbsd-4.1

:: StartUp Command
Executing with parameters:  -pidfile /var/run/kvm/raven.pid -no-acpi -k de-ch 
-boot c -m 64 -hda /srv/kvm/vmx/4I/raven/wd0-openbsd-4_1-MkI.img -serial 
telnet:localhost:10057,server,nowait -net 
nic,vlan=1,model=i82559er,macaddr=00:16:3E:22:24:94 -net 
tap,vlan=1,ifname=tap97 -net 
nic,vlan=2,model=i82559er,macaddr=00:16:3E:46:81:09 -net 
tap,vlan=2,ifname=tap98 -net 
nic,vlan=3,model=i82559er,macaddr=00:16:3E:93:40:42 -net 
tap,vlan=3,ifname=tap99 -net 
nic,vlan=4,model=i82559er,macaddr=00:16:3E:49:97:04 -net 
tap,vlan=4,ifname=tap100 -net 
nic,vlan=5,model=i82559er,macaddr=00:16:3E:30:35:89 -net 
tap,vlan=5,ifname=tap101 -net 
nic,vlan=6,model=i82559er,macaddr=00:16:3E:12:02:75 -net 
tap,vlan=6,ifname=tap102 -net 
nic,vlan=7,model=i82559er,macaddr=00:16:3E:03:40:50 -net 
tap,vlan=7,ifname=tap103 -net 
nic,vlan=8,model=i82559er,macaddr=00:16:3E:93:90:45 -net 
tap,vlan=8,ifname=tap104 -net 
nic,vlan=9,model=i82559er,macaddr=00:16:3E:08:47:60 -net 
tap,vlan=9,ifname=tap105
qemu: /usr/src/kvm-58/qemu/hw/eepro100.c:1570: nic_receive: Assertion `0' 
failed.
/srv/kvm/scripts/kvm_start_wrapper.sh: line 59:  9116 Aborted                 
sudo -u kvm nice qemu ${COMMAND}
CRITICAL: We had a software error! RC: 134

:: Code
eepro100.c:1570

    if (rfd_command & 0x8000) {
        /* EL bit is set, so this was the last frame. */
        assert(0);
    }

:: Figuring what happens...
I managed to figure what's an assertion is, so I guess the "assert(0)" always 
fails, and thus qemu is intended to fail here, so assumption is that 
rfd_command should never enter the state or the code is incomplete or some 
other error, would be nice to know :)

regards
Philipp

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1868937&group_id=180599

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to