Control: tags -1 + confirmed help

On Sat, Sep 20, 2014 at 02:17:59PM +0200, Andreas Metzler wrote:
> Full gdb backtrace attached.

Thanks for taking the time to install doxygen-dbg!

This one is hard (i.e. I have no clue what's going on). Let me write
down the few bits I do understand already:

 * Doxygen goes into an endless recursion of
   recursivelyAddGroupListToTitle and segfaults when the stack space is
   exhausted.
 * The d parameter of that function occasionally has strange values
   (e.g. 0x18).
 * The d and root parameters occasionally differ from their @entry
   counterparts, so maybe the stack is being trashed.
 * The last commit that touched the function removes the
   BREAD_CRUMB_TRAIL option making it the default.
 * The bug is reproducible with efl 1.8.6-2 source when reducing the
   value of INPUT to @top_srcdir@/src/lib/eina (faster segfault).
 * The first error reported by valgrind is that the stack space is
   exhausted. In particular it does not report any out of bounds reads
   or writes, so maybe the stack is not trashed.

Any clues?

Andreas, could you add a debian/rules target to efl that allows just
building the documentation? I'd like to add efl as a autopkgtest case to
doxygen to spot this kind of issue earlier.

Helmut


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to