[Doxygen-users] Segmentation fault while parsing a C file
Brought to you by:
dimitri
From: Artem S. <art...@gm...> - 2013-10-26 08:23:14
|
Dear doxygen users I came across a segmentation fault while doxygen is trying to parse a C file. The C file is attached. In essence, the line that triggers the fault (as it seems) is: /**<!--***************************************************************--> if one replaces that with /** <!--***************************************************************--> the problem goes away. I do understand that the latter variant is preferred and is expected by doxygen, but producing segfault on such an example seem to bee too harsh. I am using 1.8.4 version of doxygen. Now, should I report a bug, or is it a well-known problem? Thanks, Artem. |