Your message dated Tue, 18 Feb 2014 22:27:44 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-haskell-maintainers] Bug#739448: Bug#739448: pandoc:
endless loop converting from html
has caused the Debian Bug report #739448,
regarding pandoc: endless loop converting from html
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
739448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739448
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pandoc
Version: 1.12.2.1-1+b1
When trying to convert a html page to epub the CPU usage increases to
100 % but produces no result.
To reproduce try the following (as example):
pandoc -f html -t epub -o 131212.epub \
http://lwn.net/Articles/575838/bigpage?format=printable
strace shows an endless stream of the following messages:
...
...
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
clock_gettime(0x2 /* CLOCK_??? */, {2, 574828663}) = 0
clock_gettime(0x3 /* CLOCK_??? */, {2, 574833013}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
select(0, [], [], NULL, {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
clock_gettime(0x2 /* CLOCK_??? */, {2, 574978094}) = 0
clock_gettime(0x3 /* CLOCK_??? */, {2, 574982504}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
select(0, [], [], NULL, {0, 0}) = 0 (Timeout)
...
...
--
Regards,
Thomas Viehweger
--- End Message ---
--- Begin Message ---
Quoting Jonas Smedegaard (2014-02-18 22:00:52)
> Quoting Thomas Viehweger (2014-02-18 21:17:09)
>> When trying to convert a html page to epub the CPU usage increases to
>> 100 % but produces no result.
>>
>> To reproduce try the following (as example):
>>
>> pandoc -f html -t epub -o 131212.epub \
>> http://lwn.net/Articles/575838/bigpage?format=printable
>
> I can reproduce the error.
>
> Seems it is not tied to epub (trying with markdown does the same) but
> instead with impurity of html (it works after cleaning up with tidy).
Investigating closer - using weblint (Debian package weblint-perl)
reveals that the html page is broken: contains several non-closed tr and
td tags.
Closing as a non-bug. Thanks anyway for reporting, much appreciated!
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
--- End Message ---