GNOME Bugzilla – Bug 768830
Doxygen segfault (return code 134) when parsing a c++ enum class contained in a class
Last modified: 2016-09-05 13:45:47 UTC
Created attachment 331555 [details] minimum working example of the doxygen segfault Attached is a minimum working example of a segfault I'm experiencing in my project's documentation. I believe this will fail for any doxygen version >= 1.8.2 (when enum class parsing was introduced), it doesn't seem to fail on 1.7.* versions and I've experienced failures with 1.8.9 and 1.8.11. The attachment contains a default Doxyfile (created from `doxygen -g`) where the only change is `INPUT = fail.h`. Running `doxygen Doxyfile` within the included `faildir/` directory should result in a segfault.
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. 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 (preferably in the form of a self-contained example).