Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 27 May 2012 09:11:30 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Test environment for non-native archs

On Sun, May 27, 2012 at 06:54:00AM -0500, Richard Pennington wrote:
> Hi Rich,
> 
> For my testing (which musl for ARM just passed, by the way ;-), I mostly use 
> QEMU in Linux user space emulation mode. I just compile an executable on my 
> x86 system and run it:
> 	qemu-arm a.out arg1 arg2 ...

This does not seem to work whatsoever for threads. Right after the
clone syscall is made, qemu horribly crashes, and it's clearly qemu's
fault not the application's.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.