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 653344 - Segfault when not generating man format
Segfault when not generating man format
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-06-24 14:33 UTC by Patrick MONNERAT
Modified: 2011-08-16 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the reported problem (2.11 KB, patch)
2011-06-24 14:33 UTC, Patrick MONNERAT
none Details | Review

Description Patrick MONNERAT 2011-06-24 14:33:32 UTC
Created attachment 190591 [details] [review]
Patch fixing the reported problem

This bug has been initialy reported at https://bugzilla.redhat.com/show_bug.cgi?id=688684
See this link for additional attachments.
--------------------------------------------
abrt version: 1.1.17
architecture: x86_64
Attached file: backtrace, 6940 bytes
cmdline: /usr/bin/doxygen docs/doxygen/doxygen-man.conf
component: doxygen
Attached file: coredump, 17264640 bytes
executable: /usr/bin/doxygen
kernel: 2.6.35.11-83.fc14.x86_64
package: doxygen-1:1.7.3-1.fc14
rating: 3
reason: Process /usr/bin/doxygen was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
How to reproduce: 1. Just submitted "configure --prefix=/usr; make
documentation" for tarball
http://sourceforge.net/projects/openca/files/libpki/releases/v0.6.4/sources/libpki-0.6.4.tar.gz
time: 1300382740
uid: 500


I wrote this quick patch that seems to fix the crash.
The problem was: some output format(s) where disabled at file creation time,
but enabled at write time, resulting in using dangling pointer(s).
Comment 1 Dimitri van Heesch 2011-06-27 21:06:16 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-08-14 14:05:09 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.5. 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.
Comment 3 Patrick MONNERAT 2011-08-16 09:09:44 UTC
I confirm this bug seems to be fixed in 1.7.5. Thanks.