
pandoc - issue #308
Converting empty table cells to rst causes infinite loop with memory growth
What steps will reproduce the problem? 1. Run pandoc -f html empty-table-cell.html -t rst, or run pandoc -f markdown empty-table-cell.markdown -t rst 2. Wait and observe the program growing arbitrarily large in memory usage 3. Kill it before it takes over your machine :)
What is the expected output? What do you see instead? It should rather output a normal table, or at least terminate with an error
What version of the product are you using? On what operating system? 1.8.1.1 on Ubuntu 11.10
Please provide any additional information below.
Comment #1
Posted on Mar 7, 2012 by Grumpy DogThis issue tracker is no longer used; if you could put this on pandoc's github tracker, it would be appreciated. See http://johnmacfarlane.net/pandoc/bugs.html
Comment #2
Posted on Mar 7, 2012 by Grumpy DogFurther note: I was unable to reproduce this on pandoc 1.9.1.1, the latest release:
% pandoc -t rst -f html
Test^D +--------+----+ | Test | | +--------+----+
Comment #3
Posted on Apr 19, 2012 by Happy GiraffeI've run into the same problem on 1.8.1.1
Comment #4
Posted on Apr 19, 2012 by Grumpy DogThis is fixed in recent versions of pandoc. Please upgrade.
This is not the right bug tracker to use -- see comment 1 above.
Status: Fixed
Labels:
Type-Defect
Priority-Medium