GNOME Bugzilla – Bug 325101
Member variable in groupdef.cpp was not being initialized
Last modified: 2005-12-29 05:54:27 UTC
Every time I try to build my RPMs, doxygen segfaults while producing the documentation.
Created attachment 56459 [details] Output of the "make pdf" command issued by the RPM tool
Created attachment 56460 [details] Stacktrace of the Problem
You can SSH into cvs.planetsaphire.com to play around with the source code. You'll find the doxygen-1.4.5_6 directory in your home dir, representing the 20051227 release, which has the bug described on this report. # ls -l /home/dimitri/doxygen-1.4.5_6 drwxr-xr-x 16 dimitri dimitri 4096 Dec 28 01:17 doxygen-1.4.5_6
forgot to mention that ViM is the only editor available on my system. I can, however, install other editors upon request.
I've fixed the probkem in the sources on cvs.planetsaphire.com. It was in src/groupdef.cpp, a newly added member variable was not being initialized. For some reason it didn't trigger on my system. Thanks for reporting this.
The RPMs seem to be building properly now. I am closing this bug as FIXED.