oasegips / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

Never opens file, uses all CPU & Memory #2358

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please read http://code.google.com/p/sigil/wiki/ReportingIssues for
information about submitting a good bug report.

What steps will reproduce the problem?
1. Open 53mb html document

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

Document should be opened, instead Sigil just uses all available memory and cpu 
and never finishes opening the file.

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

0.72 on Mac os 10.8.4

The document is php_manual_en.html.gz downloaded from PHP.net

Original issue reported on code.google.com by keith.o...@gmail.com on 8 Aug 2013 at 7:19

GoogleCodeExporter commented 9 years ago
It will probably open eventually on a large enough system.  It's not something 
that can be changed without a large rewrite of the code as it is currently 
cross-checking every link on open.

Original comment by daveheil...@gmail.com on 8 Aug 2013 at 8:05