You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after debugging i saw that when i click at any point in editor window, it calls ContentView::getLineColumn(const QPoint &pos) and then inside of that function calls lineCache->get(line)->utf8Length() that gives SIGSEGV;
after debugging i saw that when i click at any point in editor window, it calls ContentView::getLineColumn(const QPoint &pos) and then inside of that function calls lineCache->get(line)->utf8Length() that gives SIGSEGV;
qt creator stops at this line of code:
Q_REQUIRED_RESULT QByteArray toUtf8() const &
-> { return toUtf8_helper(*this); }
The text was updated successfully, but these errors were encountered: