Dear all,
On Thu, 2011-01-20 at 09:01 -0600, David Kabala wrote:
> The problem appears to happen with the inclusion of
> OSGPointerMFieldCommon.h. When that file is added to EXCLUDE, then
> doxygen 1.7.3 does not get a segfualt. My hunch is that this is a bug
> in doxygen 1.7.3, but I've not tracked it down further than this. A
> debug build of doxygen will probably be necessary.
hmm, I fixed one infinite recursion for the integrated Linux build
of doxygen, it might be this one. Attached, if anyone wants to give
it a try.
kind regards
gerrit
commit 7fe4db9c43ce67ccc762e869351a1750fe4e36b7
Author: gerrit <ger...@feynman.camtech.ntu.edu.sg>
Date: Sun Jan 2 15:28:47 2011 +0800
fixed: never ending recursion
diff --git a/src/util.cpp b/src/util.cpp
index b15bc96..07800af 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -3290,7 +3290,7 @@ static QCString getCanonicalTypeForIdentifier(
//result = mType->typeString();
if (word!=mType->typeString())
{
- result = getCanonicalTypeForIdentifier(d,fs,mType->typeString(),tSpec,count++);
+ result = getCanonicalTypeForIdentifier(d,fs,mType->typeString(),tSpec,++count);
}
else
{
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users