home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gocr035b.zip / BUGS < prev    next >
Text File  |  2002-02-03  |  2KB  |  50 lines

  1. BUGS
  2.  
  3. Reporting
  4. ---------
  5. Please do not hesitate to report bugs, and if possible their fixes! If you 
  6. send an example file, please make sure it's small. To report bugs, do one 
  7. of the following:
  8.  
  9. * go to http://sourceforge.net/bugs/?func=addbug&group_id=7147.
  10.  This is the preferred way to report bugs.
  11.  
  12. * send it to one of the authors. Note that sometimes we may be busy, and
  13. we won't reply it for days. If you post using the previous method, surely
  14. one of the authors will read it.
  15.  
  16. * use
  17.        diff -ru gocr_origin/ gocr_changed/ >patch
  18.   to create patches
  19.  
  20. * if you have compiling problems, do not forget to send your configure-output
  21.   and the config.log file
  22.  
  23.  
  24. Known bugs (see jocr.SF.net page too)
  25. ----------
  26.  
  27. - v0.2.5 german umlauts and i-dots are not handled correctly
  28.     problems high resolution fonts
  29. - v0.2.4 I guess, there are still bugs.
  30.     Some systems do not handle stack in good manner (AmigaOS?).
  31.     gocr does extensively consume stack for recursive functions.
  32.     Therefore you can get memory protection failures or strange results.
  33.     The worst case is a huge black area. If that is a problem for you
  34.     request for changing it.
  35.     --- --- --- --- only for linux freaks --- --- --- 
  36.     By mistake I programmed an endless rekursiv function and ...
  37.     SuSE6.4+linux2.2.12/13 got several "out of mem" and system CRASHED!!!
  38.     ulimit: stack=unlimited
  39.     - if text is framed, frame should be ignored, but it is not
  40. - v0.2.3 still problems with segmentation
  41.   - gcc 2.95.2 (SuSE6.4) error in load_db(), => fixed (thx to jasper)
  42. - v0.2.1
  43.   - some people have problems running gocr on DOS/Win95
  44.     I guess: stack overflow. Is someone able to analyze or fix this?
  45.   - large black areas on pbm-files cause a segfault on
  46.     Ultra/Sparc (64bit) machines running Linux (2.1.126).
  47.     There is a recursive function in the program which causes a
  48.     stack overflow, which is not detected by the linux-kernel (BUG?).
  49.     I look for a better solution.
  50.