This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malin
Recipients chrullrich, docs@python, malin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-12-02.05:37:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543729035.52.0.788709270274.issue35228@psf.upfronthosting.co.za>
In-reply-to
Content
I suffered this problem more than one years.
Here is a solution, before compiling the chm, modify like this:

--- D:\Python-3.7.1\Doc\build\htmlhelp\python371.hhp	Sun Dec 02 13:12:37 2018
+++ D:\fix_crash\python371.hhp	Sun Dec 02 13:05:57 2018
@@ -1,6 +1,6 @@
 [OPTIONS]
 Binary TOC=No
-Binary Index=No
+Binary Index=Yes
 Compiled file=python371.chm
 Contents file=python371.hhc
 Default Window=python371
 
The chm will generate a binary file python371.chw in the same folder when first opened.
No longer crash, but duplicated entries don't show Title anymore, see the attached picture.
History
Date User Action Args
2018-12-02 05:37:15malinsetrecipients: + malin, paul.moore, tim.golden, docs@python, zach.ware, steve.dower, chrullrich
2018-12-02 05:37:15malinsetmessageid: <1543729035.52.0.788709270274.issue35228@psf.upfronthosting.co.za>
2018-12-02 05:37:15malinlinkissue35228 messages
2018-12-02 05:37:15malincreate