After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711787 - Long initialization line in C stops doxygen
Long initialization line in C stops doxygen
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.5
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-11-10 18:16 UTC by albert
Modified: 2013-12-29 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample source file and Doxyfile (28.30 KB, application/octet-stream)
2013-11-10 18:16 UTC, albert
Details

Description albert 2013-11-10 18:16:05 UTC
Created attachment 259452 [details]
Sample source file and Doxyfile

When one has a long initialization line e.g. double[] = {1,2,3,4,...., 500000};
doxygen will stop with the message:
input buffer overflow, can't enlarge buffer because scanner uses REJECT

Attached the used source file and Doxyfile.
Comment 1 albert 2013-11-10 18:23:42 UTC
Submitted patch to git
Pull request 53
Comment 2 Dimitri van Heesch 2013-11-11 20:15:15 UTC
Thanks, I've merged the pull request.
Comment 3 Dimitri van Heesch 2013-12-24 18:59:27 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.6. 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).
Comment 4 albert 2013-12-29 17:22:36 UTC
1.8.5 crashes, 1.8.6 runs