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 630582 - FORTRAN: END INTERFACE OPERATOR in fortran 90 crashes Doxygen
FORTRAN: END INTERFACE OPERATOR in fortran 90 crashes Doxygen
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Mac OS
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-09-25 17:42 UTC by olivier.marti
Modified: 2011-01-03 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fortran exemple and Doxyfile (12.50 KB, application/x-tar)
2010-09-25 17:42 UTC, olivier.marti
Details

Description olivier.marti 2010-09-25 17:42:29 UTC
Created attachment 171099 [details]
Fortran exemple and Doxyfile

Configuration file : generated with doxygen -s -g, and not modified.

Doxygen 1.7.1 from MacPorts, on MacOS X 10.6.4

Error type : segmentation fault when doxygen runs (see output later)

Details :
When processing a Fortran 90 file, Doxygen crashes. After some test, it craches because of a the line :
   END INTERFACE OPERATOR ( * ) 
It works when the line is replaced by :
   END INTERFACE
Both syntaxes are legal in Fortran 90, and recogniezd by all compilers. In Emacs/F90 mode, the full syntax is automatically generated when the short one is encountered.

Olivier.marti@lsce.ipsl.fr

Output of Doxygen :
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /Users/marti/Olivier/Unix/Bug
Reading and parsing tag files
Preprocessing /Users/marti/Olivier/Unix/Bug/exemple.f90...
Parsing file /Users/marti/Olivier/Unix/Bug/exemple.f90...
********************************************************************
Error in file /Users/marti/Olivier/Unix/Bug/exemple.f90 line: 32, state: 18
********************************************************************
Segmentation fault
Comment 1 albert 2010-11-06 20:45:56 UTC
This bug is fixed by the code update Doxygen-1.7.2-20101106. This update incorporates the bugfix as proposed by Maik Beckmann in his mail to the doxygen-user forum on October 15 2010.
Comment 2 Dimitri van Heesch 2010-11-06 21:40:06 UTC
Setting this to ASSIGNED, so it will be set to RESOLVED when the next official release is out.
Comment 3 Dimitri van Heesch 2011-01-03 19:01:30 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.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.