-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack level too deep Ruby 1.9.3-p125 #51
Comments
Same problem here:
|
This problem exists in object_hash.rb:109. The recursive function blows up. This is the hash that causes it to explode. Any idea @yob ❓
|
Thanks for the detailed report, and keeping the sample file in your dropbox for nearly five years! After some research on #94, I've found the root cause of this issue and confirmed your sample PDF has the same characteristics. I've build a simple pdf and failing spec, so hopefully I can work on a fix soon. |
I believe this has been resolved in #198 - please let me know if I'm wrong! |
Hi,
I'm encountering a 'stack level too deep' error while trying to work with this PDF file: http://dl.dropbox.com/u/6646130/stack-level-too-deep.pdf
I'm using:
The PDF is:
I doubled the stack size hoping that might help but it didn't:
Any thoughts on how to resolve this?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: