https://bugs.documentfoundation.org/show_bug.cgi?id=113050

Dave Gilbert <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #16 from Dave Gilbert <[email protected]> ---
pdfseparate -f 17 -l 17 aufschiebenfribourgpraesentation.pdf page17.pdf

gets a single page pdf that also fails.

I'm not sure this is actually a hang, as opposed to a crazy slowness.
Annotating the DrawXmlEmitter::visit( PageElement& elem,
I see that for my single page test it's called once and never gets out of it's
loop, so I added:

        std::cerr << "DrawXmlEmitter::visit loop; size: " <<
elem.Children.size() << " count=" << count << std::endl;

with count incrementing on the loop.

There are 157589 elements for some reason in that simple page, and after 12
minutes it's got through about 80000 of them, but it's slowing down quite a bit
as it's adding them.

I'll keep digging.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to