[Mono-dev] A segement fault on PPC host

2015-12-28 Thread Pin Cheng
Hi there, I am trying to porting Mono 4.2.1 into aix 6.1, it was compiled in 32bits mode. At present, I faced a segment fault at : return runtime_invoke (obj, params, exc, info->compiled_method); this is line is the last one in function mono_jit_runtime_invoke. It seems 'runtime_invoke' could not

Re: [Mono-dev] A segement fault on PPC host (Mono-devel-list Digest, Vol 128, Issue 9)

2015-12-28 Thread Jo Shields
On 28/12/15 09:37, Pin Cheng wrote: > Hi there, > I am trying to porting Mono 4.2.1 into aix 6.1, it was compiled in 32bits > mode. > At present, I faced a segment fault at : > return runtime_invoke (obj, params, exc, info->compiled_method); > this is line is the last one in function