On Tue, 19 Jan 2010 14:25:35 +0100, Stefan Reinauer stepan@coresystems.de wrote:
On 1/19/10 1:42 PM, Joseph Smith wrote:
Sorry, how do I do a backtrace on it again? Rudolf Marek said he had the same issue also, something about the serialice.lua script. He was not sure off the top of his head how he
fixed
it. Thanks for the help
stepan$ gdb qemu-0.11.0/i386-softmmu/qemu GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13 UTC 2009) Copyright 2004 Free Software Foundation, Inc. [..] gdb$ run -M serialice -serialice /dev/cu.usbserial-FTCV2YGN -gdb tcp::1234 -L examples/amibios [..] SerialICE: Open connection to target hardware... ... Program received signal SIGSEGV, Interrupt 0x00007fff828fa34e in read () gdb$ bt #0 0x00007fff828fa34e in read () #1 0x0000000100027e01 in serialice_write () #2 0x0000000100028f86 in serialice_init () #3 0x0000000100029680 in pc_init_serialice () #4 0x000000010000678d in qemu_main () [..] #22 0x00000001000c1ec3 in main () gdb$
Thanks Stefan, I will try that as soon as I can and report back.