-
Notifications
You must be signed in to change notification settings - Fork 359
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
NPE in BlockBox.calcMinMaxWidthInlineChildren() (_children is null) #336
Comments
I also get the same NPE after upgrading to RC18 from RC17. In my case, I could trace this specific issue back to a wrong URL for a remote image in the HTML code, which does not exist and returns a 404 HTTP error page. This HTML code can lead to the exception:
Here is the same exception I get:
|
Thanks @svenfrauen for finding the cause. I think this is a side effect of fixing #328. I didn’t think to test with a broken image link. I will fix, add test and do another release. Have a good holiday @rototor! |
Currently broken image links are causing a NPE.
All fixed. RC19 planned for tomorrow. Thanks again. |
RC19 just released with this fix. |
I get this NPE in production after upgrading to RC18 from RC17. As I am going on holiday next week I don't have time to investigate at the moment whats exactly causing the problem here. When repeating the report generation it then often just works ... I've rolled back to RC17 in the mean time.
This might be some multithread fun/race, but thats just a guess.
The text was updated successfully, but these errors were encountered: