-
Notifications
You must be signed in to change notification settings - Fork 236
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 overflow with certain XML files in XMLEditor demo #167
Comments
I suspect this is related to the regex expressions for parsing. I can run it through the debugger later on after work to try and find the fault. |
Well when I debugged it, it seemed to crash after all regexps were done. But I can be wrong... |
Can you get a StackTrace that includes some instruction before the loop? |
Unfortunately no. It continues this way all the way down. |
This looks like a bug in ReactFX that I resolved months ago, but somehow I never made a release with that fix. I will fix it soon. |
Cool. |
Well I am using RichTextFX "fat" jar, so it is possible, that the new release is not in that jar... |
I never even released ReactFX with that fix, so it can't possibly be fixed On Tue, Aug 18, 2015 at 11:47 AM, Jakub Žáček [email protected]
|
Please try the new version 0.6.6 and confirm that it is resolved. Thanks. |
It works well now, thank you very much for such a fast resolution and keep up the good work! |
Hello,
i am working on XML editor with syntax highlighting using RichTextFX. Everything was running smoothly until I started using large XML files. Then my applicatioon and even XML Editor demo started crashing on StackOverFlow exception:
What is weird: program is working for 15 MB of XML data and it crashes for 2 MB of XML data. I did not spotted any bigger differences in file's structure.
It is working for this data: http://dawon.cz/test1.xml and not working for this: http://dawon.cz/test2.xml
Can you please look into this issue?
Thank you very much
Jakub
The text was updated successfully, but these errors were encountered: