[Bug 64806] draw method hangs on slide of attached PowerPoint file

2021-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64806

Dominik Stadler  changed:

   What|Removed |Added

 Blocks||65314


Referenced Bugs:

https://bz.apache.org/bugzilla/show_bug.cgi?id=65314
[Bug 65314] draw method hangs on Hemf dashed stroke graphics
-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 64806] draw method hangs on slide of attached PowerPoint file

2020-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64806

Andreas Beeker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #5 from Andreas Beeker  ---
Although when running this on OpenJDK (build
1.8.0_265-8u265-b01-0ubuntu2~20.04-b01) it took 52sec, you might want to enable
the marlin engine.

see https://github.com/AdoptOpenJDK/openjdk-build/issues/716 for details

tl;dr:
* download the jar from
https://github.com/bourgesl/marlin-renderer/releases/tag/v0_9_4_3
* add -Dsun.java2d.renderer=org.marlin.pisces.MarlinRenderingEngine
-Xbootclasspath/a:/marlin-0.9.4.3-Unsafe.jar

or if you are updating to u262 and later you can use:
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 64806] draw method hangs on slide of attached PowerPoint file

2020-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64806

--- Comment #4 from Eric Schoen  ---
I should add we've also tried this under OpenJDK 1.8.0_252-b09 on CentOS and
seen the same effectively infinite hand.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 64806] draw method hangs on slide of attached PowerPoint file

2020-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64806

--- Comment #3 from Eric Schoen  ---
Java 8.  Oracle Java 1.8.0_161-b12 on a Mac hangs effectively forever.  I gave
up after an hour.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 64806] draw method hangs on slide of attached PowerPoint file

2020-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64806

Andreas Beeker  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Andreas Beeker  ---
I've rendered it with Java 8 and it took ~27 sec. hanging several times in the
stack you've mentioned, because of some bad scaling values.
Then I've tried Java 14 and it took ~2 sec.

Which Java version are you using?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[Bug 64806] draw method hangs on slide of attached PowerPoint file

2020-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64806

Andreas Beeker  changed:

   What|Removed |Added

 Status|NEW NEW |NEEDINFO NEEDINFO

--- Comment #1 from Andreas Beeker  ---
I've rendered it with Java 8 and it took ~27 sec. hanging several times in the
stack you've mentioned, because of some bad scaling values.
Then I've tried Java 14 and it took ~2 sec.

Which Java version are you using?

--- Comment #2 from Andreas Beeker  ---
I've rendered it with Java 8 and it took ~27 sec. hanging several times in the
stack you've mentioned, because of some bad scaling values.
Then I've tried Java 14 and it took ~2 sec.

Which Java version are you using?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org