-
Notifications
You must be signed in to change notification settings - Fork 229
[Bug]System.AccessViolationException #103
Description
简明描述
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.AccessViolationException
在 ViewFaceCore.Native.ViewFaceNative.GetFaceDetectorHandler(Double, Double, Double, Double, Int32)
在 ViewFaceCore.Core.FaceDetector..ctor(ViewFaceCore.Configs.FaceDetectConfig)
在 winpc.views.CameraForm+d__8.MoveNext()
在 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
在 System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run()
在 System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(System.Action, Boolean, System.Threading.Tasks.Task ByRef)
在 System.Threading.Tasks.Task.FinishContinuations()
在 System.Threading.Tasks.Task`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].TrySetResult(Boolean)
在 System.Threading.SemaphoreSlim+TaskNode.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
在 System.Threading.ThreadPoolWorkQueue.Dispatch()
错误应用程序名称: winpc.exe,版本: 1.0.0.0,时间戳: 0x996c4089
错误模块名称: tennis_sandy_bridge.dll,版本: 0.0.0.0,时间戳: 0x62ecda66
异常代码: 0xc0000005
错误偏移量: 0x00000000000aa1a5
错误进程 ID: 0xac0
错误应用程序启动时间: 0x01dbc7ee91d69460
错误应用程序路径: C:\Users\Administrator\Downloads\Debug\winpc.exe
错误模块路径: C:\Users\Administrator\Downloads\Debug\viewfacecore\win\x64\tennis_sandy_bridge.dll
系统中 .net版本
4.0.0.0
4.8.04084
重现步骤
开发环境
- 目标框架: [.net4.8]
- 项目类型 [Winform窗体应用]
相关包清单
- [ViewFaceCore 0.3.8]
- [ViewFaceCore.model.face_detector 6.0.7]
- [ViewFaceCore.model.face_landmarker_pts5 6.0.7]
- [ViewFaceCore.model.face_recognizer 6.0.7]
- [ViewFaceCore.runtime.win.x64 6.0.7]
运行环境
- 操作系统: [Windows 10 专业版]
- 系统类型: [64 位操作系统, 基于 x64 的处理器]
- 处理器: [Intel(R) Core(TM) i3-3110M]
附件