Summary: | Crashes while rendering 13th page | ||
---|---|---|---|
Product: | poppler | Reporter: | kalpesh <kalpesh_4stars> |
Component: | splash backend | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Kristian Høgsberg <krh> |
Severity: | critical | ||
Priority: | medium | CC: | kalpesh_4stars |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Crashes while rendering 13th page |
How do you disable patterns? I disabled patterns by commenting a function call "doTilingPatternFill" in GFX.CPP file. Well, if you change the code and it crashes it's your fault, no? ;-) If you don't want patterns you should place a return at Gfx::doPatternFill and Gfx::doPatternStroke but if i dont change code, the perfect test application hangs. ??? Now :-) It doesn't hang, it's just slow *** This bug has been marked as a duplicate of bug 13518 *** Do you have any plan making pattern rendering faster? We are very disturbed with PDF file which has patterns inside. Do you have any plan making pattern rendering faster? We are very disturbed with PDF file which has patterns inside. Please answer to my LAST question. Thanks. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 30155 [details] Crashes while rendering 13th page I compiled poppler on windows then run the PerfTest.exe giving the file which is attached to this bug as argument. When i enable rendering of pattern for pdf, perftest take long time to render, freezes pc. When i do not render patterns of pdf, PerfTest crashes.