After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768830 - Doxygen segfault (return code 134) when parsing a c++ enum class contained in a class
Doxygen segfault (return code 134) when parsing a c++ enum class contained in...
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.11
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-07-15 03:22 UTC by Andrew
Modified: 2016-09-05 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
minimum working example of the doxygen segfault (26.84 KB, application/gzip)
2016-07-15 03:22 UTC, Andrew
Details

Description Andrew 2016-07-15 03:22:38 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.
Comment 1 Dimitri van Heesch 2016-07-31 10:48:04 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2016-09-05 13:45:47 UTC
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).