ecit241 / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

GetUTF8Text delete[] crash #1332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.compile Tesseract3.02 with vs2012
https://github.com/jakesays/tesseract-vs2012
2.call ResultIterator::GetUTF8Text(PageIteratorLevel level)
3.crash at delete char* pointer ,assert _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) 
failed

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

3.02+vs2012
Please provide any additional information below.

Original issue reported on code.google.com by wenhuac...@gmail.com on 9 Oct 2014 at 3:08

GoogleCodeExporter commented 9 years ago
1. We do not provide support unofficial forks (e.g. 
https://github.com/jakesays/tesseract-vs2012). You need to create issue there.
2. There is explanation for this problem at tesseract-dev forum[1].

[1] https://groups.google.com/d/msg/tesseract-dev/k_bVfoN9_Ss/rxhOxjX4rCIJ

Original comment by zde...@gmail.com on 14 Oct 2014 at 9:08