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 741100 - Latex to PDF hangs when using Markdown tables
Latex to PDF hangs when using Markdown tables
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.8
Other Windows
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2014-12-04 07:44 UTC by bugzilla.filipone
Modified: 2014-12-25 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example how to reproduce the bug (51.42 KB, application/x-zip-compressed)
2014-12-04 07:44 UTC, bugzilla.filipone
Details

Description bugzilla.filipone 2014-12-04 07:44:56 UTC
Created attachment 292116 [details]
Example how to reproduce the bug

Description:

pdflatex hangs (CPU goes to 100%) when creating PDF out of latex code generated by doxygen.
After several tests I isolated the problem to the usage of Markdown tables inside the doxygen comments used to document source code. Of course, MARKDOWN_SUPPORT is set to YES.

How to reproduce (see attachment for example code and config files):

Step 1: Use Markdown tables in your documentation
Step 2: Run doxygen and generate latex output
Step 3: Run make.bat found in your latex output folder (default: /latex/make.bat)
Step 4: Open Task Manager to "kill" pdflatex.exe process

Operating system: Windows 7
Doxygen version: 1.8.8
pdflatex version: MiKTeX-pdfTeX 2.9.4902 (1.40.14) (MiKTeX 2.9)

Additional info: HTML output is not affected.
Comment 1 albert 2014-12-04 18:20:53 UTC
Problem looks like to be caused by the table in the resulting parameter table.
In case Markdown is not used the "table" is just plain text (which is of course not the intention of placing the table.
Comment 2 Dimitri van Heesch 2014-12-23 18:36:31 UTC
This is a variation of bug 732768. 

I hadn't realized @param and friend produce a table on their own, so adding a table there, should be treated specially; i.e. as a nested table, where one cannot use xtabular.

Should be fixed in the next GIT update.
Comment 3 Dimitri van Heesch 2014-12-25 16:02:57 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.9. 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).