Open GoogleCodeExporter opened 8 years ago
Oops, cut & paste errors. Stack overflow error message is from not increasing
stack size. But it fails anyhow when I increase stack size to 16M.
Original comment by ehetzner@gmail.com
on 20 Apr 2011 at 5:54
I've localized the problem to the footnote references inside footnotes. Here's
a minimal test case that causes the problem:
------
[*]_
.. [*] Footnotes may also use symbols, specified with a "*" label.
Here's a reference to the next footnote: [*]_.
.. [*] This footnote shows the next symbol in the sequence.
Original comment by fiddloso...@gmail.com
on 20 Apr 2011 at 6:05
Note: You can get a similar infinite loop in markdown using
-----
[^1]
[^1]: my note.[^1]
A quick fix (though it would not implement the whole reST spec for footnotes)
would be to forbid footnote refs inside footnotes.
Original comment by fiddloso...@gmail.com
on 20 Apr 2011 at 6:11
Partially resolved in b42c48e91918388e6b8eaaba36f4521441128a00
which disallows note references inside notes.
Original comment by fiddloso...@gmail.com
on 20 Apr 2011 at 6:44
Thanks for looking into this!
Original comment by ehetzner@gmail.com
on 20 Apr 2011 at 6:55
I just encountered the same error running pandoc against a sequence of 15
moderately large html docs tmp/?.noimg.html (each ~200 K) with the following
options
~/.cabal/bin/pandoc -S tmp/?.noimg.html -o $mediatargetpath$sku".epub" --toc
--epub-cover-im
age="images/"$sku."png" --epub-metadata="tmp/"$sku".dc-metadata"
--include-after-body=includ
es/ebook.intro.inc --include-after-body=includes/wikilicense.html
Original comment by w...@nimblebooks.com
on 13 Mar 2012 at 5:00
Note: This bug tracker is no longer active. Use the github tracker instead.
The corresponding issue there is
https://github.com/jgm/pandoc/issues/352
Original comment by fiddloso...@gmail.com
on 13 Mar 2012 at 5:06
Original issue reported on code.google.com by
ehetzner@gmail.com
on 20 Apr 2011 at 5:53