GNOME Bugzilla – Bug 702590
Crash with TAB_SIZE=-1
Last modified: 2013-08-23 16:58:17 UTC
I tried TAB_SIZE = -1 (version 1.8.4 on windows) and got a crash (Doxyfile is further a standard Doxyfile). When trying my local version under cygwin I got: Warning: argument `-1' for option TAB_SIZE is not a valid number in the range [1..16]! Using the default: 4! Program received signal SIGSEGV, Segmentation fault. 0x004211c7 in adjustConfiguration() () (gdb) where
+ Trace 232095
Source code: /** @file aa.c * docu aa */ /** @brief docu fie */ void fie(void) { int i; } (NOTE: before int i; is a <tab>)
Created attachment 247201 [details] Source file and Doxyfile to reproduce bug
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.5. 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.
Boundaries of TAB_SIZE are handled correctly now.