Crash on creating new score (after some steps)
MuseScore 0.9.6 (windows & mac)
- Open MuseScore on promenade
- Creat a picolo score (use terminate just after the instrument selection)
- Add a C quarter
- Save the file
- Go to Style->Edit Global Style and just press OK (This step looks important)
- Create a new picolo score (use terminate just after the instrument selection)
--> Crash
Comments
More info after a debugging session on Mac.
The error happens in
Event:Event(const Event& e)
on the line_notes = _notes = e._notes;
.Maybe the copy constructor should do a deep copy ? or is it doing it? Just wild guess (again...)
fixed in #3218 for the price of a small memory leak. A cleaner fix will follow in the next release.
Automatically closed -- issue fixed for 2 weeks with no activity.