Hi mono developers,
Now I porting mono to IBM PASE, I have configured it and successfully compiled 
the mono runtime,
But after I resolved some running time errors, now I blocked at one point.
Details described as bellow:

Mono runtime -> native code (generated from C#)- > Mono runtime -> invoke lib 
function (cored here)

The specific code is this:
Mini-runtime.c:2334
return runtime_invoke (obj, params, exc, info->compiled_method);
in native code jump to mono_get_lmf_addr (runtime ),
in mono_get_lmf_addr function invoke any lib function like printf() will lead 
to a segment fault.

Anybody can give me some advices?
Is it about calling convention? ABI on aix? And how to handle it?

Kindly hope you can give me some hints.
Thank you!


================================
Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA 02451 ? 
+1 877.328.2932 ? +1 781.577.4321
Unsubscribe From Commercial Email - unsubscr...@rocketsoftware.com
Manage Your Subscription Preferences - 
http://info.rocketsoftware.com/GlobalSubscriptionManagementEmailFooter_SubscriptionCenter.html
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy
================================

This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to