Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 May 2017 22:18:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219022] devel/doxygen: 1.8.13 regression? - segmentation fault
Message-ID:  <bug-219022-13-UeEdJkgSC4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219022-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219022-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219022

--- Comment #3 from John Hein <z7dr6ut7gs@snkmail.com> ---
Even simpler:

% cat doxyfile
GENERATE_XML=3DYES
INPUT=3D.
% cat x.hh
/** docs go here */
class A
{
    friend class B;
};
% /usr/local/bin/doxygen doxyfile
 .
 .
Generating example index...
finalizing index lists...
writing tag file...
Generating XML output...
Generating XML output for class A
Segmentation fault (core dumped)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219022-13-UeEdJkgSC4>