Hello again, Mono developers! And again I have some problem with Mono & NaCl. May be someone had seen the same error and can help me.
When I'm calling mono_main or mini_init from my NaCl application at browser, I have assertion from Mono: Assertion at ../../../../mono/mini/tramp-x86.c:157, condition `ret == 0' not met (calling nacl_dyncode_modify method) Also I add calling of perror in g_assert method and perror prints that error: Invalid argument All arguments of nacl_dyncode_modify are looking like non-invalid: 1st: 5126684, 2nd: 35107812, 3rd: 4. In my opinion, it's normal pointers and size. Please, help me with starting Mono from NaCl. -- View this message in context: http://mono.1490590.n4.nabble.com/PATCH-more-support-for-Google-Native-Client-tp3159583p3324753.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
