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

[Bug] Multiple Pasting of text into the control causes app pool to crash #303

Open
PMR18 opened this issue Jan 27, 2023 · 0 comments
Open
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@PMR18
Copy link

PMR18 commented Jan 27, 2023

Using version 4.7 pasting relatively large volume of text (1 page of A4 for example) in quick succession causes the following exception,

Application: w3wp.exe
CoreCLR Version: 6.0.822.36306
.NET Version: 6.0.8
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at Blazored.Typeahead.BlazoredTypeahead2.HookOutsideClick() at Blazored.Typeahead.BlazoredTypeahead2.Search(Object source, ElapsedEventArgs e)
at System.Threading.Tasks.Task.<>c.b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)
at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
at System.Threading.Thread.StartCallback()

This results in the app pool crashing:

Faulting application name: w3wp.exe, version: 10.0.14393.0, time stamp: 0x57899b8a
Faulting module name: KERNELBASE.dll, version: 10.0.14393.5246, time stamp: 0x62bfb6da
Exception code: 0xe0434352
Fault offset: 0x0000000000034f08
Faulting process id: 0xdb60
Faulting application start time: 0x01d932436dc57b6d
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 52f14323-3883-4006-9bcf-04f3c24a151d
Faulting package full name:
Faulting package-relative application ID:

@PMR18 PMR18 added Bug Something isn't working Triage Issue needs to be triaged labels Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant