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 325101 - Member variable in groupdef.cpp was not being initialized
Member variable in groupdef.cpp was not being initialized
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.5.3-SVN
Other Linux
: Immediate critical
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2005-12-28 05:20 UTC by Kevin McBride
Modified: 2005-12-29 05:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Output of the "make pdf" command issued by the RPM tool (1.49 KB, text/plain)
2005-12-28 05:23 UTC, Kevin McBride
Details
Stacktrace of the Problem (431 bytes, text/plain)
2005-12-28 05:24 UTC, Kevin McBride
Details

Description Kevin McBride 2005-12-28 05:20:44 UTC
Every time I try to build my RPMs, doxygen segfaults while producing the documentation.
Comment 1 Kevin McBride 2005-12-28 05:23:26 UTC
Created attachment 56459 [details]
Output of the "make pdf" command issued by the RPM tool
Comment 2 Kevin McBride 2005-12-28 05:24:08 UTC
Created attachment 56460 [details]
Stacktrace of the Problem
Comment 3 Kevin McBride 2005-12-28 06:24:07 UTC
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
Comment 4 Kevin McBride 2005-12-28 07:40:10 UTC
forgot to mention that ViM is the only editor available on my system.  I can, however, install other editors upon request.
Comment 5 Dimitri van Heesch 2005-12-28 18:50:27 UTC
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.
Comment 6 Kevin McBride 2005-12-29 05:54:27 UTC
The RPMs seem to be building properly now.  I am closing this bug as FIXED.