Skip to content
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

Unable to open project without any editable layers #1063

Closed
saberraz opened this issue Dec 11, 2020 · 2 comments · Fixed by #1065
Closed

Unable to open project without any editable layers #1063

saberraz opened this issue Dec 11, 2020 · 2 comments · Fixed by #1065
Assignees
Labels
blocker We can not proceed with release until this task is sorted bug data corruption - sync failure - crash - anr The most critical classification

Comments

@saberraz
Copy link
Contributor

It is impossible to use EPSG:2959. Input crashes everytime trying to open the project.

See: https://public.cloudmergin.com/projects/saber/crash

@saberraz saberraz added blocker We can not proceed with release until this task is sorted bug data corruption - sync failure - crash - anr The most critical classification labels Dec 11, 2020
@PeterPetrik
Copy link
Contributor

works on 0.7.0, works on 0.7.2, crashes on 0.7.3 (diff 0.7.2...0.7.3)

@PeterPetrik PeterPetrik changed the title Unable to use certain CRS Unable to open project without any editable layers Dec 13, 2020
@PeterPetrik
Copy link
Contributor

this is a regression caused by 34c3c3a

looks like infinite loop/recursion where the crash message is not much helpful

ActiveLayer::resetActiveLayer() emits activeLayerChanged( QString() );
main.qml::onActiveLayerChanged() (~line 486) calls main.qml::updateRecordToolbar(); 
main.qml::updateRecordToolbar() calls __loader.setActiveLayer()
Loader::setActiveLayer calls  mActiveLayer.resetActiveLayer();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker We can not proceed with release until this task is sorted bug data corruption - sync failure - crash - anr The most critical classification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants