rapidxml icon indicating copy to clipboard operation
rapidxml copied to clipboard

Issue in Parsing big files

Open dheeraj12190 opened this issue 6 years ago • 1 comments

Hi, I am using rapidxml in my project. it is working fine with small files but once the file size increases more then 65KB then searching first node gives segmentation fault error

dheeraj12190 avatar Sep 20 '18 07:09 dheeraj12190

For those who read this "issue": see RAPIDXML_STATIC_POOL_SIZE and RAPIDXML_DYNAMIC_POOL_SIZE in rapidxml.hpp file.

JohnMaxVal avatar Dec 06 '21 11:12 JohnMaxVal