Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

MiniProfiler.Start(); 报错 :JIT 编译器遇到内部限制。 #34

@lovemory

Description

@lovemory

Magicodes.NET\Plus\Magicodes.MiniProfilter\PlusStarter.cs 53行
MiniProfiler.Start(); 报错
其他信息: JIT 编译器遇到内部限制。

“/”应用程序中的服务器错误。

JIT 编译器遇到内部限制。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.InvalidProgramException: JIT 编译器遇到内部限制。

源错误:

行 77: {
行 78: case ApplicationEvents.BeginRequest:
行 79: BeginRequest(sender, applicationArgs);
行 80: break;
行 81: case ApplicationEvents.EndRequest:

源文件: e:\software_project\Magicodes_GitHup\Magicodes.NET\Magicodes.Web.Interfaces\Events\EventsManager.cs 行: 79

堆栈跟踪:

[InvalidProgramException: JIT 编译器遇到内部限制。]
StackExchange.Profiling.IpAddressIdentity.GetUser(HttpRequest request) in c:\TeamCity\buildAgent\work\1de24adb938b932d\StackExchange.Profiling\IpAddressProvider.cs:27
StackExchange.Profiling.WebRequestProfilerProvider.Start(ProfileLevel level, String sessionName) in c:\TeamCity\buildAgent\work\1de24adb938b932d\StackExchange.Profiling\WebRequestProfilerProvider.cs:90
StackExchange.Profiling.MiniProfiler.Start(String sessionName) in c:\TeamCity\buildAgent\work\1de24adb938b932d\StackExchange.Profiling\MiniProfiler.cs:280
StackExchange.Profiling.MiniProfiler.Start() in c:\TeamCity\buildAgent\work\1de24adb938b932d\StackExchange.Profiling\MiniProfiler.cs:266
Magicodes.MiniProfilter.PlusStarter.EventsManager_BeginRequest(Object sender, EventArgs e) +373
System.EventHandler.Invoke(Object sender, EventArgs e) +0
Magicodes.Web.Interfaces.Events.EventsManager.InitHttpApplicationEvents(Object sender, ApplicationEvents events) in e:\software_project\Magicodes_GitHup\Magicodes.NET\Magicodes.Web.Interfaces\Events\EventsManager.cs:79
Magicodes.Core.Routing.CoreModule.context_BeginRequest(Object sender, EventArgs e) in e:\software_project\Magicodes_GitHup\Magicodes.NET\Magicodes.Core\Routing\CoreModule.cs:103
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +237
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +114

版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.5.27.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions