[Doxygen-develop] SIGSEGV in doxygen
Brought to you by:
dimitri
From: Roman K. <ko...@ft...> - 2009-01-06 02:55:06
|
The doxyfile and the test source code are attached. >doxygen --version 1.5.8 >uname -a Linux noise 2.6.18-92.1.22.el5.centos.plus #1 SMP Wed Dec 17 10:49:19 EST 2008 x86_64 x86_64 x86_64 GNU/Linux >gdb $(which doxygen) ... Program received signal SIGSEGV, Segmentation fault. 0x00000033c3e788c9 in strncpy () from /lib64/libc.so.6 (gdb) bt #0 0x00000033c3e788c9 in strncpy () from /lib64/libc.so.6 #1 0x00000000006618d5 in QCString::mid () #2 0x0000000000596981 in VhdlDocGen::parseFuncProto () #3 0x000000000064e801 in vhdlcodeYYlex () #4 0x000000000064f853 in parseVhdlCode () #5 0x00000000004353fe in FileDef::writeSource () #6 0x00000000004033a7 in generateFileSources () #7 0x0000000000419325 in generateOutput () #8 0x0000000000402a0d in main () |