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

Random System.AccessVoilationException #610

Open
RamanSggs opened this issue Jun 3, 2022 · 2 comments
Open

Random System.AccessVoilationException #610

RamanSggs opened this issue Jun 3, 2022 · 2 comments

Comments

@RamanSggs
Copy link

We are facing random access violation issue while doing ocr. We have developed web application and using ocr in it.
our application is crashing intermittently.
Below is sample code.

using(var engine = new TesseractEngine("training data path", "eng)
{
engine.DefaultPageSegMode = PageSegMode.SingleColumn;
using(var img = Pix.LoadFromMemory())
{
using (var page = engine.Process(img))
{
using (var itr = page.GetIterator())
{
}
}
}
}

We are not getting anything in crash dump. So please help to troubleshoot the issue.

@charlesw
Copy link
Owner

charlesw commented Jun 3, 2022 via email

@RamanSggs
Copy link
Author

We are not getting any callstack. Last many calls are in ntdll.dll.
We are using tesseract 4.1.1

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