GNOME Bugzilla – Bug 653344
Segfault when not generating man format
Last modified: 2011-08-16 09:09:44 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).
Confirmed. Should be fixed in the next subversion update.
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.
I confirm this bug seems to be fixed in 1.7.5. Thanks.