GNOME Bugzilla – Bug 459726
[regression] Segfault after reading Doxyfile
Last modified: 2007-07-27 09:22:48 UTC
[forwarded from http://bugs.debian.org/428972] Bug submitter writes: While trying to build the documentation for VirtualBox-OSE 1.4.0 (http://virtualbox.org), doxygen gave me a segfault. ,---- | bengen@ataraxia:tmp $ doxygen Doxyfile | Warning: Tag `USE_WINDOWS_ENCODING' at line 63 of file Doxyfile has become obsolete. | To avoid this warning please update your configuration file using "doxygen -u" | Segmentation fault `---- strace and ltrace show that doxygen only read the control file -- it did not look at any of the input files. Commenting out the "USE_WINDOWS_ENCODING" directive does not help -- doxygen still segfaults.
Created attachment 92230 [details] Doxyfile
This has been fixed in CVS already (unknown or obsoleted tags in the config file caused a crash). I just verified that with doxygen-1.5.2. It indeed crashes while the current CVS version does not.
This bug was marked ASSIGNED and as a result has been moved to the FIXED state with the release of 1.5.3, since I believe the bug has been fixed in this release. I kindly ask you to verify this and reopen the bug should this not be the case.