[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 Tim Allison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #4 from Tim Allison --- For anyone curious about searching stacktraces...our db is now live via Datasette https://corpora.tika.apache.org/datasette/corpora-metadata?sql=select%0D%0A++ID%2C%0D%0A++ORIG_STACK_TRACE%2C%0D%0A++SORT_STA

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #3 from Tim Allison --- We don't. I can manually minify the file... -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #2 from Nick Burch --- Do we have any small files in the regression corpus that show the same bug? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #1 from Tim Allison --- Adding a null check fixes the problem on the offending file: StylesTable.java:242 if (ctTableStyles != null && styleDxfs != null) { I'll wait for a clean build and then commit unless there are o