GNOME Bugzilla – Bug 608590
*** buffer overflow detected ***: doxygen terminated
Last modified: 2010-02-21 12:57:38 UTC
Created attachment 152671 [details] small example demonstrating the problem I'm running doxygen on our sources in C++ which include this statement (in russian): "/// \class некорректное имя класса на русском языке" and program is crashing with message: "*** buffer overflow detected ***: doxygen terminated" I know this statement is incorrect, but program must operate with any input data correctly. The windows version of doxygen has the same problem. OS: Ubuntu Netbook Remix 9.10, kernel version 2.6.31-17 Windows XP Home Edition I'm sorry for my English.
Hi Aleksey, I will look into this bug, but one thing I noticed is that you use \class in the wrong way. The \class command should be followed by a class name (which cannot be a Russian word in C++).
Should be fixed in the next subversion update.
Thank you very much. Doxygen is the great program.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.