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 691323 - Crash: Using mscgen stops the process and document creation
Crash: Using mscgen stops the process and document creation
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.3
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-08 02:34 UTC by csj
Modified: 2013-01-20 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix msc crash issue (510 bytes, patch)
2013-01-13 09:55 UTC, Dimitri van Heesch
none Details | Review

Description csj 2013-01-08 02:34:55 UTC
Hi,

I have a question about Doxygen while I was using it.
I’m using mscgen in Doxygen.
In the latest version 1.8.3, there is an issue of ceasing when creating a document by using \msc \endmsc command.
This stops the process and document creation.
This didn’t happen in 1.5.7 version which I was using before.

Thank you.
Comment 1 albert 2013-01-12 18:17:27 UTC
I have the same / similar problem with the 1.8.3 version when \file and \msc are used in one file.
Doxygen Crashes.
 
The simple file file_msc_problem.h: 
/*! @file file_msc_problem.h
 * @msc
 *   pnt1,pnt2;
 *
 *   pnt1 => pnt2 [label="txt"];
 * @endmsc
 *
 */

I used a standard Doxyfile (just doxygen -u).

The problem does not occur in svn version 831 but first appears in svn version 833.

I have the problem on windows, I have not been able to test the problem on Linux
Comment 2 Dimitri van Heesch 2013-01-13 09:55:29 UTC
Created attachment 233364 [details] [review]
Patch to fix msc crash issue
Comment 3 Dimitri van Heesch 2013-01-13 09:56:34 UTC
Confirmed. Should be fixed with the attached patch, which I will include in the next release.
Comment 4 Dimitri van Heesch 2013-01-20 13:35:06 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.3.1. 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.
Comment 5 albert 2013-01-20 17:25:48 UTC
Wong code lie is out, works as expected