Code Monkey home page Code Monkey logo

Comments (4)

pirunxi avatar pirunxi commented on July 17, 2024 1

非常感谢。总共触发了2个bug。已经修复。你更新 hybridclr仓库即可。

from hybridclr.

pirunxi avatar pirunxi commented on July 17, 2024 1

已修复。更新 il2cpp_plus 相应DHE分支即可。

在测试项目未复现,但在trial项目上复现了。发现测试项目的Run函数在解释器里而trial项目的Run函数在AOT里,这个差别导致没复现出来。

from hybridclr.

pirunxi avatar pirunxi commented on July 17, 2024

妥。我们复查一下。

from hybridclr.

AlanLiu90 avatar AlanLiu90 commented on July 17, 2024

我这边测试了下,发现报错没了,但是有崩溃。测试代码没变。崩溃在下面的函数中:

// System.Void Case2/B`1<System.Double>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void B_1__ctor_m6667C19BD357E31D1C3728E7E4675CA3114CDE3C_gshared (B_1_t3579BED231BF017117B6BCD93788BA11FDA3FD82 * __this, const RuntimeMethod* method)
{
	{
		NullCheck((A_1_t89D1FD98971DD3C9545DBD0FE3AA90101FB8A879 *)__this);
		((  void (*) (A_1_t89D1FD98971DD3C9545DBD0FE3AA90101FB8A879 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((A_1_t89D1FD98971DD3C9545DBD0FE3AA90101FB8A879 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1));
		return;
	}
}
Exception thrown: read access violation.
method->klass->rgctx_data was nullptr.

from hybridclr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.