[Doxygen-develop] Doxygen 1.2.13-20020210 segfaults
Brought to you by:
dimitri
From: Roberto B. <ba...@cs...> - 2002-02-18 07:24:50
|
Hi there, doxygen version 1.2.13-20020210 segfaults at the attached input. Here is what happens $ gdb /usr/local/bin/doxygen (gdb) run config Starting program: /usr/local/bin/doxygen config Program received signal SIGSEGV, Segmentation fault. 0x0814f616 in QGList::first() () (gdb) info stack #0 0x0814f616 in QGList::first() () #1 0x0805947a in findMember(Entry*, QCString, bool, bool) () #2 0x0805c5eb in findMemberDocumentation(Entry*) () #3 0x0805c045 in findMemberDocumentation(Entry*) () #4 0x0805c045 in findMemberDocumentation(Entry*) () #5 0x080684b5 in parseInput() () #6 0x08049b53 in main () #7 0x40105627 in __libc_start_main (main=0x8049b30 <main>, argc=2, ubp_av=0xbffffa44, init=0x8049450 <_init>, fini=0x81d6fc0 <_fini>, rtld_fini=0x4000dcc4 <_dl_fini>, stack_end=0xbffffa3c) at ../sysdeps/generic/libc-start.c:129 (gdb) Here are the version of doxygen, the version of the GCC compiler I have used to compile it, and the versions of the QT packages. $ /usr/local/bin/doxygen --version 1.2.13-20020210 $ g++ -v Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs Configured with: ../gcc-3.0.3/configure --prefix=/usr/local Thread model: single gcc version 3.0.3 $ rpm -qa | fgrep qt qt-designer-2.3.1-5 qt-devel-2.3.1-5 qt-2.3.1-5 In addition, it seems there is something wrong with Doxygen's CVS repository: the only thing I am able to get ouf of it is something like cvs server: [07:51:12] waiting for kp3softd's lock in /u/kp3softd/cvsroot cvs server: [07:51:42] waiting for kp3softd's lock in /u/kp3softd/cvsroot ... Many thanks for all the good work. Roberto -- Prof. Roberto Bagnara Computer Science Group Department of Mathematics, University of Parma, Italy http://www.cs.unipr.it/~bagnara/ mailto:ba...@cs... |