[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-19 Thread Peter Maydell
** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1065325 Title: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2 Status in QEMU: Invalid Bug descri

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-18 Thread Oliver
Thank you for all the help. I have made a lot of progress. I think there might be a bug lm3s811 device, but I will look into that and log a bug if I find it. As usual with these problems, it was not just one thing. The TI make files for using gcc produced bad code (I hand check by looking at t

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-18 Thread Peter Maydell
I just built QEMU from source (git master commit b6348f29, same gcc as you, MacOS 10.8.2), like this: ./configure --target-list=arm-softmmu && make -j2 and the resulting QEMU works for me. I tested with a Cortex-M3 image from here: https://bugs.launchpad.net/qemu/+bug/1028260/+attachment/3233691/

Re: [Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-18 Thread Peter Maydell
On 18 October 2012 23:06, Oliver wrote: > I tried compiling under Ubuntu > Linux oliverks-virtual-machine 2.6.38-16-generic #67-Ubuntu SMP Thu Sep 6 > 17:58:38 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux > > and it does not appear to work. I just get the statement > > VNC server running on `127.0.0.

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-18 Thread Oliver
I tried compiling under Ubuntu Linux oliverks-virtual-machine 2.6.38-16-generic #67-Ubuntu SMP Thu Sep 6 17:58:38 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux and it does not appear to work. I just get the statement VNC server running on `127.0.0.1:5900' Oliver -- You received this bug notificatio

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-17 Thread Paolo Bonzini
This seems like an OS bug (kernel or Cocoa). The usage of the signal is common to all QEMU system emulation targets, so it's not dependent on Stellaris. Try an older version of OS X, or try a different video backend (e.g. VNC). That may help isolating the problem. -- You received this bug notifi

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-17 Thread Oliver
Is there anything else I can do to help debug this problem? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1065325 Title: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2 Status in QEMU: New Bug

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-12 Thread Oliver
One more follow up. Using the standard startup.c with just a while(1) {} loop yields the same problem. Has anyone got a regression test for the -M lm3s811evb that I can run? I might be able to see what's different with the TI code that is causing the SIGUSR1. Oliver -- You received this bug n

[Qemu-devel] [Bug 1065325] Re: qemu-system-arm hangs on SIGUSR1 on OS X 10.8.2

2012-10-12 Thread Oliver
To follow up, I think this bug might be a problem with the stellaris branch of the code. I compiled the very simple gpio_led example, and this crashes with the SIGUSR1 as well. Oliver -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.