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 2010/09/15 18:48:09 UTC

DO NOT REPLY [Bug 47271] StyleSheet.createChp stack overflow - parent style description is itself

https://issues.apache.org/bugzilla/show_bug.cgi?id=47271

--- Comment #6 from Wes Freeman <wf...@gmail.com> 2010-09-15 12:48:03 EDT ---
>From what I remember after looking at this issue, it is actually caused by a
bad word document. The parent of the style was the same as the style, or
something, so it would keep recursing into the child/parent style until it got
an overflow. 

I have no idea how the word documents that gave us issues got into that
state--I was going through and extracting text from thousands of documents and
this error only happened on a handful (<20 out of 10k). The main issue for me
was that it caused my entire web app to crash because of the recursion, so my
quick fix resolved that and it's been working fine since.

Wes

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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