-
Notifications
You must be signed in to change notification settings - Fork 89
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
fix: assertion error caused by beginRemoveRows #296
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: myml The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
系统监视器在v23 bate2系统中启动时会报错: ASSERT: "last < rowCount(parent)" in file itemmodels/qabstractitemmodel.cpp Log:
@jeffshuai 麻烦review下pr |
TAG Bot New tag: 6.0.10 |
TAG Bot New tag: 6.0.11 |
TAG Bot New tag: 6.0.12 |
TAG Bot New tag: 5.9.39 |
TAG Bot New tag: 5.9.40 |
TAG Bot New tag: 6.0.13 |
TAG Bot New tag: 6.0.14 |
TAG Bot New tag: 6.0.15 |
TAG Bot New tag: 6.0.16 |
TAG Bot New tag: 6.0.17 |
TAG Bot New tag: 6.0.18 |
TAG Bot New tag: 6.0.19 |
TAG Bot New tag: 6.0.21 |
TAG Bot New tag: 6.0.23 |
TAG Bot New tag: 6.5.0 |
TAG Bot New tag: 6.5.1 |
TAG Bot New tag: 6.5.2 |
TAG Bot New tag: 6.5.3 |
TAG Bot New tag: 6.5.4 |
系统监视器在v23 bate2系统中启动时会报错:
ASSERT: "last < rowCount(parent)" in file itemmodels/qabstractitemmodel.cpp 是因为ProcessTableModel在调用beginRemoveRows时未检查当前总的row数量
Log: