Re: [Doxygen-users] Segfault
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-07-04 19:01:08
|
On Tue, Jul 03, 2001 at 08:58:03AM +0200, John Sturton wrote: > > > > doxygen -d debug_option [ -d debug_option ... ] > > > > can be used for this, where "debug_option" is one of > > the things mentioned in the DebugMask enum in src/debug.h > > > > I also spent a couple of hours tracking down this bug, and in the > process discovered another one: - if you do run doxygen with "-d > FindMembers" then the Debug::print() function itself crashes as it tries > to interpret NULL as a string :-( (this is Doxygen compiled with Sun's > Solaris C++ compiler). Debug::print() just uses vfprintf of the libc and its implementation on my GNU/Linux box can handle NULL strings, so it is good enough for me ;-) Regards, Dimitri |