Bug 262041

Summary: doxygen segfaults while parsing valid config file
Product: [Fedora] Fedora Reporter: Behdad Esfahbod <behdad>
Component: doxygenAssignee: Than Ngo <than>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rhbugs, warlord
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: 1.5.4-1.fc8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-11 22:02:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Behdad Esfahbod 2007-08-28 23:46:24 UTC
Happens here locally on my F7 system, as well as in koji as can be seen in this
build log:

http://koji.fedoraproject.org/koji/getfile?taskID=135571&name=build.log

Comment 1 Behdad Esfahbod 2007-11-13 21:40:39 UTC
The following patch fixed it for me:

diff -up libthai-0.1.9/doc/Doxyfile.in.doxygen-segfault libthai-0.1.9/doc/Doxyfi
le.in
--- libthai-0.1.9/doc/Doxyfile.in.doxygen-segfault      2007-11-13 16:37:16.0000
00000 -0500
+++ libthai-0.1.9/doc/Doxyfile.in       2007-11-13 16:37:31.000000000 -0500
@@ -29,7 +29,6 @@ STRIP_FROM_PATH        = @top_srcdir@/in
 STRIP_FROM_INC_PATH    = @top_srcdir@/include
 SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = NO
-QT_AUTOBRIEF           = NO
 MULTILINE_CPP_IS_BRIEF = NO
 DETAILS_AT_TOP         = YES
 INHERIT_DOCS           = YES
@@ -50,7 +49,6 @@ EXTRACT_PRIVATE        = NO
 EXTRACT_STATIC         = NO
 EXTRACT_LOCAL_CLASSES  = YES
 EXTRACT_LOCAL_METHODS  = NO
-EXTRACT_ANON_NSPACES   = NO
 HIDE_UNDOC_MEMBERS     = YES
 HIDE_UNDOC_CLASSES     = YES
 HIDE_FRIEND_COMPOUNDS  = NO
@@ -168,7 +166,6 @@ HTML_FOOTER            = 
 HTML_STYLESHEET        = 
 HTML_ALIGN_MEMBERS     = YES
 GENERATE_HTMLHELP      = NO
-HTML_DYNAMIC_SECTIONS  = NO
 CHM_FILE               = 
 HHC_LOCATION           = 
 GENERATE_CHI           = NO


Comment 2 Hans Ulrich Niedermann 2008-01-04 17:01:27 UTC
This is still open in F-8.

Supposedly fixed in doxygen 1.5.3, as remarked at bug 365771.


Comment 3 Hans Ulrich Niedermann 2008-01-04 17:01:56 UTC
*** Bug 365771 has been marked as a duplicate of this bug. ***

Comment 4 Hans Ulrich Niedermann 2008-01-04 18:46:14 UTC
I have just verified that the 1.5.3-1 in the F-8 branch in CVS builds on the
build servers:

http://koji.fedoraproject.org/koji/taskinfo?taskID=325264

However, in the mean time, 1.5.4 has been released.


Comment 5 Behdad Esfahbod 2008-01-04 19:47:37 UTC
Re new bug title, no software should crash even when passed invalid input...

Comment 6 Fedora Update System 2008-01-11 22:02:06 UTC
doxygen-1.5.4-1.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2008-01-11 22:27:31 UTC
doxygen-1.5.4-1.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.