New issue 165 by steamra...@yahoo.com: Runaway memory allocation
http://code.google.com/p/ocropus/issues/detail?id=165
What steps will reproduce the problem?
1. Run ocropus book2pages, pages2lines, lines2fsts on base.png
Or
1. Clean base.png with DeskewPageByRAST to create clean.png
2. Run ocropus book2pages,pages2lines, and lines2fsts on clean.png
What is the expected output? What do you see instead?
The expected output is that the working directory contains an fst for each
line.
Instead on line 41 on base.png and line 44 of clean.png, ocropus continues
to allocate memory until all free memory is exhausted.
What version of the product are you using? On what operating system?
Newest pull from ocropus.googlecode.com/hg.
hg identify: 2e552379084f tip
I am running on ubuntu 9.04 (Jaunty)
Please provide any additional relevant and important information (build
log, debug output, parameter settings, strace/ltrace output, etc.) below.
I have compiled ocropus and iulib with the following options:
-g -O3 -march=core2 -fomit-frame-pointer -pipe -fPIC
clean.png was created from base.png by running DeskewPagebyRAST cleanup.
Attachments:
base.png 238 KB
clean.png 229 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 165 by tmb...@gmail.com: Runaway memory allocation
http://code.google.com/p/ocropus/issues/detail?id=165
(No comment was entered for this change.)