While printing a lot of utf-8 characters a memory error occurs on a 20k allocation #1977
Unanswered
BertLindeman
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Can you share the full program? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not a question asking to debug my program, you all have plenty other things to do.
If I print a lot of unicode characters (even with extra garbage collect), in the end I run into:
on a simple:
With as an example
ch == 0X28FC0
Why is the allocation always as large as 20k and could there be a memory leak in unicode processing?
I tried to make a proof of it ( a long time), but I can not get a solid short program.
Bert
Beta Was this translation helpful? Give feedback.
All reactions