From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCdVh-0003Z2-Dy for qemu-devel@nongnu.org; Fri, 05 Jun 2009 13:47:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCdVd-0003Yo-PH for qemu-devel@nongnu.org; Fri, 05 Jun 2009 13:47:21 -0400 Received: from [199.232.76.173] (port=42461 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCdVd-0003Yl-Me for qemu-devel@nongnu.org; Fri, 05 Jun 2009 13:47:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54010) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCdVd-0005AN-6r for qemu-devel@nongnu.org; Fri, 05 Jun 2009 13:47:17 -0400 Date: Fri, 5 Jun 2009 14:45:07 -0300 From: Luiz Capitulino Message-ID: <20090605144507.2b12f0d8@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] find_prop() assertion failed List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: paul@codesourcery.com Cc: qemu-devel@nongnu.org Hi Paul, By starting QEMU with the following command: ~/bin/qemu/bin/qemu -hda root_fs-qemu -kernel bzImage -append "root=/dev/sda console=ttyS0,115200 console=tty 4" -monitor telnet:localhost:4555,server -snapshot And the running telnet on another terminal: ~/ telnet localhost 4555 I get 100% of CPU for a while and the following assertion is trigged: qemu: /home/lcapitulino/src/qemu-qmp/hw/qdev.c:194: find_prop: Assertion `prop->type == type' failed. It works if I revert 1431b6a17e6546569e09bcf8fb7773c925658d8f. Stack backtrace follows (although I'm not sure whether it's needed/helps): """ #0 0xffffe424 in __kernel_vsyscall () #1 0xb7bdada0 in raise () from /lib/i686/libc.so.6 #2 0xb7bdc808 in abort () from /lib/i686/libc.so.6 #3 0xb7bd3cde in __assert_fail () from /lib/i686/libc.so.6 #4 0x080f7d14 in find_prop (dev=, name=0x81afc52 "data", #5 0x080f7da6 in qdev_get_prop_ptr (dev=0x97cd4e8, name=0x81afc52 "data") #6 0x080cf24a in smbus_eeprom_init (dev=0x97cd4e8) #7 0x080f7957 in qdev_init (dev=0x97cd4e8) at /home/lcapitulino/src/qemu-qmp/hw/qdev.c:113 #8 0x0808b240 in pc_init1 (ram_size=, boot_device=0x819453a "cad", Cannot access memory at address 0x493f #9 0x08052e27 in main (argc=10, argv=0xbfe09f44, envp=) """ -- Luiz