Re: [GSOC] Hello world!

2016-05-09 Thread Dmitry V. Levin
On Mon, May 09, 2016 at 10:46:47AM +0800, Yun-Chih Chen wrote: > Hi, > > I had been wondering why QEMU could run into segmentation faults > in some architectures. ( and I thought it only happened on me XD ) AFAICT, this is innate QEMU property. :) > The docker approach does seem more approa

Re: [GSOC] Hello world!

2016-05-08 Thread Yun-Chih Chen
Hi, I had been wondering why QEMU could run into segmentation faults in some architectures. ( and I thought it only happened on me XD ) The docker approach does seem more approachable: first crossbuild using this hub[1], then run the binary with this[2]. I have successfully built+run a hell

Re: [GSOC] Hello world!

2016-05-08 Thread Dmitry V. Levin
Hi, On Tue, May 03, 2016 at 08:07:08AM +0800, Yun-Chih Chen wrote: > Hi, strace community: > > My name is Yun-Chih Chen. I'm luckily selected by strace to work on > multi-architectural testings in GSOC this year. My main goal is to ensure > strace get tested on all architectures it supports

[GSOC] Hello world!

2016-05-02 Thread Yun-Chih Chen
Hi, strace community: My name is Yun-Chih Chen. I'm luckily selected by strace to work on multi-architectural testings in GSOC this year. My main goal is to ensure strace get tested on all architectures it supports and make it convenient for our developers to test their code as early as poss