Closed sooglejay closed 1 month ago
I have a new discovery regarding the crash issue. It appears that the problem arises specifically when the field is set to an empty string. When I replace cv.put("fts_remark_name", "") with a non-empty value like cv.put("fts_remark_name", "wewe"), the insertion works without any issues. but why and how to fix this crash?
Fixed in the master branch
The language of WCDB
The version of WCDB
The platform of WCDB
The installation of WCDB
What's the issue?
I’m encountering a consistent crash in the MMICUTokenizer::nextToken function due to a null m_iter pointer when using WCDB. This occurs every time I run the following code: