You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/10/22 02:58:04 UTC

[Bug 58516] New: Rare new aioobe in 3.13 on initialization of a handful of ppts

https://bz.apache.org/bugzilla/show_bug.cgi?id=58516

            Bug ID: 58516
           Summary: Rare new aioobe in 3.13 on initialization of a handful
                    of ppts
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
          Assignee: dev@poi.apache.org
          Reporter: tallison@mitre.org

Created attachment 33191
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33191&action=edit
One triggering file from govdocs1

While running regression testing for the release of Tika 1.11...we found a
handful of new exceptions during initialization of some ppts (TIKA-1780).

One example file attached.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58516] Rare new aioobe in 3.13 on initialization of a handful of ppts

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58516

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Andreas Beeker <ki...@apache.org> ---
Fixed with r1711380 / r1711381
Please give it a try in Tika.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58516] Rare new aioobe in 3.13 on initialization of a handful of ppts

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58516

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression
            Version|unspecified                 |3.13-FINAL

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58516] Rare new aioobe in 3.13 on initialization of a handful of ppts

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58516

--- Comment #4 from Tim Allison <ta...@mitre.org> ---
Will do...prob have to push to next week.  Argh.  Thank you!

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58516] Rare new aioobe in 3.13 on initialization of a handful of ppts

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58516

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Sample exception:

java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    at java.util.ArrayList.rangeCheck(ArrayList.java:653)
    at java.util.ArrayList.get(ArrayList.java:429)
    at
org.apache.poi.hslf.usermodel.HSLFTextParagraph.applyParagraphIndents(HSLFTextParagraph.java:1260)
    at
org.apache.poi.hslf.usermodel.HSLFTextParagraph.findTextParagraphs(HSLFTextParagraph.java:1171)
    at
org.apache.poi.hslf.usermodel.HSLFTextParagraph.findTextParagraphs(HSLFTextParagraph.java:1081)
    at
org.apache.poi.hslf.usermodel.HSLFTextParagraph.findTextParagraphs(HSLFTextParagraph.java:1017)
    at
org.apache.poi.hslf.usermodel.HSLFTitleMaster.<init>(HSLFTitleMaster.java:41)
    at
org.apache.poi.hslf.usermodel.HSLFSlideShow.buildSlidesAndNotes(HSLFSlideShow.java:334)
    at
org.apache.poi.hslf.usermodel.HSLFSlideShow.<init>(HSLFSlideShow.java:143)
    at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:136)
    at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:117)
    at
org.apache.poi.extractor.ExtractorFactory.createExtractor(ExtractorFactory.java:262)
    at
org.apache.poi.extractor.ExtractorFactory.createExtractor(ExtractorFactory.java:231)
    at
org.apache.poi.extractor.ExtractorFactory.createExtractor(ExtractorFactory.java:137)
    at
org.apache.poi.stress.AbstractFileHandler.handleExtractingInternal(AbstractFileHandler.java:85)
    at
org.apache.poi.stress.AbstractFileHandler.handleExtracting(AbstractFileHandler.java:64)
    at
org.apache.poi.stress.HSLFFileHandler.testExtractor(HSLFFileHandler.java:65)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 58516] Rare new aioobe in 3.13 on initialization of a handful of ppts

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58516

Tim Allison <ta...@mitre.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Tim Allison <ta...@mitre.org> ---
Many apologies for not running these regression tests before we released 3.13!
:(

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org