Re: [Qemu-devel] patch to fix EXC_BAD_ACCESS on Mac OS X

2013-02-02 Thread Andreas Färber
Hi Christopher, Am 02.02.2013 03:38, schrieb Christopher Friedt: > On Fri, Feb 1, 2013 at 1:01 PM, Peter Maydell > wrote: >> OSX generally works for me, with some caveats: >> * current master doesn't compile because of a recent patch >>related to ffsl; this should be fixed soon I hope. > >

Re: [Qemu-devel] patch to fix EXC_BAD_ACCESS on Mac OS X

2013-02-01 Thread Christopher Friedt
Hi Peter, On Fri, Feb 1, 2013 at 1:01 PM, Peter Maydell wrote: > OSX generally works for me, with some caveats: > * current master doesn't compile because of a recent patch >related to ffsl; this should be fixed soon I hope. I'll have to check out master again. Currently I'm using 1.3.0, bu

Re: [Qemu-devel] patch to fix EXC_BAD_ACCESS on Mac OS X

2013-02-01 Thread Peter Maydell
On 1 February 2013 12:14, Christopher Friedt wrote: > I've been digging through a bunch of runtime errors in OS X. One of > them was an EXC_BAD_ACCESS (segfault) caused by some code in > main-loop.c that accessed uninitialized stack variables. Please see > the attached patch. The problem still exi

Re: [Qemu-devel] patch to fix EXC_BAD_ACCESS on Mac OS X

2013-02-01 Thread Christopher Friedt
Actually, disabling assertions, qemu appears to enter an infinite loop where the above assertion fails. Boo. On Fri, Feb 1, 2013 at 7:14 AM, Christopher Friedt wrote: > Hi folks, > > I've been digging through a bunch of runtime errors in OS X. One of > them was an EXC_BAD_ACCESS (segfault) caused

[Qemu-devel] patch to fix EXC_BAD_ACCESS on Mac OS X

2013-02-01 Thread Christopher Friedt
Hi folks, I've been digging through a bunch of runtime errors in OS X. One of them was an EXC_BAD_ACCESS (segfault) caused by some code in main-loop.c that accessed uninitialized stack variables. Please see the attached patch. The problem still exists in the master branch of the git repository. I