GNOME Bugzilla – Bug 680575
the program crashes with <code> tag in a specific case
Last modified: 2012-08-20 15:16:22 UTC
See the attached tar In the file "not_working.cs" there is a documented class with some code, if I try to generate documentation the programa crashes. I can see the line "Generating annotated compound index..." and the crashes. After some investigation I added an empty comment line after line 10, "working.cs" between the comment and the <case> tag, in this way doxygen ends the creation of the documentation. In attachement there is also the configuration file I used, I did not check if with base configuration the program hangs or not. The problem occurs either compiling the SVN version on windows(32 and 64 bit) and also using the stable version.
Created attachment 219618 [details] documents to test the bug
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.2. 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.
I have made a check, the bug is solved. I've tried both 1.8.2 downloaded and svn in Windows.