GNOME Bugzilla – Bug 735037
QGDict::hashAsciiKey: Invalid null key
Last modified: 2014-08-21 17:15:32 UTC
How to reproduce: - doxygen -g - change the file to set PREDEFINED= MYMACRO(...)= - doxygen Result: An infinite loop of QGDict::hashAsciiKey: Invalid null key
I guess I would need some source file as well in order to trigger this? (without it I see no issues). And the ... in MYMACRO(...) is not supported, you need to specify a list of variables. So can you please check if the problem still occurs in 1.8.7, and if so attach a self-contained example (source+config file in a tar or zip) that allows me to reproduce the problem?
Created attachment 283897 [details] Minimal test
Thanks for your response. Indeed, you need a file, just touch a.c is enough. I reproduced the bug with the git master version. If "..." is not supported, is there a recommended workaround? Should I include something like #ifdef DOXYGEN #define MYMACRO(...) #endif in my code ?
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.8. 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 (preferrably in the form of a self-contained example).