Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

释放的时候会出现“句柄未初始化”错误 #149

Open
downleaves opened this issue Jun 11, 2023 · 1 comment
Open

释放的时候会出现“句柄未初始化”错误 #149

downleaves opened this issue Jun 11, 2023 · 1 comment

Comments

@downleaves
Copy link

释放的时候会出现“句柄未初始化”错误

"exception": System.InvalidOperationException: 句柄未初始化。
在 System.WeakReference.set_Target(Object value)
在 System.Text.RegularExpressions.SharedReference.Cache(Object obj)
在 System.Text.RegularExpressions.Regex.Replace(String input, String replacement, Int32 count, Int32 startat)
在 System.Text.RegularExpressions.Regex.Replace(String input, String replacement)
在 System.Text.RegularExpressions.Regex.Replace(String input, String pattern, String replacement)
在 FreeRedis.ConnectionStringBuilder.Parse(String connectionString)
在 FreeRedis.ConnectionStringBuilder.op_Implicit(String connectionString)
在 FreeRedis.Internal.RedisClientPoolPolicy.set_ConnectionString(String value)
在 FreeRedis.Internal.RedisClientPool..ctor(String connectionString, RedisClient topOwner)
在 FreeRedis.RedisClient.PoolingAdapter.<>c__DisplayClass4_0.<.ctor>b__0()
在 FreeRedis.Internal.IdleBus2.ItemInfo.GetOrCreate() 在 FreeRedis.Internal.IdleBus2.Get(TKey key)
在 FreeRedis.RedisClient.PoolingAdapter.Dispose()
在 FreeRedis.RedisClient.Dispose()
在 FreeRedis.RedisClient.Finalize()

@2881099
Copy link
Owner

2881099 commented Jun 12, 2023

是在 iis 场景下吗,看上去是在 Finalize 事件触发的

2881099 added a commit that referenced this issue Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants