Assert failure when starting a debug build
Reported version
4.x-dev
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
Steps:
1- Compile a debug build of MuseScore (e.g. under Linux make installdebug
)
2- Launch MuseScore
The program does not start since it hits an assert failure at line 44 of mu4/domain/importexport/importexportmodule.cpp
In particular, readers
is 0 for moduleName()
equal to "importexport".
Severity set to "Critical" since this prevents the CI vtests (MuseScore is compiled in debug mode for CI vtest execution).
Comments
Introduced by f6aa8ff2bde
See https://github.com/musescore/MuseScore/pull/6273
Fixed in branch master, commit 84b4f69f9c
fix #307279 failed init importexport and ui modules
Fixed in branch master, commit f726020ff1
_Merge pull request #6273 from igorkorsukov/mu4/importexport_assert
fix #307279 failed init importexport and ui modules_
Automatically closed -- issue fixed for 2 weeks with no activity.