_stdMallocCounter == _stdFreeCounter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Cuneiform for Linux |
Undecided
|
Yury V. Zaytsev |
Bug Description
I compiled cuneiform-
When I try to OCR a sample BMP I get this error:
"_stdMallocCounter == _stdFreeCounter file C:\cuneiform-
Continue (Yes), Breakpoint(No), Cancel?"
What to do?
Yury V. Zaytsev (zyv) wrote : | #1 |
monday2000 (monday2000) wrote : | #2 |
Thanks a lot! It worked!
I succeeded to test-OCR a BMP file. I got a txt as an output. And I got hocr optionally.
By the way, here is the detailed log of the compilation process:
http://
If you are interested, take a look. There you will find 231 warnings (!) which should better be fixed in the cuneiform code.
Yury V. Zaytsev (zyv) wrote : | #3 |
There *are* warnings in current trunk, but I suspect most of those generated by VC6 are caused by the fact that it's an outdated compiler that doesn't follow ANSI standards (and never did).
We consider warnings from VC2010 as those to be fixed.
Changed in cuneiform-linux: | |
status: | New → Invalid |
assignee: | nobody → Yury V. Zaytsev (zyv) |
monday2000 (monday2000) wrote : | #4 |
Anyway I would suggest you to just take a look on it - you might find something useful. ;)
Yury V. Zaytsev (zyv) wrote : | #5 |
This is an assertion error. You have to recompile the Release, not Debug configuration.