GNOME Bugzilla – Bug 733323
Doxygen generated LaTeX leads to General Purpose Index Processor crash
Last modified: 2014-12-25 16:03:36 UTC
Created attachment 281009 [details] The source file Hi, i have a created a minimal testcase which demonstrates a crash of the General Purpose Index Processor of generated LaTeX sources from Doxygen. I am using: - Windows 7 64 Bit. - Doxygen 1.8.7 - MiKTeX 2.9 The following steps are needed to reproduce the crash: 1) Generate LaTeX documenation with doxygen the attached source file (abs.c). I have attached my Doxyfile.cfg also. 2) Go to the generated folder (latex) and double click to make.bat file to start the compilation of the pdf-file. 3) Then the General Purpose Index Processor crashes (see attached Screenshot). Many thanks in advance. Martin Ettl
Created attachment 281010 [details] Doxyfile
Created attachment 281012 [details] A screenshot of the error message
Created attachment 281014 [details] The generated latex files
Seems like an issue with MikTex (or how it is installed), not doxygen. See also http://www.mrunix.de/forums/showthread.php?64143-General-Purpose-Index-Prozessor-funktioniert-nicht-mehr (in German)
Thank you Dimitri for the link, i tried all suggestions, but the crash is still there.
I just pushed a patch to github (pull request 219) that should also fixe this problem.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.9. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).