Re: [Doxygen-users] Segfault when using tag files from documentation that has been compiled using t
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2013-12-22 12:11:47
|
On 22 Dec 2013, at 12:31 , JohnOldman <j.r...@wa...> wrote: > UPDATE: > I've tried now with a whole bunch of different versions and it seems like > the problem first arises as of 1.6.2: > 1.6.1 and 1.6.0 work, 1.6.2 and about half a dozen other newer versions I've > tried give me the same segfault. Could this be an incompatibility with my > distribution? I'm using Scientific Linux 6. It is more likely a bug in doxygen introduced in 1.6.2 and triggered by your specific example. Can you grab the latest doxygen source from GitHub and compile it using ./configure --debug and then run it from a debugger and/or from valgrind. That might give an indication where the problem is located. Regards, Dimitri |