Oh...for some reason, I figured that had been fixed.  Y, that was a new 
exception on roughly 1% of the ms-word files in our corpus.  I think we ought 
to fix that before the release, no?

What do others think?

-----Original Message-----
From: Dominik Stadler [mailto:dominik.stad...@gmx.at] 
Sent: Wednesday, June 29, 2016 3:36 PM
To: POI Developers List <dev@poi.apache.org>
Subject: Re: [VOTE] Apache POI 3.15-beta2 release (RC1)

Hi,

results are in, albeit a bit distorted due to a change that I did to the 
test-code which caused many documents to fail with "ThreadDeath", the remaining 
real failures are:

4730
ERROR
java.lang.IllegalStateException: Invalid file format version number: *

java.lang.IllegalStateException: Invalid file format version number: *
        at 
o.a.p.hwpf.model.FileInformationBlock.assertCbRgFcLcb(FileInformationBlock.java:164)
        at o.a.p.hwpf.model.FileInformationBlock.(FileInformationBlock.java:140)
        at o.a.p.hwpf.HWPFDocumentCore.(HWPFDocumentCore.java:163)
        at o.a.p.hwpf.HWPFDocument.(HWPFDocument.java:197)
        at o.a.p.hwpf.HWPFDocument.(HWPFDocument.java:181)
        at o.a.p.hwpf.HWPFDocument.(HWPFDocument.java:169)
        at o.a.p.stress.HWPFFileHandler.handleFile(HWPFFileHandler.java:32)

We saw this in the last run already, there is a bug-entry where we discuss a 
real fix so it is sort of a known issue.



5
ERROR
java.lang.NullPointerException

java.lang.NullPointerException
        at 
o.a.p.xslf.usermodel.XSLFTextParagraph.getDefaultFontSize(XSLFTextParagraph.java:935)
        at 
o.a.p.sl.draw.DrawTextParagraph.getAttributedString(DrawTextParagraph.java:567)
        at o.a.p.sl.draw.DrawTextParagraph.breakText(DrawTextParagraph.java:235)
        at o.a.p.sl.draw.DrawTextShape.drawParagraphs(DrawTextShape.java:149)
        at o.a.p.sl.draw.DrawTextShape.getTextHeight(DrawTextShape.java:210)
        at o.a.p.sl.draw.DrawTextShape.drawContent(DrawTextShape.java:86)
        at o.a.p.sl.draw.DrawSimpleShape.draw(DrawSimpleShape.java:93)
        at o.a.p.sl.draw.DrawSheet.draw(DrawSheet.java:67)
        at o.a.p.sl.draw.DrawSlide.draw(DrawSlide.java:39)
        at o.a.p.xslf.usermodel.XSLFSlide.draw(XSLFSlide.java:301)
        at o.a.p.stress.SlideShowHandler.renderSlides(SlideShowHandler.java:120)
        at 
o.a.p.stress.SlideShowHandler.handleSlideShow(SlideShowHandler.java:43)
        at o.a.p.stress.XSLFFileHandler.handleFile(XSLFFileHandler.java:43)

happened 5 times in the whole corpus, seems to have been "hidden" by one of the 
other NPEs previously, probably only happens in some specific case


Dominik.

On Wed, Jun 29, 2016 at 10:20 AM, David North <dno...@apache.org> wrote:

> Sorry to miss the vote - FTR I did have a quick look and found no problems.
>
> On 28/06/16 23:58, Andreas Beeker wrote:
> > As planed, I'd like to wait for the mass-test. If it hasn't been
> finished until Wednesday evening,
> > I'll push the release to the maven repository, anyways ...
> >
> > Andi
> >
> > On 28.06.2016 20:32, Dominik Stadler wrote:
> >> Content of the archives and jar-files looks good compared to 
> >> previous releases.
> >>
> >> The re-run of the mass-test is unfortunately not in yet, but I did 
> >> not
> see
> >> any risky change compared to the run last week, so
> >>
> >> +1
> >>
> >> from me as well.
> >>
> >> Dominik.
> >>
> >> On Tue, Jun 28, 2016 at 3:05 AM, Javen O'Neal 
> >> <javenon...@gmail.com>
> wrote:
> >>
> >>> Tested on a POI-powered application at my $DAYJOB. No issues, and
> seems a
> >>> little faster than previous builds.
> >>>
> >>> +1 from me.
> >>> On Jun 25, 2016 4:35 PM, "Andreas Beeker" <kiwiwi...@apache.org>
> wrote:
> >>>
> >>> Hi,
> >>>
> >>> I've prepared artifacts for the release of Apache POI 3.15-beta2 (RC1).
> >>>
> >>> The most notable changes in this release are:
> >>>
> >>> - initial work on extracting VBA macros (#52949)
> >>> - remove deprecated classes (#59170)
> >>> - various X/HSLF fixes for table and color handling
> >>> - XSSF: formula evaluation performance improvements (#57840)
> >>> - various fixes for merged regions in Common SS
> >>>
> >>> https://dist.apache.org/repos/dist/dev/poi/3.15-beta2-RC1
> >>>
> >>> What to look for?
> >>> - as usual the notable changes are just a quick subjective reflection.
> >>>   please add your highlights or remove the unnecessary.
> >>>   I'll update the notable changes for the announcement.
> >>> - maybe run another common-crawl test
> >>>
> >>> Please vote to release the artifacts.
> >>>
> >>> The vote keeps open for 72hrs, 2016-06-28, 23:59 UTC, in case of 
> >>> another common-crawl run, I'd like to wait for it.
> >>> Planned release announcement date is Saturday, 2016-07-02.
> >>>
> >>> Here is my +1
> >>>
> >>> Andi
> >>>
> >>>
> >>> ------------------------------------------------------------------
> >>> --- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For 
> >>> additional commands, e-mail: dev-h...@poi.apache.org
> >>>
> >
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For 
> > additional commands, e-mail: dev-h...@poi.apache.org
> >
>
> --
> David North | www.dnorth.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional 
> commands, e-mail: dev-h...@poi.apache.org
>
>

Reply via email to